|
||||||||||
前 次 | フレームあり フレームなし |
ActionContext を使用しているパッケージ | |
---|---|
org.seasar.cubby.action | �A�v���P�[�V�����J���҂��g�p����r���[�R���g���[���[��������܂��B |
org.seasar.cubby.controller.impl | Cubby�t���[�����[�N���g�p����r���[�R���g���[���Ɋւ���@�\�̎�����܂��B |
org.seasar.cubby.interceptor | Cubby�t���[�����[�N��Ŏg�p����C���^�[�Z�v�^�[����܂��B |
org.seasar.cubby.action での ActionContext の使用 |
---|
ActionContext 型のパラメータを持つ org.seasar.cubby.action のメソッド | |
---|---|
void |
Redirect.execute(ActionContext context,
HttpServletRequest request,
HttpServletResponse response)
|
void |
Json.execute(ActionContext context,
HttpServletRequest request,
HttpServletResponse response)
|
void |
Forward.execute(ActionContext context,
HttpServletRequest request,
HttpServletResponse response)
|
void |
Direct.execute(ActionContext context,
HttpServletRequest request,
HttpServletResponse response)
|
void |
ActionResult.execute(ActionContext context,
HttpServletRequest request,
HttpServletResponse response)
処理を実行します。 |
void |
Forward.prerender(ActionContext context,
HttpServletRequest request)
フォワード前の処理を行います。 |
void |
ActionResult.prerender(ActionContext context,
HttpServletRequest request)
フォワード直前の処理を実行します。 |
ActionContext 型のパラメータを持つ org.seasar.cubby.action のコンストラクタ | |
---|---|
ForwardHttpServletRequestWrapper(HttpServletRequest request,
ActionContext context)
|
org.seasar.cubby.controller.impl での ActionContext の使用 |
---|
ActionContext を実装している org.seasar.cubby.controller.impl のクラス | |
---|---|
class |
ActionContextImpl
|
ActionContext 型のパラメータを持つ org.seasar.cubby.controller.impl のメソッド | |
---|---|
void |
ActionProcessorImpl.setActionContext(ActionContext context)
|
org.seasar.cubby.interceptor での ActionContext の使用 |
---|
ActionContext 型のパラメータを持つ org.seasar.cubby.interceptor のメソッド | |
---|---|
void |
ValidationInterceptor.setActionContext(ActionContext context)
|
void |
InitializeInterceptor.setActionContext(ActionContext context)
|
|
||||||||||
前 次 | フレームあり フレームなし |