|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.apache.velocity.tools.generic.introspection.PublicFieldUberspect.ArrayLengthGetter
protected class PublicFieldUberspect.ArrayLengthGetter
Implementation of VelPropertyGet
that gets length from arrays.
コンストラクタの概要 | |
---|---|
PublicFieldUberspect.ArrayLengthGetter()
Constructor. |
メソッドの概要 | |
---|---|
java.lang.String |
getMethodName()
Returns "array length getter" , since there is no method. |
java.lang.Object |
invoke(java.lang.Object o)
Returns the length of the array. |
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.ArrayLengthGetter()
メソッドの詳細 |
---|
public java.lang.Object invoke(java.lang.Object o) throws java.lang.Exception
org.apache.velocity.util.introspection.VelPropertyGet
内の invoke
o
- the array
java.lang.Exception
- failed to get the length from the arraypublic boolean isCacheable()
true
.
org.apache.velocity.util.introspection.VelPropertyGet
内の isCacheable
true
.public java.lang.String getMethodName()
"array length getter"
, since there is no method.
org.apache.velocity.util.introspection.VelPropertyGet
内の getMethodName
"array length getter"
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |