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: |
---|
clone, equals, finalize, 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 according to the following specification. If the This method must respond to requests that start with the
following strings by invoking the
If none of the cases described above in the specification for this method apply to the servicing of this request, the following action must be taken to service the request. Acquire a FacesContext instance for this request. Acquire the |