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

Constructor Index

 o ServletHandler()

Method Index

 o doPost(HttpServletRequest, HttpServletResponse)
 o init(ServletConfig)

Constructors

 o ServletHandler
 public ServletHandler()

Methods

 o init
 public void init(ServletConfig config) throws ServletException
Throws: ServletException
if a servlet exception has occurred
Overrides:
init in class GenericServlet
See Also:
init
 o 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