|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.apache.velocity.tools.generic.introspection.PublicFieldUberspect.PublicFieldSetter
protected class PublicFieldUberspect.PublicFieldSetter
Implementation of VelPropertySet
that sets to public fields.
コンストラクタの概要 | |
---|---|
PublicFieldUberspect.PublicFieldSetter(java.lang.reflect.Field field)
Constructor. |
メソッドの概要 | |
---|---|
java.lang.String |
getMethodName()
Returns "public field setter" , since there is no method. |
java.lang.Object |
invoke(java.lang.Object o,
java.lang.Object value)
Sets the value to the public field. |
boolean |
isCacheable()
This class is cacheable, so it returns true . |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public PublicFieldUberspect.PublicFieldSetter(java.lang.reflect.Field field)
field
- The Field
object representing the property.メソッドの詳細 |
---|
public java.lang.Object invoke(java.lang.Object o, java.lang.Object value) throws java.lang.Exception
org.apache.velocity.util.introspection.VelPropertySet
内の invoke
o
- the objectvalue
- the value to set
null
java.lang.Exception
- failed to set the value to the objectpublic boolean isCacheable()
true
.
org.apache.velocity.util.introspection.VelPropertySet
内の isCacheable
true
.public java.lang.String getMethodName()
"public field setter"
, since there is no method.
org.apache.velocity.util.introspection.VelPropertySet
内の getMethodName
"public field setter"
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |