com.arsdigita.portalserver
Class PortalServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.arsdigita.web.BaseServlet
              extended bycom.arsdigita.web.BaseApplicationServlet
                  extended bycom.arsdigita.portalserver.PortalServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class PortalServlet
extends com.arsdigita.web.BaseApplicationServlet

Author:
Justin Ross <jross@redhat.com>
See Also:
Serialized Form

Field Summary
static String versionId
           
 
Fields inherited from class com.arsdigita.web.BaseApplicationServlet
APPLICATION_ID_ATTRIBUTE, APPLICATION_ID_PARAMETER
 
Fields inherited from class com.arsdigita.web.BaseServlet
REQUEST_URL_ATTRIBUTE
 
Constructor Summary
PortalServlet()
           
 
Method Summary
 void doService(javax.servlet.http.HttpServletRequest sreq, javax.servlet.http.HttpServletResponse sresp, com.arsdigita.web.Application app)
           
 
Methods inherited from class com.arsdigita.web.BaseApplicationServlet
doService
 
Methods inherited from class com.arsdigita.web.BaseServlet
destroy, doDestroy, doGet, doInit, doPost, getUserContext, init
 
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, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

PortalServlet

public PortalServlet()
Method Detail

doService

public void doService(javax.servlet.http.HttpServletRequest sreq,
                      javax.servlet.http.HttpServletResponse sresp,
                      com.arsdigita.web.Application app)
               throws javax.servlet.ServletException,
                      IOException
Throws:
javax.servlet.ServletException
IOException


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2344 UTC