Package | Description |
---|---|
org.apache.velocity.tools.view |
Contains tools and supporting infrastructure for using
those tools in a servlet environment as well as general
use classes to support use of Velocity as (or in) the
view layer of web applications.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractSearchTool.StoredResults |
AbstractSearchTool.getStoredResults()
Retrieves stored search results (if any) from the user's
session attributes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSearchTool.setStoredResults(AbstractSearchTool.StoredResults results)
Stores current search results in the user's session attributes
(if one currently exists) in order to do efficient result pagination.
|
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.