インタフェース RequestInvocation
- 既知の実装クラスのリスト:
WebInvocationImpl
public interface RequestInvocation
-
メソッドの概要
修飾子とタイプメソッド説明org.iplass.mtp.command.Commandorg.iplass.mtp.command.RequestContextvoidbooleanvoidvoidvoidredirectAction(String actionName, org.iplass.mtp.command.RequestContext requestContext) voidsetException(Throwable exception)
-
メソッドの詳細
-
proceedRequest
void proceedRequest() -
proceedResult
void proceedResult() -
redirectAction
-
getRequest
org.iplass.mtp.command.RequestContext getRequest() -
getCommand
org.iplass.mtp.command.Command getCommand() -
getStatus
String getStatus() -
getException
Throwable getException() -
getStatus
-
setException
-
isInclude
boolean isInclude() -
getActionName
String getActionName() -
getRequestPath
RequestPath getRequestPath()
-