com.arsdigita.bebop.page
Class BebopApplicationServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.arsdigita.web.BaseServlet
com.arsdigita.web.BaseApplicationServlet
com.arsdigita.bebop.page.BebopApplicationServlet
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- Direct Known Subclasses:
- BebopApplicationServlet
- public class BebopApplicationServlet
- extends BaseApplicationServlet
- Version:
- $Id: //core-platform/dev/src/com/arsdigita/bebop/page/BebopApplicationServlet.java#7 $
- Author:
- Justin Ross <jross@redhat.com>
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
BebopApplicationServlet
public BebopApplicationServlet()
init
public void init()
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
put
protected final void put(String pathInfo,
Page page)
doService
protected final void doService(javax.servlet.http.HttpServletRequest sreq,
javax.servlet.http.HttpServletResponse sresp,
Application app)
throws javax.servlet.ServletException,
IOException
- Description copied from class:
BaseApplicationServlet
The method that BaseApplicationServlet.doService(HttpServletRequest,HttpServletResponse)
calls.
Servlet authors should implement this method to perform
application-specific request handling.
- Specified by:
doService
in class BaseApplicationServlet
- Throws:
javax.servlet.ServletException
IOException
- See Also:
HttpServlet.service(HttpServletRequest,HttpServletResponse)
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC