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

コンストラクタの概要
ActionDefBuilderImpl()
           
 
メソッドの概要
 ActionDef build(HttpServletRequest request)
          リクエストからアクションの定義を組み立てます。
 void setContainer(S2Container container)
          コンテナを設定します。
 
クラス 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.