public class JetspeedContainerServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
JetspeedContainerServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The primary method invoked when the Jetspeed servlet is executed.
|
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
In this application doGet and doPost are the same thing.
|
void |
init(javax.servlet.ServletConfig config) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic final void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic final void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
doGet in class javax.servlet.http.HttpServletrequest - Servlet request.ressponse - Servlet response.IOException - a servlet exception.javax.servlet.ServletException - a servlet exception.public final void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws IOException,
javax.servlet.ServletException
doPost in class javax.servlet.http.HttpServletreq - Servlet request.res - Servlet response.IOException - a servlet exception.javax.servlet.ServletException - a servlet exception.public final void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletCopyright © 1999–2015 The Apache Software Foundation. All rights reserved.