html
Class run

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by html.run
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public final class run
extends javax.servlet.http.HttpServlet

A Class run.

Author:
Krzysztof Synowiec
See Also:
Serialized Form

Field Summary
static java.lang.String PROTECTED_DESTINATION_PAGE_URL_COOKIE
           
 
Constructor Summary
run()
           
 
Method Summary
 
Methods inherited from class javax.servlet.http.HttpServlet
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTECTED_DESTINATION_PAGE_URL_COOKIE

public static final java.lang.String PROTECTED_DESTINATION_PAGE_URL_COOKIE
See Also:
Constant Field Values
Constructor Detail

run

public run()