org.seasar.cubby.converter.impl
クラス ConversionHelperImpl

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

public class ConversionHelperImpl
extends Object
implements ConversionHelper

変換のヘルパクラスの実装。

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

コンストラクタの概要
ConversionHelperImpl()
           
 
メソッドの概要
 FormatPattern getFormatPattern()
          日付や時刻のフォーマットパターンを保持するクラスを取得します。
 void setCubbyConfiguration(CubbyConfiguration cubbyConfiguration)
          設定情報を設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ConversionHelperImpl

public ConversionHelperImpl()
メソッドの詳細

setCubbyConfiguration

public void setCubbyConfiguration(CubbyConfiguration cubbyConfiguration)
設定情報を設定します。

パラメータ:
cubbyConfiguration - 設定情報

getFormatPattern

public FormatPattern getFormatPattern()
日付や時刻のフォーマットパターンを保持するクラスを取得します。

定義:
インタフェース ConversionHelper 内の getFormatPattern
戻り値:
日付や時刻のフォーマットパターンを保持するクラス


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