|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.torweg.pulse.service.Servlet
public class Servlet
The controller servlet of the pulse container.
The Servlet controls the actual processing of an HTTP request sent to
the pulse container.
HttpServletRequest into a ServiceRequest304 Not Modified response
can be sentBundles according to the current Command (
ServiceRequest.getCommand(), Invoker.execute(ServiceRequest, ResultSet) ) and collects the results
Events collected by the EventManager during
bundle invocation ( ServiceRequest.getEventManager() )EventManager does not
contain an output event
| Constructor Summary | |
|---|---|
Servlet()
|
|
| Method Summary | |
|---|---|
void |
destroy()
executes shutdown tasks. |
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
captures HTTP requests sent via GET. |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
captures HTTP requests sent via POST. |
void |
init()
initialises the servlet's basic fields and starts up core components. |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, 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 |
| Constructor Detail |
|---|
public Servlet()
| Method Detail |
|---|
public final void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletException - on errors during the start up processpublic final void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServlet
public final void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
doPost in class javax.servlet.http.HttpServletrequest - the HTTP request sent to the servletresponse - the HTTP response returned by the servlet
java.io.IOException - on errors while writing to the response
public final void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
doGet in class javax.servlet.http.HttpServletrequest - the HTTP request sent to the servletresponse - the HTTP response returned by the servlet
java.io.IOException - on errors while writing to the response
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||