Uses of Class
org.apache.myfaces.config.element.ViewPoolMapping

Packages that use ViewPoolMapping
org.apache.myfaces.config   
org.apache.myfaces.config.element   
org.apache.myfaces.config.impl.digester   
org.apache.myfaces.config.impl.digester.elements   
 

Uses of ViewPoolMapping in org.apache.myfaces.config
 

Methods in org.apache.myfaces.config that return types with arguments of type ViewPoolMapping
 List<ViewPoolMapping> RuntimeConfig.getViewPoolMappings()
           
 

Methods in org.apache.myfaces.config with parameters of type ViewPoolMapping
 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
 List<ViewPoolMapping> FacesConfigExtension.getViewPoolMappings()
           
 Collection<ViewPoolMapping> FacesConfigData.getViewPoolMappings()
           
 

Uses of ViewPoolMapping in org.apache.myfaces.config.impl.digester
 

Methods in org.apache.myfaces.config.impl.digester that return types with arguments of type ViewPoolMapping
 Collection<ViewPoolMapping> DigesterFacesConfigDispenserImpl.getViewPoolMappings()
           
 

Uses of ViewPoolMapping in org.apache.myfaces.config.impl.digester.elements
 

Subclasses of ViewPoolMapping in org.apache.myfaces.config.impl.digester.elements
 class ViewPoolMappingImpl
           
 

Methods in org.apache.myfaces.config.impl.digester.elements that return types with arguments of type ViewPoolMapping
 List<ViewPoolMapping> FacesConfigExtensionImpl.getViewPoolMappings()
           
 

Methods in org.apache.myfaces.config.impl.digester.elements with parameters of type ViewPoolMapping
 void FacesConfigExtensionImpl.addViewPoolMapping(ViewPoolMapping mapping)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.