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

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

public class VerifyPreviewServlet
extends HttpServlet

Author:
wprinz
See Also:
Serialized Form

Field Summary
static String SIG_INPUT_PREFIX
          Form field name prefix for signature table names
 
Constructor Summary
VerifyPreviewServlet()
           
 
Method Summary
protected  void dispatch(HttpServletRequest request, HttpServletResponse response, String resource)
           
protected  void dispatchToDataOk(HttpServletRequest request, HttpServletResponse response)
           
protected  void dispatchToPreview(HttpServletRequest request, HttpServletResponse response, int verify_which)
           
protected  void dispatchToResults(List results, HttpServletRequest request, HttpServletResponse response, boolean backbutton, String backToListURL)
           
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
protected  void doPost(HttpServletRequest request, HttpServletResponse response)
           
protected  String formBackToListURL(HttpServletRequest request, HttpServletResponse response)
           
protected static String generateNamePrefix(int num)
           
static String renderRequiredKeys(SignatureObject signature_object, String name_prefix, boolean write_value)
           
static String renderRequiredKeysJavaScript(SignatureObject signature_object, String name_prefix)
           
static String renderRequiredKeysText(SignatureObject signature_object)
           
 
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

SIG_INPUT_PREFIX

public static final String SIG_INPUT_PREFIX
Form field name prefix for signature table names

See Also:
Constant Field Values
Constructor Detail

VerifyPreviewServlet

public VerifyPreviewServlet()
Method Detail

dispatch

protected void dispatch(HttpServletRequest request,
                        HttpServletResponse response,
                        String resource)
                 throws ServletException,
                        IOException
Throws:
ServletException
IOException

dispatchToPreview

protected void dispatchToPreview(HttpServletRequest request,
                                 HttpServletResponse response,
                                 int verify_which)
                          throws ServletException,
                                 IOException
Throws:
ServletException
IOException

dispatchToDataOk

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

formBackToListURL

protected String formBackToListURL(HttpServletRequest request,
                                   HttpServletResponse response)
                            throws MalformedURLException
Throws:
MalformedURLException

generateNamePrefix

protected static String generateNamePrefix(int num)

renderRequiredKeysJavaScript

public static String renderRequiredKeysJavaScript(SignatureObject signature_object,
                                                  String name_prefix)

renderRequiredKeys

public static String renderRequiredKeys(SignatureObject signature_object,
                                        String name_prefix,
                                        boolean write_value)

renderRequiredKeysText

public static String renderRequiredKeysText(SignatureObject signature_object)

dispatchToResults

protected void dispatchToResults(List results,
                                 HttpServletRequest request,
                                 HttpServletResponse response,
                                 boolean backbutton,
                                 String backToListURL)
                          throws ServletException,
                                 IOException
Throws:
ServletException
IOException

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.