|
||||||||||
前 次 | フレームあり フレームなし |
ActionContext を使用しているパッケージ | |
---|---|
org.seasar.cubby.action | アプリケーション開発者が使用するビューコントローラー部分を提供します。 |
org.seasar.cubby.examples.s2.action | |
org.seasar.cubby.internal.controller | フレームワーク内部のコントローラに関する機能を提供します。 |
org.seasar.cubby.internal.controller.impl | フレームワーク内部のコントローラに関する機能の実装を提供します。 |
org.seasar.cubby.plugin | プラグイン機能を提供します。 |
org.seasar.cubby.util | ユーティリティを提供します。 |
org.seasar.cubby.validator | 入力検証に関する機能を提供します。 |
org.seasar.cubby.action での ActionContext の使用 |
---|
ActionContext を実装している org.seasar.cubby.action のクラス | |
---|---|
class |
ActionContextProxy
アクションコンテキストへアクセスするプロキシです。 |
ActionContext を返す org.seasar.cubby.action のメソッド | |
---|---|
protected ActionContext |
ActionContextProxy.subject()
要求の属性から被代理オブジェクトを取得します。 |
ActionContext 型のパラメータを持つ org.seasar.cubby.action のメソッド | |
---|---|
void |
Forward.execute(ActionContext actionContext,
HttpServletRequest request,
HttpServletResponse response)
処理を実行します。 |
void |
ActionResult.execute(ActionContext actionContext,
HttpServletRequest request,
HttpServletResponse response)
処理を実行します。 |
void |
SendError.execute(ActionContext actionContext,
HttpServletRequest request,
HttpServletResponse response)
処理を実行します。 |
void |
Json.execute(ActionContext actionContext,
HttpServletRequest request,
HttpServletResponse response)
処理を実行します。 |
void |
Redirect.execute(ActionContext actionContext,
HttpServletRequest request,
HttpServletResponse response)
処理を実行します。 |
void |
Direct.execute(ActionContext actionContext,
HttpServletRequest request,
HttpServletResponse response)
処理を実行します。 |
void |
PassThrough.execute(ActionContext actionContext,
HttpServletRequest request,
HttpServletResponse response)
処理を実行します。 |
org.seasar.cubby.examples.s2.action での ActionContext の使用 |
---|
ActionContext として宣言されている org.seasar.cubby.examples.s2.action のフィールド | |
---|---|
ActionContext |
HelloAction.actionContext
|
org.seasar.cubby.internal.controller での ActionContext の使用 |
---|
ActionContext 型のパラメータを持つ org.seasar.cubby.internal.controller のメソッド | |
---|---|
List<ConversionFailure> |
RequestParameterBinder.bind(Map<String,Object[]> parameterMap,
Object dest,
ActionContext actionContext)
要求パラメータを指定されたオブジェクトへバインドします。 |
org.seasar.cubby.internal.controller.impl での ActionContext の使用 |
---|
ActionContext 型のパラメータを持つ org.seasar.cubby.internal.controller.impl のメソッド | |
---|---|
List<ConversionFailure> |
RequestParameterBinderImpl.bind(Map<String,Object[]> parameterMap,
Object dest,
ActionContext actionContext)
要求パラメータを指定されたオブジェクトへバインドします。 |
org.seasar.cubby.plugin での ActionContext の使用 |
---|
ActionContext を返す org.seasar.cubby.plugin のメソッド | |
---|---|
ActionContext |
ActionInvocation.getActionContext()
アクションのコンテキストを取得します。 |
ActionContext |
ValidationInvocation.getActionContext()
アクションのコンテキストを取得します。 |
ActionContext |
ActionResultInvocation.getActionContext()
アクションのコンテキストを取得します。 |
org.seasar.cubby.util での ActionContext の使用 |
---|
ActionContext を返す org.seasar.cubby.util のメソッド | |
---|---|
static ActionContext |
ActionUtils.actionContext()
アクションコンテキストを取得します。 |
static ActionContext |
ActionUtils.actionContext(ServletRequest request)
アクションコンテキストを取得します。 |
org.seasar.cubby.validator での ActionContext の使用 |
---|
ActionContext 型のパラメータを持つ org.seasar.cubby.validator のメソッド | |
---|---|
ActionResult |
ValidationFailBehaviour.getValidationErrorActionResult(ActionContext actionContext)
入力検証でエラーがあった場合に画面遷移を制御するための ActionResult を取得します。 |
|
||||||||||
前 次 | フレームあり フレームなし |