| java.lang.Object | |
| ↳ | webwork.util.Query |
ValueStack Query. This class parsers the ValueStack Query string and caches the parsed query.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CURRENT | |||||||||||
| queriesMap | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new Query and cache it for faster processing;
| |||||||||||
Returns the parsed query segments.
| |||||||||||
String representation of this object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a new Query and cache it for faster processing;
| queryString | the webwork EL expression |
|---|