public static class AbstractSearchTool.StoredResults
extends java.lang.Object
implements java.io.Serializable
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.
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
crit |
private java.util.List |
list |
private static long |
serialVersionUID
serial version id
|
Constructor and Description |
---|
StoredResults(java.lang.Object crit,
java.util.List list)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCriteria() |
java.util.List |
getList() |
private static final long serialVersionUID
private final transient java.lang.Object crit
private final transient java.util.List list
Copyright (c) 2003-2007 Apache Software Foundation