javax.faces.webapp
Class FacesServlet
java.lang.Object
javax.faces.webapp.FacesServlet
- All Implemented Interfaces:
- javax.servlet.Servlet
public final class FacesServlet
- extends java.lang.Object
- implements javax.servlet.Servlet
see Javadoc of JSF Specification
- Version:
- $Revision: 894255 $ $Date: 2009-12-28 16:57:35 -0500 (Mon, 28 Dec 2009) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $)
Field Summary |
static java.lang.String |
CONFIG_FILES_ATTR
Comma separated list of URIs of (additional) faces config files. |
static java.lang.String |
LIFECYCLE_ID_ATTR
Identify the Lifecycle instance to be used. |
Method Summary |
void |
destroy()
|
javax.servlet.ServletConfig |
getServletConfig()
|
java.lang.String |
getServletInfo()
|
void |
init(javax.servlet.ServletConfig servletConfig)
|
void |
service(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIG_FILES_ATTR
@JSFWebConfigParam(since="1.1")
public static final java.lang.String CONFIG_FILES_ATTR
- Comma separated list of URIs of (additional) faces config files.
(e.g. /WEB-INF/my-config.xml)See JSF 1.0 PRD2, 10.3.2
Attention: You do not need to put /WEB-INF/faces-config.xml in here.
- See Also:
- Constant Field Values
LIFECYCLE_ID_ATTR
@JSFWebConfigParam(since="1.1")
public static final java.lang.String LIFECYCLE_ID_ATTR
- Identify the Lifecycle instance to be used.
- See Also:
- Constant Field Values
FacesServlet
public FacesServlet()
destroy
public void destroy()
- Specified by:
destroy
in interface javax.servlet.Servlet
getServletConfig
public javax.servlet.ServletConfig getServletConfig()
- Specified by:
getServletConfig
in interface javax.servlet.Servlet
getServletInfo
public java.lang.String getServletInfo()
- Specified by:
getServletInfo
in interface javax.servlet.Servlet
init
public void init(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
- Specified by:
init
in interface javax.servlet.Servlet
- Throws:
javax.servlet.ServletException
service
public void service(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
- Specified by:
service
in interface javax.servlet.Servlet
- Throws:
java.io.IOException
javax.servlet.ServletException
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.