|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.dxo.annotation.impl.TigerAnnotationReader
org.seasar.cubby.dxo.impl.RequestParameterAnnotationReader
public class RequestParameterAnnotationReader
Dxoインタフェースまたはクラスやそのメソッドからアノテーションを読み取るクラスで、リクエストのパラメータとアクションのプロパティとの変換に使用します。
日付関連の処理をCubbyConfiguration
から取得したFormatPattern
へ移譲します。
FormDxo
フィールドの概要 |
---|
クラス org.seasar.extension.dxo.annotation.impl.TigerAnnotationReader から継承されたフィールド |
---|
container, convertersCache, next |
コンストラクタの概要 | |
---|---|
RequestParameterAnnotationReader(S2Container container,
CubbyConfiguration configuration)
インスタンス化します。 |
メソッドの概要 | |
---|---|
String |
getDatePattern(Class dxoClass,
Method method)
FormatPattern.getDatePattern() へ移譲します。 |
String |
getTimePattern(Class dxoClass,
Method method)
FormatPattern.getTimePattern() へ移譲します。 |
String |
getTimestampPattern(Class dxoClass,
Method method)
FormatPattern.getTimestampPattern() へ移譲します。 |
クラス org.seasar.extension.dxo.annotation.impl.TigerAnnotationReader から継承されたメソッド |
---|
createConverters, detectConverter, getAnnotation, getConversionRule, getConverters, getDestPrefix, getSourcePrefix, isExcludeNull, isExcludeWhitespace |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public RequestParameterAnnotationReader(S2Container container, CubbyConfiguration configuration)
container
- コンテナconfiguration
- Cubby の全体的な設定情報メソッドの詳細 |
---|
public String getDatePattern(Class dxoClass, Method method)
FormatPattern.getDatePattern()
へ移譲します。
AnnotationReader
内の getDatePattern
TigerAnnotationReader
内の getDatePattern
public String getTimePattern(Class dxoClass, Method method)
FormatPattern.getTimePattern()
へ移譲します。
AnnotationReader
内の getTimePattern
TigerAnnotationReader
内の getTimePattern
public String getTimestampPattern(Class dxoClass, Method method)
FormatPattern.getTimestampPattern()
へ移譲します。
AnnotationReader
内の getTimestampPattern
TigerAnnotationReader
内の getTimestampPattern
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |