インタフェース
org.seasar.cubby.action.FormatPattern の使用

FormatPattern を使用しているパッケージ
org.seasar.cubby.action.impl アプリケーション開発者が使用するビューコントローラー部分の実装を提供します。 
org.seasar.cubby.controller Cubbyフレームワークが使用するビューコントローラに関する機能を提供します。 
org.seasar.cubby.controller.impl Cubbyフレームワークが使用するビューコントローラに関する機能の実装を提供します。 
org.seasar.cubby.validator 入力検証に関する機能を提供します。 
 

org.seasar.cubby.action.impl での FormatPattern の使用
 

FormatPattern を実装している org.seasar.cubby.action.impl のクラス
 class FormatPatternImpl
          日付や時刻のフォーマットパターンを保持するクラスの実装です。
 

org.seasar.cubby.controller での FormatPattern の使用
 

FormatPattern を返す org.seasar.cubby.controller のメソッド
 FormatPattern CubbyConfiguration.getFormatPattern()
           
 

org.seasar.cubby.controller.impl での FormatPattern の使用
 

FormatPattern を返す org.seasar.cubby.controller.impl のメソッド
 FormatPattern CubbyConfigurationImpl.getFormatPattern()
           
 

org.seasar.cubby.validator での FormatPattern の使用
 

FormatPattern を返す org.seasar.cubby.validator のメソッド
 FormatPattern ValidationContext.getFormatPattern()
          日付フォーマットパターンを取得します。
 

FormatPattern 型のパラメータを持つ org.seasar.cubby.validator のコンストラクタ
ValidationContext(String name, Object value, Map<String,Object> params, FormatPattern formatPattern)
          コンストラクタ
 



Copyright ツゥ 2006-2007 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.