Uses of Class
com.sun.faces.config.WebConfiguration
Packages that use WebConfiguration
Package
Description
-
Uses of WebConfiguration in com.sun.faces.application
Methods in com.sun.faces.application with parameters of type WebConfigurationModifier 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
Fields in com.sun.faces.application.view declared as WebConfiguration -
Uses of WebConfiguration in com.sun.faces.config
Fields in com.sun.faces.config declared as WebConfigurationMethods in com.sun.faces.config that return WebConfigurationModifier 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) Constructors in com.sun.faces.config with parameters of type WebConfiguration -
Uses of WebConfiguration in com.sun.faces.renderkit
Fields in com.sun.faces.renderkit declared as WebConfigurationModifier and TypeFieldDescriptionprotected WebConfiguration
StateHelper.webConfig
Access to the context init parameters that configure this application.