Uses of Class
org.apache.myfaces.config.impl.element.FacesConfigImpl
-
Packages that use FacesConfigImpl Package Description org.apache.myfaces.config.annotation org.apache.myfaces.config.impl org.apache.myfaces.config.impl.digester.elements -
-
Uses of FacesConfigImpl in org.apache.myfaces.config.annotation
Methods in org.apache.myfaces.config.annotation that return FacesConfigImpl Modifier and Type Method Description protected FacesConfigImpl
AnnotationConfigurator. createFacesConfig(Map<Class<? extends Annotation>,Set<Class<?>>> map)
TODO: Implement strategy pattern over this method.FacesConfigImpl
AnnotationConfigurator. createFacesConfig(ExternalContext externalcontext, boolean metadataComplete)
-
Uses of FacesConfigImpl in org.apache.myfaces.config.impl
Methods in org.apache.myfaces.config.impl that return FacesConfigImpl Modifier and Type Method Description FacesConfigImpl
FacesConfigUnmarshallerImpl. getFacesConfig(InputStream in, String systemId)
FacesConfigImpl
FacesConfigUnmarshallerImpl. getFacesConfig(String s)
-
Uses of FacesConfigImpl in org.apache.myfaces.config.impl.digester.elements
Subclasses of FacesConfigImpl in org.apache.myfaces.config.impl.digester.elements Modifier and Type Class Description class
FacesConfig
Deprecated.
-