インタフェース
org.seasar.extension.dxo.converter.ConverterFactory の使用

ConverterFactory を使用しているパッケージ
org.seasar.extension.dxo.builder.impl   
org.seasar.extension.dxo.command.impl   
org.seasar.extension.dxo.converter   
org.seasar.extension.dxo.converter.impl   
 

org.seasar.extension.dxo.builder.impl での ConverterFactory の使用
 

ConverterFactory として宣言されている org.seasar.extension.dxo.builder.impl のフィールド
protected  ConverterFactory MapToBeanDxoCommandBuilder.converterFactory
           
protected  ConverterFactory AbstractDxoCommandBuilder.converterFactory
           
 

ConverterFactory 型のパラメータを持つ org.seasar.extension.dxo.builder.impl のメソッド
 void MapToBeanDxoCommandBuilder.setConverterFactory(ConverterFactory converterFactory)
           
 void AbstractDxoCommandBuilder.setConverterFactory(ConverterFactory converterFactory)
           
 

org.seasar.extension.dxo.command.impl での ConverterFactory の使用
 

ConverterFactory として宣言されている org.seasar.extension.dxo.command.impl のフィールド
protected  ConverterFactory AbstractDxoCommand.converterFactory
           
 

ConverterFactory 型のパラメータを持つ org.seasar.extension.dxo.command.impl のコンストラクタ
MapToBeanDxoCommand(Class dxoClass, Method method, ConverterFactory converterFactory, AnnotationReader annotationReader, Class destClass)
           
BeanToMapDxoCommand(Class dxoClass, Method method, ConverterFactory converterFactory, AnnotationReader annotationReader)
           
BeanToMapDxoCommand(Class dxoClass, Method method, ConverterFactory converterFactory, AnnotationReader annotationReader, String expression)
           
BeanToBeanDxoCommand(Class dxoClass, Method method, ConverterFactory converterFactory, AnnotationReader annotationReader, Class destClass)
           
AbstractDxoCommand(Class dxoClass, Method method, ConverterFactory converterFactory, AnnotationReader annotationReader)
           
 

org.seasar.extension.dxo.converter での ConverterFactory の使用
 

ConverterFactory を返す org.seasar.extension.dxo.converter のメソッド
 ConverterFactory ConversionContext.getConverterFactory()
          コンバータファクトリを返します。
 

org.seasar.extension.dxo.converter.impl での ConverterFactory の使用
 

ConverterFactory を実装している org.seasar.extension.dxo.converter.impl のクラス
 class ConverterFactoryImpl
          コンバータファクトリの実装クラスです。
 

ConverterFactory として宣言されている org.seasar.extension.dxo.converter.impl のフィールド
protected  ConverterFactory ConversionContextImpl.converterFactory
          コンバータファクトリです。
 

ConverterFactory を返す org.seasar.extension.dxo.converter.impl のメソッド
 ConverterFactory ConversionContextImpl.getConverterFactory()
           
 

ConverterFactory 型のパラメータを持つ org.seasar.extension.dxo.converter.impl のコンストラクタ
ConversionContextImpl(Class dxoClass, Method method, ConverterFactory converterFactory, AnnotationReader annotationReader, Object source)
          ConversionContextImplのインスタンスを構築します。
 



Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.