Uses of Class
org.apache.myfaces.config.RuntimeConfig
-
Packages that use RuntimeConfig Package Description org.apache.myfaces.config org.apache.myfaces.el org.apache.myfaces.el.resolver org.apache.myfaces.view.facelets.util Utility classes for implementationorg.apache.myfaces.webapp -
-
Uses of RuntimeConfig in org.apache.myfaces.config
Methods in org.apache.myfaces.config that return RuntimeConfig Modifier and Type Method Description static RuntimeConfig
RuntimeConfig. getCurrentInstance(ExternalContext externalContext)
static RuntimeConfig
RuntimeConfig. getCurrentInstance(FacesContext facesContext)
-
Uses of RuntimeConfig in org.apache.myfaces.el
Fields in org.apache.myfaces.el declared as RuntimeConfig Modifier and Type Field Description protected RuntimeConfig
ELResolverBuilder. runtimeConfig
Constructors in org.apache.myfaces.el with parameters of type RuntimeConfig Constructor Description ELResolverBuilder(RuntimeConfig runtimeConfig, MyfacesConfig myfacesConfig)
ELResolverBuilderForFaces(RuntimeConfig runtimeConfig, MyfacesConfig myfacesConfig)
ELResolverBuilderForJSP(RuntimeConfig runtimeConfig, MyfacesConfig myfacesConfig)
-
Uses of RuntimeConfig in org.apache.myfaces.el.resolver
Methods in org.apache.myfaces.el.resolver that return RuntimeConfig Modifier and Type Method Description protected RuntimeConfig
ResourceBundleResolver. runtimeConfig(javax.el.ELContext context)
-
Uses of RuntimeConfig in org.apache.myfaces.view.facelets.util
Methods in org.apache.myfaces.view.facelets.util with parameters of type RuntimeConfig Modifier and Type Method Description static boolean
FaceletsTemplateMappingUtils. matchTemplate(RuntimeConfig runtimeConfig, String path)
-
Uses of RuntimeConfig in org.apache.myfaces.webapp
Methods in org.apache.myfaces.webapp that return RuntimeConfig Modifier and Type Method Description protected RuntimeConfig
AbstractFacesInitializer. buildConfiguration(javax.servlet.ServletContext servletContext, ExternalContext externalContext, javax.el.ExpressionFactory expressionFactory)
Configures this JSF application.Methods in org.apache.myfaces.webapp with parameters of type RuntimeConfig Modifier and Type Method Description protected ELResolverBuilder
JspFacesInitializer. createResolverBuilderForJSP(RuntimeConfig runtimeConfig, MyfacesConfig myfacesConfig)
-