woolpack.adapter
クラス ConvertableTypeConverter

java.lang.Object
  上位を拡張 woolpack.adapter.ConvertableTypeConverter
すべての実装されたインタフェース:
ognl.TypeConverter

public class ConvertableTypeConverter
extends java.lang.Object
implements ognl.TypeConverter

Convertableに委譲するTypeConverter。 適用しているパターン:Adapter。

作成者:
nakamura

コンストラクタの概要
ConvertableTypeConverter(Convertable convertable)
          コンストラクタ。
 
メソッドの概要
 java.lang.Object convertValue(java.util.Map context, java.lang.Object target, java.lang.reflect.Member member, java.lang.String propertyName, java.lang.Object beforeValue, java.lang.Class toType)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ConvertableTypeConverter

public ConvertableTypeConverter(Convertable convertable)
コンストラクタ。

パラメータ:
convertable - 委譲先。
例外:
java.lang.NullPointerException - 引数が null の場合。
メソッドの詳細

convertValue

public java.lang.Object convertValue(java.util.Map context,
                                     java.lang.Object target,
                                     java.lang.reflect.Member member,
                                     java.lang.String propertyName,
                                     java.lang.Object beforeValue,
                                     java.lang.Class toType)
定義:
インタフェース ognl.TypeConverter 内の convertValue


Copyright (C) 2006 Takahiro Nakamura. All rights reserved.