java.lang.Objectjavax.faces.webapp.FacesServlet
All Implemented Interfaces:
Servlet
FacesServlet is a servlet that manages the request processing lifecycle for web applications that are utilizing JavaServer Faces to construct the user interface.
| Field Summary | ||
|---|---|---|
| public static final String | CONFIG_FILES_ATTR | Context initialization parameter name for a comma delimited list
of context-relative resource paths (in addition to
|
| public static final String | LIFECYCLE_ID_ATTR | Context initialization parameter name for the lifecycle identifier of the Lifecycle instance to be utilized. |
| Method from javax.faces.webapp.FacesServlet Summary: |
|---|
| destroy, getServletConfig, getServletInfo, init, service |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.faces.webapp.FacesServlet Detail: |
|---|
Release all resources acquired at startup time. |
Return the |
Return information about this Servlet. |
Acquire the factory instances we will require. |
Process an incoming request, and create the corresponding response, by executing the request processing lifecycle. If the This method must respond to requests that start with the
following strings by invoking the
|