Uses of Class
org.apache.myfaces.config.element.ViewPoolMapping
- 
Packages that use ViewPoolMapping Package Description org.apache.myfaces.config org.apache.myfaces.config.element org.apache.myfaces.config.impl org.apache.myfaces.config.impl.element 
- 
- 
Uses of ViewPoolMapping in org.apache.myfaces.configMethods in org.apache.myfaces.config that return types with arguments of type ViewPoolMapping Modifier and Type Method Description List<ViewPoolMapping>RuntimeConfig. getViewPoolMappings()Methods in org.apache.myfaces.config with parameters of type ViewPoolMapping Modifier and Type Method Description voidRuntimeConfig. addViewPoolMapping(ViewPoolMapping mapping)
- 
Uses of ViewPoolMapping in org.apache.myfaces.config.elementMethods in org.apache.myfaces.config.element that return types with arguments of type ViewPoolMapping Modifier and Type Method Description Collection<ViewPoolMapping>FacesConfigData. getViewPoolMappings()List<ViewPoolMapping>FacesConfigExtension. getViewPoolMappings()
- 
Uses of ViewPoolMapping in org.apache.myfaces.config.implMethods in org.apache.myfaces.config.impl that return types with arguments of type ViewPoolMapping Modifier and Type Method Description Collection<ViewPoolMapping>FacesConfigDispenserImpl. getViewPoolMappings()
- 
Uses of ViewPoolMapping in org.apache.myfaces.config.impl.elementSubclasses of ViewPoolMapping in org.apache.myfaces.config.impl.element Modifier and Type Class Description classViewPoolMappingImplMethods in org.apache.myfaces.config.impl.element that return types with arguments of type ViewPoolMapping Modifier and Type Method Description List<ViewPoolMapping>FacesConfigExtensionImpl. getViewPoolMappings()Methods in org.apache.myfaces.config.impl.element with parameters of type ViewPoolMapping Modifier and Type Method Description voidFacesConfigExtensionImpl. addViewPoolMapping(ViewPoolMapping mapping)
 
-