| Package | Description |
|---|---|
| com.sun.faces.application | |
| com.sun.faces.application.view | |
| com.sun.faces.config | |
| com.sun.faces.renderkit |
| Modifier and Type | Method and Description |
|---|---|
protected Compiler |
ApplicationAssociate.createCompiler(Map<String,Object> appMap,
WebConfiguration webConfig) |
protected DefaultFaceletFactory |
ApplicationAssociate.createFaceletFactory(jakarta.faces.context.FacesContext ctx,
Compiler compiler,
WebConfiguration webConfig) |
| Modifier and Type | Field and Description |
|---|---|
protected WebConfiguration |
ViewHandlingStrategy.webConfig |
| Modifier and Type | Field and Description |
|---|---|
protected WebConfiguration |
ConfigureListener.webConfig |
| Modifier and Type | Method and Description |
|---|---|
static WebConfiguration |
WebConfiguration.getInstance()
Return the WebConfiguration instance for this application passing the result of
FacesContext.getCurrentInstance().getExternalContext() to
getInstance(jakarta.faces.context.ExternalContext). |
static WebConfiguration |
WebConfiguration.getInstance(jakarta.faces.context.ExternalContext extContext)
Return the WebConfiguration instance for this application.
|
static WebConfiguration |
WebConfiguration.getInstance(jakarta.servlet.ServletContext servletContext)
Return the WebConfiguration instance for this application.
|
static WebConfiguration |
WebConfiguration.getInstanceWithoutCreating(jakarta.servlet.ServletContext servletContext) |
| Constructor and Description |
|---|
FaceletsConfiguration(WebConfiguration config) |
| Modifier and Type | Field and Description |
|---|---|
protected WebConfiguration |
StateHelper.webConfig
Access to the context init parameters that configure this application.
|
Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.