|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Toolbox | |
---|---|
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. |
Uses of Toolbox in org.apache.velocity.tools |
---|
Methods in org.apache.velocity.tools that return Toolbox | |
---|---|
Toolbox |
Toolbox.combine(Toolbox... toolboxes)
Returns a new Toolbox that is a combination of
this Toolbox with one or more specified Toolbox es. |
protected Toolbox |
ToolManager.createToolbox(String scope)
|
Toolbox |
ToolboxFactory.createToolbox(String scope)
|
protected Toolbox |
ToolManager.getApplicationToolbox()
|
protected Toolbox |
ToolManager.getRequestToolbox()
|
Methods in org.apache.velocity.tools that return types with arguments of type Toolbox | |
---|---|
protected List<Toolbox> |
ToolContext.getToolboxes()
|
Methods in org.apache.velocity.tools with parameters of type Toolbox | |
---|---|
void |
ToolContext.addToolbox(Toolbox toolbox)
|
Toolbox |
Toolbox.combine(Toolbox... toolboxes)
Returns a new Toolbox that is a combination of
this Toolbox with one or more specified Toolbox es. |
Uses of Toolbox in org.apache.velocity.tools.view |
---|
Methods in org.apache.velocity.tools.view that return Toolbox | |
---|---|
protected Toolbox |
ViewToolManager.getSessionToolbox()
|
Methods in org.apache.velocity.tools.view that return types with arguments of type Toolbox | |
---|---|
protected List<Toolbox> |
ViewToolContext.getToolboxes()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |