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.
|
org.apache.velocity.tools.view.servlet |
All classes in this package have been deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DataInfo
Deprecated.
Use
Data |
class |
ViewToolInfo
Deprecated.
Use
ToolInfo |
Modifier and Type | Method and Description |
---|---|
void |
ToolboxManager.addData(ToolInfo info)
Deprecated.
Adds a data object for the context.
|
void |
XMLToolboxManager.addData(ToolInfo info)
Deprecated.
|
void |
ToolboxManager.addTool(ToolInfo info)
Deprecated.
Adds a tool to be managed
|
void |
XMLToolboxManager.addTool(ToolInfo info)
Deprecated.
|
protected boolean |
XMLToolboxManager.validateToolInfo(ToolInfo info)
Deprecated.
Checks whether an object described by a ToolInfo passes
some basic sanity checks.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletToolInfo
Deprecated.
Use
ToolInfo |
Modifier and Type | Method and Description |
---|---|
void |
ServletToolboxManager.addData(ToolInfo info)
Deprecated.
Overrides XMLToolboxManager to put data into appTools map
|
void |
ServletToolboxManager.addTool(ToolInfo info)
Deprecated.
Overrides XMLToolboxManager to separate tools by scope.
|
protected boolean |
ServletToolboxManager.validateToolInfo(ToolInfo info)
Deprecated.
Ensures that application-scoped tools do not have request path
restrictions set for them, as those will not be enforced.
|
Copyright © 2002–2016 Apache Software Foundation. All rights reserved.