|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestProcessor
Helper callback interface that let us bridge different logic with our Ariba Servlet. Mainly used for pre-processing where we need to do some extra work before sending request to application
Method Summary | |
---|---|
void |
delegateTooManyTabsError(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
This method let us skip the processRequest method call and call directly rending phase. |
java.lang.String |
multiTabHandlerName()
Identifies multiTab handler by name |
void |
processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean isGet)
Once the processing is ready we will go back and finish the execution in the on the servlet adaptor side. |
Method Detail |
---|
void processRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean isGet) throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletException
java.io.IOException
void delegateTooManyTabsError(javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse) throws java.io.IOException, javax.servlet.ServletException
java.io.IOException
javax.servlet.ServletException
java.lang.String multiTabHandlerName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |