|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Resolvable
Interface for objects that provide properties by resolving property paths.
Method Summary | |
---|---|
boolean |
canResolve()
Check whether the resolvable is capable of resolving properties right now. |
Object |
get(String key)
Get the property named by key or null if the property does not exist or is not set. |
Object |
getProperty(String key)
Get the property named by key or null if the property does not exist or is not set. |
Method Detail |
---|
Object getProperty(String key)
get(String)
.
key
- key of the property
Object get(String key)
key
- key of the property
boolean canResolve()
getProperty(String)
or get(String)
will return null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |