javax.faces.webapp
Class FacesServlet
java.lang.Object
   javax.faces.webapp.FacesServlet
javax.faces.webapp.FacesServlet
- All Implemented Interfaces: 
- javax.servlet.Servlet
- public final class FacesServlet 
- extends Object- implements javax.servlet.Servlet
see Javadoc of JSF Specification
- Version:
- $Revision: 676278 $ $Date: 2008-07-13 03:35:04 -0500 (Sun, 13 Jul 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: skitching $)
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CONFIG_FILES_ATTR
public static final String CONFIG_FILES_ATTR
- See Also:
- Constant Field Values
LIFECYCLE_ID_ATTR
public static final String LIFECYCLE_ID_ATTR
- See Also:
- Constant Field Values
FacesServlet
public FacesServlet()
destroy
public void destroy()
- 
- Specified by:
- destroyin interface- javax.servlet.Servlet
 
- 
 
getServletConfig
public javax.servlet.ServletConfig getServletConfig()
- 
- Specified by:
- getServletConfigin interface- javax.servlet.Servlet
 
- 
 
getServletInfo
public String getServletInfo()
- 
- Specified by:
- getServletInfoin interface- javax.servlet.Servlet
 
- 
 
init
public void init(javax.servlet.ServletConfig servletConfig)
          throws javax.servlet.ServletException
- 
- Specified by:
- initin interface- javax.servlet.Servlet
 
- 
- Throws:
- javax.servlet.ServletException
 
service
public void service(javax.servlet.ServletRequest request,
                    javax.servlet.ServletResponse response)
             throws IOException,
                    javax.servlet.ServletException
- 
- Specified by:
- servicein interface- javax.servlet.Servlet
 
- 
- Throws:
- IOException
- javax.servlet.ServletException
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.