org.apache.pluto.portalImpl
Class Servlet

java.lang.Object
  extended by HttpServlet
      extended by org.apache.pluto.portalImpl.Servlet
Direct Known Subclasses:
TCKdriver

public class Servlet
extends HttpServlet


Field Summary
private static java.lang.String CONTAINER_SUPPORTS_BUFFERING
          Stores whether the portlet container used supports buffering
private static java.lang.String CONTENT_TYPE
           
private  Logger log
           
 
Constructor Summary
Servlet()
           
 
Method Summary
 void destroy()
           
 void doGet(HttpServletRequest servletRequest, HttpServletResponse servletResponse)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 java.lang.String getServletInfo()
           
 void init(ServletConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_TYPE

private static java.lang.String CONTENT_TYPE

CONTAINER_SUPPORTS_BUFFERING

private static java.lang.String CONTAINER_SUPPORTS_BUFFERING
Stores whether the portlet container used supports buffering


log

private Logger log
Constructor Detail

Servlet

public Servlet()
Method Detail

getServletInfo

public java.lang.String getServletInfo()

init

public void init(ServletConfig config)
          throws ServletException
Throws:
ServletException

destroy

public void destroy()

doGet

public void doGet(HttpServletRequest servletRequest,
                  HttpServletResponse servletResponse)
           throws java.io.IOException,
                  ServletException
Throws:
java.io.IOException
ServletException

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws java.io.IOException,
                   ServletException
Throws:
java.io.IOException
ServletException