javax.faces.webapp

Class FacesServlet

Implemented Interfaces:
Servlet

public final class FacesServlet
extends java.lang.Object
implements Servlet

Version:
$Revision: 265611 $ $Date: 2005-09-01 03:05:16 +0200 (Thu, 01 Sep 2005) $
Author:
Manfred Geiler (latest modification by $Author: oros $)

Field Summary

static String
CONFIG_FILES_ATTR
static String
LIFECYCLE_ID_ATTR

Constructor Summary

FacesServlet()

Method Summary

void
destroy()
ServletConfig
getServletConfig()
String
getServletInfo()
void
init(ServletConfig servletConfig)
void
service(ServletRequest request, ServletResponse response)

Field Details

CONFIG_FILES_ATTR

public static final String CONFIG_FILES_ATTR

LIFECYCLE_ID_ATTR

public static final String LIFECYCLE_ID_ATTR

Constructor Details

FacesServlet

public FacesServlet()

Method Details

destroy

public void destroy()

getServletConfig

public ServletConfig getServletConfig()

getServletInfo

public String getServletInfo()

init

public void init(ServletConfig servletConfig)
            throws ServletException

service

public void service(ServletRequest request,
                    ServletResponse response)
            throws IOException,
                   ServletException