|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.webapp.FacesServlet
FacesServlet is a servlet that manages the request processing lifecycle for web applications that are utilizing JavaServer Faces to construct the user interface.
This servlet recognizes the following context initialization parameters:
Lifecycle instance to be used when
processing JSF requests in this web application. If not specified,
the default instance, identified by
LifecycleFactory.DEFAULT_LIFECYCLE, will be used.
| Constructor Summary | |
FacesServlet()
|
|
| Method Summary | |
void |
destroy()
Release all resources acquired at startup time. |
ServletConfig |
getServletConfig()
Return the ServletConfig instance for this servlet. |
java.lang.String |
getServletInfo()
Return information about this Servlet. |
void |
init(ServletConfig servletConfig)
Acquire the factory instances we will require. |
void |
service(ServletRequest request,
ServletResponse response)
Process an incoming request, and create the corresponding response, by executing the request processing lifecycle. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FacesServlet()
| Method Detail |
public void destroy()
Release all resources acquired at startup time.
destroy in interface Servletpublic ServletConfig getServletConfig()
Return the ServletConfig instance for this servlet.
getServletConfig in interface ServletServletConfig object
that initializes this servletServlet.init(javax.servlet.ServletConfig)public java.lang.String getServletInfo()
Return information about this Servlet.
getServletInfo in interface ServletString containing servlet information
public void init(ServletConfig servletConfig)
throws ServletException
Acquire the factory instances we will require.
init in interface ServletservletConfig - a ServletConfig object
containing the servlet's
configuration and initialization parameters
ServletException - if an exception has occurred that
interferes with the servlet's normal
operationUnavailableException,
Servlet.getServletConfig()
public void service(ServletRequest request,
ServletResponse response)
throws java.io.IOException,
ServletException
Process an incoming request, and create the corresponding response, by executing the request processing lifecycle.
service in interface Servletrequest - The servlet request we are processingresponse - The servlet response we are creating
java.io.IOException - if an input/output error occurs during processing
ServletException - if a servlet error occurs during processing
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||