Uses of Class
com.sun.faces.config.WebConfiguration
Package
Description
-
Uses of WebConfiguration in com.sun.faces.application
Modifier and TypeMethodDescriptionprotected Compiler
ApplicationAssociate.createCompiler
(Map<String, Object> appMap, WebConfiguration webConfig) protected DefaultFaceletFactory
ApplicationAssociate.createFaceletFactory
(FacesContext context, Compiler compiler, WebConfiguration webConfig) -
Uses of WebConfiguration in com.sun.faces.application.view
-
Uses of WebConfiguration in com.sun.faces.config
Modifier and TypeMethodDescriptionstatic WebConfiguration
WebConfiguration.getInstance()
Return the WebConfiguration instance for this application passing the result of FacesContext.getCurrentInstance().getExternalContext() togetInstance(jakarta.faces.context.ExternalContext)
.static WebConfiguration
WebConfiguration.getInstance
(ExternalContext extContext) Return the WebConfiguration instance for this application.static WebConfiguration
WebConfiguration.getInstance
(ServletContext servletContext) Return the WebConfiguration instance for this application.static WebConfiguration
WebConfiguration.getInstanceWithoutCreating
(ServletContext servletContext) -
Uses of WebConfiguration in com.sun.faces.renderkit
Modifier and TypeFieldDescriptionprotected WebConfiguration
StateHelper.webConfig
Access to the context init parameters that configure this application.