Uses of Class
com.sun.faces.config.WebConfiguration
-
Packages that use WebConfiguration Package Description com.sun.faces.application com.sun.faces.application.view com.sun.faces.config com.sun.faces.renderkit -
-
Uses of WebConfiguration in com.sun.faces.application
Methods in com.sun.faces.application with parameters of type WebConfiguration Modifier and Type Method Description protected CompilerApplicationAssociate. createCompiler(Map<String,Object> appMap, WebConfiguration webConfig)protected DefaultFaceletFactoryApplicationAssociate. 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 Modifier and Type Field Description protected WebConfigurationViewHandlingStrategy. webConfig -
Uses of WebConfiguration in com.sun.faces.config
Fields in com.sun.faces.config declared as WebConfiguration Modifier and Type Field Description protected WebConfigurationConfigureListener. webConfigMethods in com.sun.faces.config that return WebConfiguration Modifier and Type Method Description static WebConfigurationWebConfiguration. getInstance()Return the WebConfiguration instance for this application passing the result of FacesContext.getCurrentInstance().getExternalContext() togetInstance(jakarta.faces.context.ExternalContext).static WebConfigurationWebConfiguration. getInstance(ExternalContext extContext)Return the WebConfiguration instance for this application.static WebConfigurationWebConfiguration. getInstance(jakarta.servlet.ServletContext servletContext)Return the WebConfiguration instance for this application.static WebConfigurationWebConfiguration. getInstanceWithoutCreating(jakarta.servlet.ServletContext servletContext)Constructors in com.sun.faces.config with parameters of type WebConfiguration Constructor Description FaceletsConfiguration(WebConfiguration config) -
Uses of WebConfiguration in com.sun.faces.renderkit
Fields in com.sun.faces.renderkit declared as WebConfiguration Modifier and Type Field Description protected WebConfigurationStateHelper. webConfigAccess to the context init parameters that configure this application.
-