Uses of Class
org.apache.myfaces.config.MyfacesConfig
-
Packages that use MyfacesConfig Package Description org.apache.myfaces.config org.apache.myfaces.el org.apache.myfaces.el.resolver org.apache.myfaces.webapp -
-
Uses of MyfacesConfig in org.apache.myfaces.config
Methods in org.apache.myfaces.config that return MyfacesConfig Modifier and Type Method Description static MyfacesConfig
MyfacesConfig. getCurrentInstance()
static MyfacesConfig
MyfacesConfig. getCurrentInstance(ExternalContext extCtx)
static MyfacesConfig
MyfacesConfig. getCurrentInstance(FacesContext facesContext)
-
Uses of MyfacesConfig in org.apache.myfaces.el
Fields in org.apache.myfaces.el declared as MyfacesConfig Modifier and Type Field Description protected MyfacesConfig
ELResolverBuilder. myfacesConfig
Constructors in org.apache.myfaces.el with parameters of type MyfacesConfig Constructor Description ELResolverBuilder(RuntimeConfig runtimeConfig, MyfacesConfig myfacesConfig)
ELResolverBuilderForFaces(RuntimeConfig runtimeConfig, MyfacesConfig myfacesConfig)
ELResolverBuilderForJSP(RuntimeConfig runtimeConfig, MyfacesConfig myfacesConfig)
-
Uses of MyfacesConfig in org.apache.myfaces.el.resolver
Constructors in org.apache.myfaces.el.resolver with parameters of type MyfacesConfig Constructor Description CompositeComponentELResolver(MyfacesConfig myfacesConfig)
-
Uses of MyfacesConfig in org.apache.myfaces.webapp
Methods in org.apache.myfaces.webapp with parameters of type MyfacesConfig Modifier and Type Method Description protected ELResolverBuilder
JspFacesInitializer. createResolverBuilderForJSP(RuntimeConfig runtimeConfig, MyfacesConfig myfacesConfig)
-