A B C D E F G H I J K L M N O P Q R S T U V W X Z

D

dataBinderCreator - クラス jp.terasoluna.fw.web.rich.springmvc.controller.TerasolunaController の変数
ServletRequestDataBinder継承クラスを生成するクラス。
DataRowHandler - jp.terasoluna.fw.dao.event の インタフェース
1行のデータを処理するためのインタフェース。
dataRowHandler - クラス jp.terasoluna.fw.dao.ibatis.event.RowHandlerWrapper の変数
DataRowHandler
DataSourceMessageSource - jp.terasoluna.fw.message の クラス
DAOから取得したメッセージリソースより、メッセージコード及びロケールをキー として、メッセージもしくはメッセージフォーマットを決定するクラス。
DataSourceMessageSource() - クラス jp.terasoluna.fw.message.DataSourceMessageSource のコンストラクタ
 
DATATYPE_BOOLEAN - クラス jp.terasoluna.fw.oxm.xsd.xerces.XMLErrorReporterEx の static 変数
boolean型としてハンドリングするXMLスキーマのデータ型
DATATYPE_DATE - クラス jp.terasoluna.fw.oxm.xsd.xerces.XMLErrorReporterEx の static 変数
日付型としてハンドリングするXMLスキーマのデータ型
DATATYPE_ERROR_CODE - クラス jp.terasoluna.fw.oxm.xsd.xerces.XMLErrorReporterEx の static 変数
形式チェックで不正なデータ型の値が入力された場合に、出力されるエラーコード
DATE_ERROR_CODE - クラス jp.terasoluna.fw.oxm.xsd.xerces.XMLErrorReporterEx の static 変数
date型のフィールドに不正な値が入力された場合のエラーコード
dateFormat - クラス jp.terasoluna.fw.beans.DatePropertyEditorRegistrar の変数
このプロパティエディタが使用する日付フォーマット。
DatePropertyEditorRegistrar - jp.terasoluna.fw.beans の クラス
Date型のプロパティエディタを生成するクラス。
DatePropertyEditorRegistrar() - クラス jp.terasoluna.fw.beans.DatePropertyEditorRegistrar のコンストラクタ
 
dateToWarekiString(String, Date) - クラス jp.terasoluna.fw.util.DateUtil の static メソッド
java.util.Dateインスタンスを和暦として指定のフォーマットに 変換する。
DateUtil - jp.terasoluna.fw.util の クラス
日付・時刻・カレンダー関連のユーティリティクラス。
DateUtil() - クラス jp.terasoluna.fw.util.DateUtil のコンストラクタ
 
DBMessage - jp.terasoluna.fw.message の クラス
メッセージリソースを保持するクラス。
DBMessage(String, String, String, String, String) - クラス jp.terasoluna.fw.message.DBMessage のコンストラクタ
DBMessageにメッセージコード、言語コード、国コード、バリアントコード、 メッセージ本体を格納する。
DBMessageQuery - jp.terasoluna.fw.message の クラス
メッセージリソースを取得するRDBMSオペレーションクラス。
DBMessageQuery(DataSource, String, String, String, String, String, String) - クラス jp.terasoluna.fw.message.DBMessageQuery のコンストラクタ
コンストラクタ内で親クラスにSQL文を渡し、コンパイル処理をする。
dBMessageQuery - クラス jp.terasoluna.fw.message.DBMessageResourceDAOImpl の変数
メッセージリソースを取得するRDBMSオペレーションクラス。
dbMessageResourceDAO - クラス jp.terasoluna.fw.message.DataSourceMessageSource の変数
メッセージリソースを取得するDAO。
DBMessageResourceDAO - jp.terasoluna.fw.message の インタフェース
DBに格納されているメッセージリソースにアクセスするためのDAOインタフェース。
DBMessageResourceDAOImpl - jp.terasoluna.fw.message の クラス
DBからメッセージリソースを取得するDBMessageResourceDAOの実装クラス。
DBMessageResourceDAOImpl() - クラス jp.terasoluna.fw.message.DBMessageResourceDAOImpl のコンストラクタ
DBMessageResourceDAOImplを生成する。
DEFAULT_BEAN_ID - クラス jp.terasoluna.fw.web.rich.springmvc.servlet.handler.ErrorPageHandlerMapping の static 変数
このハンドラが返すデフォルトのコントローラのBean定義ID。
DEFAULT_CHARSET - クラス jp.terasoluna.fw.oxm.mapper.castor.CastorOXMapperImpl の static 変数
デフォルトの文字セット。
DEFAULT_CHECKER_BEANID - クラス jp.terasoluna.fw.web.rich.ForbiddenURIFilter の static 変数
DIコンテナから禁止URIチェッカを取得する際のBeanIDのデフォルト値。
DEFAULT_CTXSUPPORT_BEANID - クラス jp.terasoluna.fw.web.rich.RequestContextHandlingFilter の static 変数
DIコンテナからRequestContextSupportを取得する際のBeanIDのデフォルト値。
DEFAULT_DATE_FORMAT - クラス jp.terasoluna.fw.beans.DatePropertyEditorRegistrar の static 変数
デフォルトの日付フォーマット。
DEFAULT_PROPERTY_FILE - クラス jp.terasoluna.fw.util.PropertyUtil の static 変数
デフォルトプロパティファイル名。
DEFAULT_REQUEST_NAME_HEADER_KEY - クラス jp.terasoluna.fw.web.rich.context.support.DefaultRequestContextSupportImpl の static 変数
リクエスト名を保持するリクエストヘッダ名のデフォルト値。
DefaultBeanValidatorEx - jp.terasoluna.fw.validation.springmodules の クラス
Spring ModulesのDefaultBeanValidator継承クラス。
DefaultBeanValidatorEx() - クラス jp.terasoluna.fw.validation.springmodules.DefaultBeanValidatorEx のコンストラクタ
 
defaultErrorView - クラス jp.terasoluna.fw.web.rich.springmvc.servlet.handler.SimpleMappingExceptionResolverEx の変数
スローされた例外に対応する設定が無かった場合に実行するViewの名称。
DefaultJndiSupport - jp.terasoluna.fw.web.jndi の クラス
TERASOLUNAが提供するJNDI関連のユーティリティデフォルト実装クラス。
DefaultJndiSupport() - クラス jp.terasoluna.fw.web.jndi.DefaultJndiSupport のコンストラクタ
コンストラクタ。
defaultLocale - クラス jp.terasoluna.fw.message.DataSourceMessageSource の変数
ロケールが指定されていない場合のデフォルトロケール。
DefaultRequestContextSupportImpl - jp.terasoluna.fw.web.rich.context.support の クラス
制御情報を扱うための補助ロジックのデフォルト実装クラス。
DefaultRequestContextSupportImpl() - クラス jp.terasoluna.fw.web.rich.context.support.DefaultRequestContextSupportImpl のコンストラクタ
 
defaultStatusCode - クラス jp.terasoluna.fw.web.rich.springmvc.servlet.handler.SimpleMappingExceptionResolverEx の変数
例外が発生した場合にレスポンスに設定するエラーコード。
DefaultValidatorFactoryEx - jp.terasoluna.fw.validation.springmodules の クラス
terasoluna-validator-springのCommonsValidatorExインスタンスを生成するファクトリクラス。
DefaultValidatorFactoryEx() - クラス jp.terasoluna.fw.validation.springmodules.DefaultValidatorFactoryEx のコンストラクタ
 
destroy() - クラス jp.terasoluna.fw.web.rich.ForbiddenURIFilter のメソッド
フィルタの破棄処理を行う。
destroy() - クラス jp.terasoluna.fw.web.rich.RequestContextHandlingFilter のメソッド
フィルタの破棄処理を行う。
destroyContext() - クラス jp.terasoluna.fw.web.rich.context.support.AbstractRequestContextSupport のメソッド
制御情報を破棄する。
destroyContext() - インタフェース jp.terasoluna.fw.web.rich.context.support.RequestContextSupport のメソッド
制御情報を破棄する。
doFilter(ServletRequest, ServletResponse, FilterChain) - クラス jp.terasoluna.fw.web.rich.ForbiddenURIFilter のメソッド
フィルタ処理する。
doFilter(ServletRequest, ServletResponse, FilterChain) - クラス jp.terasoluna.fw.web.rich.RequestContextHandlingFilter のメソッド
フィルタ処理する。
doGenerateContext(HttpServletRequest) - クラス jp.terasoluna.fw.web.rich.context.support.AbstractRequestContextSupport のメソッド
制御情報を生成・初期化して返却する。
doGenerateContext(HttpServletRequest) - クラス jp.terasoluna.fw.web.rich.context.support.DefaultRequestContextSupportImpl のメソッド
制御情報を生成・初期化して返却する。
dump(Map<?, ?>) - クラス jp.terasoluna.fw.util.StringUtil の static メソッド
引数のマップのダンプを取得する。
DYNAMIC_POINTER_FACTORY_EX_ORDER - クラス jp.terasoluna.fw.beans.jxpath.DynamicPointerFactoryEx の static 変数
Map用ポインタファクトリがソートされる順番。
DynamicPointerEx - jp.terasoluna.fw.beans.jxpath の クラス
DynamicPointerの拡張クラス。
DynamicPointerEx(QName, Object, DynamicPropertyHandler, Locale) - クラス jp.terasoluna.fw.beans.jxpath.DynamicPointerEx のコンストラクタ
コンストラクタ。
DynamicPointerEx(NodePointer, QName, Object, DynamicPropertyHandler) - クラス jp.terasoluna.fw.beans.jxpath.DynamicPointerEx のコンストラクタ
コンストラクタ。
DynamicPointerFactoryEx - jp.terasoluna.fw.beans.jxpath の クラス
Map用ポインタファクトリの拡張クラス。
DynamicPointerFactoryEx() - クラス jp.terasoluna.fw.beans.jxpath.DynamicPointerFactoryEx のコンストラクタ
コンストラクタ。
DynamicPropertyPointerEx - jp.terasoluna.fw.beans.jxpath の クラス
null値を扱うためのMap用プロパティポインタ拡張クラス。
DynamicPropertyPointerEx(NodePointer, DynamicPropertyHandler) - クラス jp.terasoluna.fw.beans.jxpath.DynamicPropertyPointerEx のコンストラクタ
コンストラクタ。

A B C D E F G H I J K L M N O P Q R S T U V W X Z