org.seasar.uruma.desc
クラス FormDescFactory

java.lang.Object
  上位を拡張 org.seasar.uruma.desc.FormDescFactory

public class FormDescFactory
extends Object

FormDesc を取得するためのファクトリクラスです。

作成者:
y-komori

フィールドの概要
protected static ConcurrentMap<Class<?>,FormDesc> formDescs
           
 
コンストラクタの概要
FormDescFactory()
           
 
メソッドの概要
static void dispose()
          本ファクトリが保持するキャッシュをクリアします。
static FormDesc getFormDesc(Class<?> formClass)
          指定したクラスに対応する FormDesc オブジェクトを取得します。
static void initialize()
          本ファクトリの初期化を行います。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

formDescs

protected static final ConcurrentMap<Class<?>,FormDesc> formDescs
コンストラクタの詳細

FormDescFactory

public FormDescFactory()
メソッドの詳細

initialize

public static void initialize()
本ファクトリの初期化を行います。


dispose

public static void dispose()
本ファクトリが保持するキャッシュをクリアします。


getFormDesc

public static FormDesc getFormDesc(Class<?> formClass)
指定したクラスに対応する FormDesc オブジェクトを取得します。

パラメータ:
formClass - FormDesc を取得するクラス
戻り値:
FormDesc オブジェクト


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