Class Hierarchy Index
Class COM.cloudscape.core.ServletHandler
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----COM.cloudscape.core.ServletHandler
- public class ServletHandler
- extends HttpServlet
-
ServletHandler()
-
-
doPost(HttpServletRequest, HttpServletResponse)
-
-
init(ServletConfig)
-
ServletHandler
public ServletHandler()
init
public void init(ServletConfig config) throws ServletException
- Throws: ServletException
- if a servlet exception has occurred
- Overrides:
- init in class GenericServlet
- See Also:
- init
doPost
public void doPost(HttpServletRequest req,
HttpServletResponse resp) throws IOException
- Throws: IOException
- if detected when handling the request
- Overrides:
- doPost in class HttpServlet
- See Also:
- HttpServlet
Class Hierarchy Index