类 AbstractSearchTool.StoredResults
java.lang.Object
org.apache.velocity.tools.view.AbstractSearchTool.StoredResults
- 所有已实现的接口:
Serializable
- 封闭类:
- 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.
- 另请参阅:
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUIDserial version id- 另请参阅:
-
crit
-
list
-
-
构造器详细资料
-
StoredResults
Creates a new instance.- 参数:
crit
- the criteria for these resultslist
- theList
of results to store
-
-
方法详细资料
-
getCriteria
- 返回:
- the stored criteria object
-
getList
- 返回:
- the stored
List
of results
-