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.config
Methods 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 void
RuntimeConfig. addViewPoolMapping(ViewPoolMapping mapping)
-
Uses of ViewPoolMapping in org.apache.myfaces.config.element
Methods 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.impl
Methods 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.element
Subclasses of ViewPoolMapping in org.apache.myfaces.config.impl.element Modifier and Type Class Description class
ViewPoolMappingImpl
Methods 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 void
FacesConfigExtensionImpl. addViewPoolMapping(ViewPoolMapping mapping)
-