Uses of Class
org.apache.myfaces.config.element.ComponentTagDeclaration
- 
Packages that use ComponentTagDeclaration Package Description org.apache.myfaces.config org.apache.myfaces.config.element org.apache.myfaces.config.impl org.apache.myfaces.config.impl.element 
- 
- 
Uses of ComponentTagDeclaration in org.apache.myfaces.configMethods in org.apache.myfaces.config that return types with arguments of type ComponentTagDeclaration Modifier and Type Method Description List<ComponentTagDeclaration>RuntimeConfig. getComponentTagDeclarations()Methods in org.apache.myfaces.config with parameters of type ComponentTagDeclaration Modifier and Type Method Description voidRuntimeConfig. addComponentTagDeclaration(ComponentTagDeclaration declaration)
- 
Uses of ComponentTagDeclaration in org.apache.myfaces.config.elementMethods in org.apache.myfaces.config.element that return types with arguments of type ComponentTagDeclaration Modifier and Type Method Description Map<String,ComponentTagDeclaration>FacesConfig. getComponentTagDeclarations()Collection<ComponentTagDeclaration>FacesConfigData. getComponentTagDeclarations()
- 
Uses of ComponentTagDeclaration in org.apache.myfaces.config.implMethods in org.apache.myfaces.config.impl that return types with arguments of type ComponentTagDeclaration Modifier and Type Method Description Collection<ComponentTagDeclaration>FacesConfigDispenserImpl. getComponentTagDeclarations()
- 
Uses of ComponentTagDeclaration in org.apache.myfaces.config.impl.elementSubclasses of ComponentTagDeclaration in org.apache.myfaces.config.impl.element Modifier and Type Class Description classComponentTagDeclarationImplMethods in org.apache.myfaces.config.impl.element that return types with arguments of type ComponentTagDeclaration Modifier and Type Method Description Map<String,ComponentTagDeclaration>FacesConfigImpl. getComponentTagDeclarations()Methods in org.apache.myfaces.config.impl.element with parameters of type ComponentTagDeclaration Modifier and Type Method Description voidFacesConfigImpl. addComponentTagDeclaration(String componentType, ComponentTagDeclaration tagDeclaration)
 
-