jp.terasoluna.fw.beans
クラス DatePropertyEditorRegistrar
java.lang.Object
jp.terasoluna.fw.beans.DatePropertyEditorRegistrar
- すべての実装されたインタフェース:
- org.springframework.beans.PropertyEditorRegistrar
public class DatePropertyEditorRegistrar
- extends Object
- implements org.springframework.beans.PropertyEditorRegistrar
Date型のプロパティエディタを生成するクラス。
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatePropertyEditorRegistrar
public DatePropertyEditorRegistrar()
setDateFormat
public void setDateFormat(DateFormat dateFormat)
- 日付フォーマットを設定する。
- パラメータ:
dateFormat
- 日付フォーマット
registerCustomEditors
public void registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
- カスタムプロパティエディタを生成する。
- 定義:
- インタフェース
org.springframework.beans.PropertyEditorRegistrar
内の registerCustomEditors
- パラメータ:
registry
- プロパティエディタを保持するオブジェクト
Copyright © 2012. All Rights Reserved.