| Package | Description |
|---|---|
| javax.faces.context |
Classes and interfaces
defining per-request state information.
|
| javax.faces.webapp |
Classes required for integration of
JavaServer Faces into web applications, including a standard servlet,
base classes for JSP custom component
tags, and concrete tag implementations for core tags.
|
| Modifier and Type | Method and Description |
|---|---|
FacesContextFactory |
FacesContextFactory.getWrapped()
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped. |
| Modifier and Type | Field and Description |
|---|---|
private FacesContextFactory |
FacesServlet.facesContextFactory
Factory for
FacesContext instances. |