webwork.util
Class Query

java.lang.Object
  extended bywebwork.util.Query

public class Query
extends java.lang.Object

ValueStack Query. This class parsers the ValueStack Query string and caches the parsed query.

Version:
$Revision: 1.24 $
Author:
Maurice C. Parker (maurice@vineyardenterprise.com)

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

queries

protected static java.util.Map queries

CURRENT

public static final Query CURRENT
Method Detail

getQuery

public static Query getQuery(java.lang.String queryString)
Create a new Query and cache it for faster processing;


getSegments

public QuerySegment[] getSegments()
Returns the parsed query segments.


toString

public java.lang.String toString()
String representation of this object.



Copyright © 2001-2003 WebWork All Rights Reserved.