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

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

Uses of ComponentTagDeclaration in org.apache.myfaces.config
 

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

Methods in org.apache.myfaces.config with parameters of type ComponentTagDeclaration
 void RuntimeConfig.addComponentTagDeclaration(ComponentTagDeclaration declaration)
           
 

Uses of ComponentTagDeclaration in org.apache.myfaces.config.element
 

Methods in org.apache.myfaces.config.element that return types with arguments of type ComponentTagDeclaration
 Map<String,ComponentTagDeclaration> FacesConfig.getComponentTagDeclarations()
           
 Collection<ComponentTagDeclaration> FacesConfigData.getComponentTagDeclarations()
           
 

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

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

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

Subclasses of ComponentTagDeclaration in org.apache.myfaces.config.impl.digester.elements
 class ComponentTagDeclarationImpl
           
 

Methods in org.apache.myfaces.config.impl.digester.elements that return types with arguments of type ComponentTagDeclaration
 Map<String,ComponentTagDeclaration> FacesConfigImpl.getComponentTagDeclarations()
           
 

Methods in org.apache.myfaces.config.impl.digester.elements with parameters of type ComponentTagDeclaration
 void FacesConfigImpl.addComponentTagDeclaration(String componentType, ComponentTagDeclaration tagDeclaration)
           
 



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