public interface Uberspect
Modifier and Type | Method and Description |
---|---|
Iterator |
getIterator(Object obj,
Info info)
To support iteratives - #foreach()
|
VelMethod |
getMethod(Object obj,
String method,
Object[] args,
Info info)
Returns a general method, corresponding to $foo.bar( $woogie )
|
VelPropertyGet |
getPropertyGet(Object obj,
String identifier,
Info info)
Property getter - returns VelPropertyGet appropos for #set($foo = $bar.woogie)
|
VelPropertySet |
getPropertySet(Object obj,
String identifier,
Object arg,
Info info)
Property setter - returns VelPropertySet appropos for #set($foo.bar = "geir")
|
void |
init()
Initializer - will be called before use
|
Iterator getIterator(Object obj, Info info) throws Exception
obj
- info
- Exception
VelMethod getMethod(Object obj, String method, Object[] args, Info info) throws Exception
obj
- method
- args
- info
- Exception
VelPropertyGet getPropertyGet(Object obj, String identifier, Info info) throws Exception
obj
- identifier
- info
- Exception
Copyright © 2014 The Apache Software Foundation. All rights reserved.