org.seasar.cubby.controller.impl
クラス CubbyConfigurationImpl

java.lang.Object
  上位を拡張 org.seasar.cubby.controller.impl.CubbyConfigurationImpl
すべての実装されたインタフェース:
CubbyConfiguration

public class CubbyConfigurationImpl
extends Object
implements CubbyConfiguration

Cubby の全体的な設定情報の実装です。

導入されたバージョン:
1.0.0
作成者:
baba

コンストラクタの概要
CubbyConfigurationImpl(S2Container container)
          インスタンス化します。
 
メソッドの概要
 FormatPattern getFormatPattern()
          フォーマットのパターンを取得します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CubbyConfigurationImpl

public CubbyConfigurationImpl(S2Container container)
インスタンス化します。

指定されたコンテナのルートから設定情報のインスタンスを取得します。

パラメータ:
container - コンテナ
メソッドの詳細

getFormatPattern

public FormatPattern getFormatPattern()
フォーマットのパターンを取得します。

定義:
インタフェース CubbyConfiguration 内の getFormatPattern
戻り値:
フォーマットのパターン


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.