Package | Description |
---|---|
org.apache.velocity.tools | |
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 |
---|---|
Toolbox |
Toolbox.combine(Toolbox... toolboxes)
|
protected Toolbox |
ToolManager.createToolbox(String scope) |
Toolbox |
ToolboxFactory.createToolbox(String scope) |
protected Toolbox |
ToolManager.getApplicationToolbox() |
protected Toolbox |
ToolManager.getRequestToolbox() |
Modifier and Type | Method and Description |
---|---|
protected List<Toolbox> |
ToolContext.getToolboxes() |
Modifier and Type | Method and Description |
---|---|
void |
ToolContext.addToolbox(Toolbox toolbox) |
Toolbox |
Toolbox.combine(Toolbox... toolboxes)
|
Modifier and Type | Method and Description |
---|---|
protected Toolbox |
ViewToolManager.getSessionToolbox() |
Modifier and Type | Method and Description |
---|---|
protected List<Toolbox> |
ViewToolContext.getToolboxes() |
Copyright © 2002–2016 Apache Software Foundation. All rights reserved.