|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectInterceptorContext
RequestInterceptorContext
ActionInterceptorContext
AfterNestedInterceptContext
public class AfterNestedInterceptContext
Constructor Summary | |
---|---|
AfterNestedInterceptContext(HttpServletRequest request,
HttpServletResponse response,
ServletContext servletContext,
PageFlowController controller,
InterceptorForward originalForward,
String actionName,
String returnAction)
|
Method Summary | |
---|---|
String |
getReturnAction()
Get the return action from the nested page flow that intercepted the original page flow's action. |
Methods inherited from class RequestInterceptorContext |
---|
addInterceptor, cancelRequest, getRequest, getRequestInterceptors, getResponse, getServletContext, requestWasCancelled |
Methods inherited from class InterceptorContext |
---|
addInterceptor, addInterceptors, createInterceptor, hasResultOverride, setResultOverride |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AfterNestedInterceptContext(HttpServletRequest request, HttpServletResponse response, ServletContext servletContext, PageFlowController controller, InterceptorForward originalForward, String actionName, String returnAction)
Method Detail |
---|
public String getReturnAction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |