|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwebwork.util.Query
ValueStack Query. This class parsers the ValueStack Query string and caches the parsed query.
Field Summary | |
static Query |
CURRENT
|
protected static java.util.Map |
queries
|
Method Summary | |
static Query |
getQuery(java.lang.String queryString)
Create a new Query and cache it for faster processing; |
QuerySegment[] |
getSegments()
Returns the parsed query segments. |
java.lang.String |
toString()
String representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static java.util.Map queries
public static final Query CURRENT
Method Detail |
public static Query getQuery(java.lang.String queryString)
public QuerySegment[] getSegments()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |