at.knowcenter.wag.egov.egiz.web.servlets
Class UpdateFormServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byat.knowcenter.wag.egov.egiz.web.servlets.UpdateFormServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class UpdateFormServlet
extends HttpServlet

See Also:
Serialized Form

Field Summary
static String UPLOADFORM_PDFA_KEY
           
static String UPLOADFORM_SIGNATURE_DEVICE_KEY
           
static String UPLOADFORM_SIGNATURE_MODE_KEY
           
static String UPLOADFORM_SIGNATURE_TYPE_KEY
           
 
Constructor Summary
UpdateFormServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
protected  void doPost(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UPLOADFORM_SIGNATURE_TYPE_KEY

public static final String UPLOADFORM_SIGNATURE_TYPE_KEY
See Also:
Constant Field Values

UPLOADFORM_SIGNATURE_MODE_KEY

public static final String UPLOADFORM_SIGNATURE_MODE_KEY
See Also:
Constant Field Values

UPLOADFORM_SIGNATURE_DEVICE_KEY

public static final String UPLOADFORM_SIGNATURE_DEVICE_KEY
See Also:
Constant Field Values

UPLOADFORM_PDFA_KEY

public static final String UPLOADFORM_PDFA_KEY
See Also:
Constant Field Values
Constructor Detail

UpdateFormServlet

public UpdateFormServlet()
Method Detail

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     IOException
Throws:
ServletException
IOException

doPost

protected void doPost(HttpServletRequest request,
                      HttpServletResponse response)
               throws ServletException,
                      IOException
Throws:
ServletException
IOException


Copyright © 2006-2010. All Rights Reserved.