Class AbstractSearchTool.StoredResults
java.lang.Object
org.apache.velocity.tools.view.AbstractSearchTool.StoredResults
- All Implemented Interfaces:
Serializable
- Enclosing class:
AbstractSearchTool
Simple utility class to hold a criterion and its result list.
This class is by default stored in a user's session, so it implements Serializable, but its members are transient. So functionally, it is not serialized and the last results/criteria will not be persisted if the session is serialized.
- Since:
- VelocityTools 2.0
- Version:
- $Revision$ $Date$
- Author:
- Nathan Bubna
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StoredResults
-
-
Method Details
-
getCriteria
- Returns:
- the stored criteria object
-
getList
-