|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
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
com.ibm.btt.cs.servlet.CSReqServlet
com.ibm.btt.cs.ajax.AjaxRequestServlet
public class AjaxRequestServlet
Constructor Summary | |
---|---|
AjaxRequestServlet()
|
Method Summary | |
---|---|
protected ChannelRequest |
getChannelRequest(javax.servlet.http.HttpServletRequest req)
This method is used for subclass to override to provide the customized request object |
protected void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Defines the process flow to execute a request. |
Methods inherited from class com.ibm.btt.cs.servlet.CSReqServlet |
---|
getChannelDriver, getChannelResponse |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AjaxRequestServlet()
Method Detail |
---|
protected ChannelRequest getChannelRequest(javax.servlet.http.HttpServletRequest req)
CSReqServlet
getChannelRequest
in class CSReqServlet
req
- the request
protected void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, java.io.IOException
CSReqServlet
service
in class CSReqServlet
req
- HttpServletRequestres
- HttpServletResponse
javax.servlet.ServletException
java.io.IOException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |