org.apache.pluto.portalImpl
Class Servlet
java.lang.Object
HttpServlet
org.apache.pluto.portalImpl.Servlet
- Direct Known Subclasses:
- TCKdriver
public class Servlet
- extends HttpServlet
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 |
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
Servlet
public Servlet()
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