|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
P - the type of the property contentpublic interface BeanQuery<P>
A query based on beans.
The query interface provides the simplest way to query beans.
| Method Summary | |
|---|---|
P |
get(Bean bean)
Queries a value from the specified bean. |
| Method Detail |
|---|
P get(Bean bean)
This returns a value of some kind derived from the specified bean. This might be a property value or some other derived value.
bean - the bean to query, not null
ClassCastException - if the bean is of an incorrect type
UnsupportedOperationException - if unable to query
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||