KeyGeneratorServlet Class

com.beasys.commerce.ebusiness.security
KeyGeneratorServlet Class

public class KeyGeneratorServlet

    extends HttpServlet

Hierarchy
Object
  GenericServlet
    HttpServlet
      KeyGeneratorServlet
All Implemented Interfaces

Serializable, Servlet, ServletConfig

Constructor Summary

KeyGeneratorServlet()

 

Method Summary

protected void
doPost(HttpServletRequest req, HttpServletResponse resp)
public void
init(ServletConfig config)
 
Methods from  javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods from  javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log, service
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface javax.servlet.Servlet
destroy, getServletConfig, getServletInfo, init, service
 
Methods from interface javax.servlet.ServletConfig
getInitParameter, getInitParameterNames, getServletContext, getServletName
 

Constructor Detail

KeyGeneratorServlet

public KeyGeneratorServlet()
 

Method Detail

doPost(HttpServletRequest, HttpServletResponse) Method

protected void doPost(HttpServletRequest req, 
                      HttpServletResponse resp)
throws IOException, ServletException
Overrides
HttpServlet.doPost(HttpServletRequest, HttpServletResponse)

Exceptions

IOException
ServletException

init(ServletConfig) Method

public void init(ServletConfig config)
throws ServletException
Overrides
GenericServlet.init(ServletConfig)

Exceptions

ServletException