org.seasar.cubby.dxo.impl
クラス RequestParameterConverterFactoryImpl

java.lang.Object
  上位を拡張 org.seasar.extension.dxo.converter.impl.ConverterFactoryImpl
      上位を拡張 org.seasar.cubby.dxo.impl.RequestParameterConverterFactoryImpl
すべての実装されたインタフェース:
ConverterFactory, Disposable

public class RequestParameterConverterFactoryImpl
extends ConverterFactoryImpl

作成者:
baba

フィールドの概要
 
クラス org.seasar.extension.dxo.converter.impl.ConverterFactoryImpl から継承されたフィールド
container, converterCache, converters, PRIMITIVE_ARRAY_TO_WRAPPER_ARRAY
 
コンストラクタの概要
RequestParameterConverterFactoryImpl()
           
 
メソッドの概要
 void addConverterContainerPath(String converterContainerPath)
           
 void dispose()
           
 Converter getConverter(Class sourceClass, Class destClass)
           
 void initialize()
           
 void setIncludeApplicationConverters(boolean includeApplicationConverters)
           
 
クラス org.seasar.extension.dxo.converter.impl.ConverterFactoryImpl から継承されたメソッド
setContainer
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RequestParameterConverterFactoryImpl

public RequestParameterConverterFactoryImpl()
メソッドの詳細

addConverterContainerPath

public void addConverterContainerPath(String converterContainerPath)

setIncludeApplicationConverters

public void setIncludeApplicationConverters(boolean includeApplicationConverters)

initialize

public void initialize()
オーバーライド:
クラス ConverterFactoryImpl 内の initialize

dispose

public void dispose()
定義:
インタフェース Disposable 内の dispose
オーバーライド:
クラス ConverterFactoryImpl 内の dispose

getConverter

public Converter getConverter(Class sourceClass,
                              Class destClass)
定義:
インタフェース ConverterFactory 内の getConverter
オーバーライド:
クラス ConverterFactoryImpl 内の getConverter


Copyright ツゥ 2006-2008 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.