Uses of Class
org.apache.myfaces.config.element.Component
-
Packages that use Component Package Description org.apache.myfaces.config.element org.apache.myfaces.config.impl org.apache.myfaces.config.impl.element -
-
Uses of Component in org.apache.myfaces.config.element
Methods in org.apache.myfaces.config.element that return types with arguments of type Component Modifier and Type Method Description abstract List<Component>
FacesConfig. getComponents()
abstract Map<String,Component>
FacesConfigData. getComponentsByType()
-
Uses of Component in org.apache.myfaces.config.impl
Methods in org.apache.myfaces.config.impl that return types with arguments of type Component Modifier and Type Method Description Map<String,Component>
FacesConfigDispenserImpl. getComponentsByType()
-
Uses of Component in org.apache.myfaces.config.impl.element
Subclasses of Component in org.apache.myfaces.config.impl.element Modifier and Type Class Description class
ComponentImpl
Methods in org.apache.myfaces.config.impl.element that return types with arguments of type Component Modifier and Type Method Description List<Component>
FacesConfigImpl. getComponents()
Methods in org.apache.myfaces.config.impl.element with parameters of type Component Modifier and Type Method Description void
FacesConfigImpl. addComponent(Component component)
-