Class RedirectResultDefinition
java.lang.Object
org.iplass.mtp.web.actionmapping.definition.result.ResultDefinition
org.iplass.mtp.web.actionmapping.definition.result.RedirectResultDefinition
- All Implemented Interfaces:
Serializable
実行結果として、リダイレクトするResult定義です。
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setAllowExternalLocation
(boolean allowExternalLocation) void
setRedirectPath
(String redirectPath) 各Resultのサマリー情報を返します。Methods inherited from class org.iplass.mtp.web.actionmapping.definition.result.ResultDefinition
getCommandResultStatus, getExceptionClassName, setCommandResultStatus, setExceptionClassName
-
Constructor Details
-
RedirectResultDefinition
public RedirectResultDefinition()
-
-
Method Details
-
isAllowExternalLocation
public boolean isAllowExternalLocation() -
setAllowExternalLocation
public void setAllowExternalLocation(boolean allowExternalLocation) -
getRedirectPath
- Returns:
- redirectPath
-
setRedirectPath
- Parameters:
redirectPath
- セットする redirectPath
-
summaryInfo
Description copied from class:ResultDefinition
各Resultのサマリー情報を返します。- Specified by:
summaryInfo
in classResultDefinition
- Returns:
- Resultのサマリー情報
-