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.
|
org.apache.velocity.tools.view.context |
All classes in this package have been deprecated.
|
org.apache.velocity.tools.view.jsp |
Modifier and Type | Method and Description |
---|---|
ToolContext |
ToolManager.createContext() |
ToolContext |
ToolManager.createContext(Map<String,Object> toolProps) |
Modifier and Type | Method and Description |
---|---|
protected void |
ToolManager.addToolboxes(ToolContext context) |
protected void |
ToolManager.prepareContext(ToolContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ViewToolContext
ToolContext implementation specific to the servlet environment. |
Modifier and Type | Method and Description |
---|---|
ToolContext |
ViewToolManager.createContext(Map<String,Object> toolProps) |
Modifier and Type | Method and Description |
---|---|
protected void |
ViewToolManager.addToolboxes(ToolContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ChainedContext
Deprecated.
Use
ViewToolContext instead |
Modifier and Type | Class and Description |
---|---|
class |
JspToolContext
Velocity context implementation specific to the JSP environment.
|
Copyright © 2002–2016 Apache Software Foundation. All rights reserved.