|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.jexl2.introspection.UberspectImpl.IndexedContainer
public static final class UberspectImpl.IndexedContainer
A generic indexed property container, exposes get(key) and set(key, value) and solves method call dynamically based on arguments.
Method Summary | |
---|---|
Object |
get(Object key)
Gets a property from a container. |
Object |
set(Object key,
Object value)
Sets a property in a container. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Object get(Object key) throws Exception
key
- the property key
Exception
- if inner invocation failspublic Object set(Object key, Object value) throws Exception
key
- the property keyvalue
- the property value
Exception
- if inner invocation fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |