|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToolContext | |
---|---|
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 |
Uses of ToolContext in org.apache.velocity.tools |
---|
Methods in org.apache.velocity.tools that return ToolContext | |
---|---|
ToolContext |
ToolManager.createContext()
|
ToolContext |
ToolManager.createContext(Map<String,Object> toolProps)
|
Methods in org.apache.velocity.tools with parameters of type ToolContext | |
---|---|
protected void |
ToolManager.addToolboxes(ToolContext context)
|
protected void |
ToolManager.prepareContext(ToolContext context)
|
Uses of ToolContext in org.apache.velocity.tools.view |
---|
Subclasses of ToolContext in org.apache.velocity.tools.view | |
---|---|
class |
ViewToolContext
ToolContext implementation specific to the servlet environment. |
Methods in org.apache.velocity.tools.view that return ToolContext | |
---|---|
ToolContext |
ViewToolManager.createContext(Map<String,Object> toolProps)
|
Methods in org.apache.velocity.tools.view with parameters of type ToolContext | |
---|---|
protected void |
ViewToolManager.addToolboxes(ToolContext context)
|
Uses of ToolContext in org.apache.velocity.tools.view.context |
---|
Subclasses of ToolContext in org.apache.velocity.tools.view.context | |
---|---|
class |
ChainedContext
Deprecated. Use ViewToolContext instead |
Uses of ToolContext in org.apache.velocity.tools.view.jsp |
---|
Subclasses of ToolContext in org.apache.velocity.tools.view.jsp | |
---|---|
class |
JspToolContext
Velocity context implementation specific to the JSP environment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |