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.config
Methods 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 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 Modifier and Type Method Description List<ComponentTagDeclaration>
FacesConfig. getComponentTagDeclarations()
Collection<ComponentTagDeclaration>
FacesConfigData. getComponentTagDeclarations()
-
Uses of ComponentTagDeclaration in org.apache.myfaces.config.impl
Methods 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.element
Subclasses of ComponentTagDeclaration in org.apache.myfaces.config.impl.element Modifier and Type Class Description class
ComponentTagDeclarationImpl
Methods in org.apache.myfaces.config.impl.element that return types with arguments of type ComponentTagDeclaration Modifier and Type Method Description List<ComponentTagDeclaration>
FacesConfigImpl. getComponentTagDeclarations()
Methods in org.apache.myfaces.config.impl.element with parameters of type ComponentTagDeclaration Modifier and Type Method Description void
FacesConfigImpl. addComponentTagDeclaration(ComponentTagDeclaration tagDeclaration)
-