at.knowcenter.wag.egov.egiz.web
Class VerifyPreview

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by at.knowcenter.wag.egov.egiz.web.VerifyPreview
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class VerifyPreview
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
VerifyPreview()
           
 
Method Summary
protected  void dispatch(HttpServletRequest request, HttpServletResponse response, String resource)
           
protected  void dispatchToResults(List results, HttpServletRequest request, HttpServletResponse response, boolean backbutton)
           
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
protected  void doPost(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

VerifyPreview

public VerifyPreview()
Method Detail

dispatch

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

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)
                          throws ServletException,
                                 IOException
Throws:
ServletException
IOException

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     IOException
Overrides:
doGet in class HttpServlet
Throws:
ServletException
IOException

doPost

protected void doPost(HttpServletRequest request,
                      HttpServletResponse response)
               throws ServletException,
                      IOException
Overrides:
doPost in class HttpServlet
Throws:
ServletException
IOException


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.