クラス RedirectResultDefinition
java.lang.Object
org.iplass.mtp.web.actionmapping.definition.result.ResultDefinition
org.iplass.mtp.web.actionmapping.definition.result.RedirectResultDefinition
- すべての実装されたインタフェース:
Serializable
実行結果として、リダイレクトするResult定義です。
- 関連項目:
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明boolean
void
setAllowExternalLocation
(boolean allowExternalLocation) void
setRedirectPath
(String redirectPath) 各Resultのサマリー情報を返します。クラスから継承されたメソッド org.iplass.mtp.web.actionmapping.definition.result.ResultDefinition
getCommandResultStatus, getExceptionClassName, setCommandResultStatus, setExceptionClassName
-
コンストラクタの詳細
-
RedirectResultDefinition
public RedirectResultDefinition()
-
-
メソッドの詳細
-
isAllowExternalLocation
public boolean isAllowExternalLocation() -
setAllowExternalLocation
public void setAllowExternalLocation(boolean allowExternalLocation) -
getRedirectPath
- 戻り値:
- redirectPath
-
setRedirectPath
- パラメータ:
redirectPath
- セットする redirectPath
-
summaryInfo
クラスからコピーされた説明:ResultDefinition
各Resultのサマリー情報を返します。- 定義:
summaryInfo
クラス内ResultDefinition
- 戻り値:
- Resultのサマリー情報
-