インタフェース RequestInvocation
public interface RequestInvocation
-
メソッドの概要
修飾子とタイプメソッド説明org.iplass.mtp.impl.web.RequestPath
void
boolean
void
void
void
redirectAction
(String actionName, RequestContext requestContext) void
setException
(Throwable exception)
-
メソッドの詳細
-
proceedRequest
void proceedRequest() -
proceedResult
void proceedResult() -
redirectAction
-
getRequest
RequestContext getRequest() -
getCommand
Command getCommand() -
getStatus
String getStatus() -
getException
Throwable getException() -
getStatus
-
setException
-
isInclude
boolean isInclude() -
getActionName
String getActionName() -
getRequestPath
org.iplass.mtp.impl.web.RequestPath getRequestPath()
-