org.seasar.cubby.controller.impl
クラス ActionDefBuilderImpl
java.lang.Object
org.seasar.cubby.controller.impl.ActionDefBuilderImpl
- すべての実装されたインタフェース:
- ActionDefBuilder
public class ActionDefBuilderImpl
- extends Object
- implements ActionDefBuilder
アクションの定義を組み立てるビルダの実装です。
- 導入されたバージョン:
- 1.0.0
- 作成者:
- baba
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionDefBuilderImpl
public ActionDefBuilderImpl()
setContainer
public void setContainer(S2Container container)
- コンテナを設定します。
- パラメータ:
container
- コンテナ
build
public ActionDef build(HttpServletRequest request)
- リクエストからアクションの定義を組み立てます。
リクエストに対応するアクションが定義されていない場合は null
を返します。
- 定義:
- インタフェース
ActionDefBuilder
内の build
- パラメータ:
request
- リクエスト
- 戻り値:
- アクション定義
Copyright ツゥ 2006-2008 The Seasar Foundation. All Rights Reserved.