public static class AbstractSearchTool.StoredResults extends Object implements 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.
Constructor and Description |
---|
StoredResults(Object crit,
List list)
Creates a new instance.
|
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.