Uses of Class
org.apache.myfaces.config.element.Factory
-
Packages that use Factory Package Description org.apache.myfaces.config.element org.apache.myfaces.config.impl.element -
-
Uses of Factory in org.apache.myfaces.config.element
Methods in org.apache.myfaces.config.element that return types with arguments of type Factory Modifier and Type Method Description abstract List<Factory>
FacesConfig. getFactories()
-
Uses of Factory in org.apache.myfaces.config.impl.element
Subclasses of Factory in org.apache.myfaces.config.impl.element Modifier and Type Class Description class
FactoryImpl
Methods in org.apache.myfaces.config.impl.element that return types with arguments of type Factory Modifier and Type Method Description List<Factory>
FacesConfigImpl. getFactories()
Methods in org.apache.myfaces.config.impl.element with parameters of type Factory Modifier and Type Method Description void
FacesConfigImpl. addFactory(Factory factory)
-