|
||||||||||
前 次 | フレームあり フレームなし |
Action を使用しているパッケージ | |
---|---|
org.seasar.cubby.controller | Cubbyフレームワークが使用するビューコントローラに関する機能を提供します。 |
org.seasar.cubby.controller.impl | Cubbyフレームワークが使用するビューコントローラに関する機能の実装を提供します。 |
org.seasar.cubby.routing.impl | URIルーティング機能の実装を提供します。 |
org.seasar.cubby.util | 各種ユーティリティを提供します。 |
org.seasar.cubby.controller での Action の使用 |
---|
Action を返す org.seasar.cubby.controller のメソッド | |
---|---|
Action |
ActionContext.getAction()
アクションのオブジェクトを取得します。 |
org.seasar.cubby.controller.impl での Action の使用 |
---|
Action を返す org.seasar.cubby.controller.impl のメソッド | |
---|---|
Action |
ActionContextImpl.getAction()
アクションのオブジェクトを取得します。 |
org.seasar.cubby.routing.impl での Action の使用 |
---|
Method parameters in org.seasar.cubby.routing.impl with type arguments of type Action | |
---|---|
void |
PathResolverImpl.add(String actionPath,
Class<? extends Action> actionClass,
String methodName,
RequestMethod... requestMethods)
ルーティング情報を登録します。 |
org.seasar.cubby.util での Action の使用 |
---|
Method parameters in org.seasar.cubby.util with type arguments of type Action | |
---|---|
static String |
CubbyUtils.getInternalForwardPath(Class<? extends Action> actionClass,
String methodName)
アクションクラスとメソッド名から内部フォワードのパスへ変換します。 |
|
||||||||||
前 次 | フレームあり フレームなし |