tapestry.api
Class TapestryQueryResultMatch

java.lang.Object
  |
  +--tapestry.api.TapestryQueryResultMatch
All Implemented Interfaces:
TapestryQueryResult

public class TapestryQueryResultMatch
extends Object
implements TapestryQueryResult

A result indicating that the given Tapestry tag (and possibly others) satisfy the given query.

See Also:
TapestryQuery

Constructor Summary
TapestryQueryResultMatch(SecureHash[] matches, boolean stop)
          Construct according to the given fields.
 
Method Summary
 SecureHash[] matches()
          A list of backpointers to follow.
 boolean stop()
          Whether the location operation should stop or continue up the tree.
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TapestryQueryResultMatch

public TapestryQueryResultMatch(SecureHash[] matches,
                                boolean stop)
Construct according to the given fields.

Method Detail

matches

public SecureHash[] matches()
A list of backpointers to follow.


stop

public boolean stop()
Whether the location operation should stop or continue up the tree.


toString

public String toString()
Specified by java.lang.Object

Overrides:
toString in class Object