nl.innovationinvestments.cheyenne.engine.servlet
Class CheyenneServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by nl.innovationinvestments.cheyenne.engine.servlet.CheyenneServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class CheyenneServlet
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Field Summary
static String ANNOTATION_ALLOWCACHE
           
static String ANNOTATION_DOWNLOADAS
           
static String EXCEPTION
           
static String EXCEPTION_COUNTER
           
static String EXCEPTION_ID
           
static String EXCEPTION_MESSAGE
           
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
CheyenneServlet()
           
 
Method Summary
 void destroy()
           
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Method = Get function
 void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Method = Post function
 void doPut(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Method = Put function
 void init(javax.servlet.ServletConfig servletConfig)
          Initialization function
 void initialize()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCECODE_VERSION

public static final String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values

EXCEPTION_COUNTER

public static final String EXCEPTION_COUNTER

EXCEPTION

public static final String EXCEPTION

EXCEPTION_ID

public static final String EXCEPTION_ID

EXCEPTION_MESSAGE

public static final String EXCEPTION_MESSAGE

ANNOTATION_ALLOWCACHE

public static final String ANNOTATION_ALLOWCACHE
See Also:
Constant Field Values

ANNOTATION_DOWNLOADAS

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

CheyenneServlet

public CheyenneServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig servletConfig)
          throws javax.servlet.ServletException
Initialization function

Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Servlet
Overrides:
destroy in class javax.servlet.GenericServlet

initialize

public void initialize()

doPut

public void doPut(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws IOException,
                  javax.servlet.ServletException
Method = Put function

Overrides:
doPut in class javax.servlet.http.HttpServlet
Throws:
IOException
javax.servlet.ServletException

doPost

public void doPost(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws IOException,
                   javax.servlet.ServletException
Method = Post function

Overrides:
doPost in class javax.servlet.http.HttpServlet
Throws:
IOException
javax.servlet.ServletException

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws IOException,
                  javax.servlet.ServletException
Method = Get function

Overrides:
doGet in class javax.servlet.http.HttpServlet
Throws:
IOException
javax.servlet.ServletException


Copyright © 2011 InnovationInvestments. All Rights Reserved.