|
||||||||||
| 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. |
java.lang.Object |
get(java.lang.String key)
Get the property named by key or null if the property does not exist or is not set. |
java.lang.Object |
getProperty(java.lang.String key)
Get the property named by key or null if the property does not exist or is not set. |
| Method Detail |
|---|
java.lang.Object getProperty(java.lang.String key)
get(String).
key - key of the property
java.lang.Object get(java.lang.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 | |||||||||