|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouperClientExt.org.apache.commons.jexl.util.introspection.UberspectImpl.VelGetterImpl
public class UberspectImpl.VelGetterImpl
| Field Summary | |
|---|---|
protected AbstractExecutor |
ae
executor for performing the get. |
| Constructor Summary | |
|---|---|
UberspectImpl.VelGetterImpl(AbstractExecutor exec)
Create the getter using an AbstractExecutor to
do the work. |
|
| Method Summary | |
|---|---|
String |
getMethodName()
returns the method name used to return this 'property'. |
Object |
invoke(Object o)
invocation method - called when the 'get action' should be performed and a value returned. |
boolean |
isCacheable()
specifies if this VelPropertyGet is cacheable and able to be reused for this class of object it was returned for. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AbstractExecutor ae
| Constructor Detail |
|---|
public UberspectImpl.VelGetterImpl(AbstractExecutor exec)
AbstractExecutor to
do the work.
exec - the executor.| Method Detail |
|---|
public Object invoke(Object o)
throws Exception
invoke in interface VelPropertyGeto - the object to get the property from.
Exception - on any error.public boolean isCacheable()
isCacheable in interface VelPropertyGetpublic String getMethodName()
getMethodName in interface VelPropertyGet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||