Class Summary |
OGNLCollectionFinder |
The OGNLCollectionFinder is a ImageableCollectionFinder that uses the
OGNL library to navigate and query Imageable
object instances.
For example, to find all the instances of the Common class with the name "someName",
you would call:
|
OGNLObjectFinder |
The OGNLObjectFinder is a ImageableObjectFinder that uses the
OGNL library to navigate and query Imageable
object instances.
For example, to find an the instances of the Common class with the name "someName",
you would call:
|