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 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 -
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 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(ServletContext servletContext) Return the WebConfiguration instance for this application.static WebConfigurationWebConfiguration.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 WebConfigurationStateHelper.webConfigAccess to the context init parameters that configure this application.