nl.innovationinvestments.cheyenne.engine.servlet
Class CheyenneProxy

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

public class CheyenneProxy
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
CheyenneProxy()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Method = Get function
 void init(javax.servlet.ServletConfig servletConfig)
          Initialization function
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, 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

CheyenneProxy

public CheyenneProxy()
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

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.