nl.innovationinvestments.cheyenne.engine.servlet
Class CheyenneServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
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
|
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 |
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
HDR_REPOST_REQUEST
public static final String HDR_REPOST_REQUEST
- See Also:
- Constant Field Values
CheyenneServlet
public CheyenneServlet()
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 © 2013 InnovationInvestments. All rights reserved.