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.jsp |
JSP support of Velocity (and vice-versa).
|
Modifier and Type | Method and Description |
---|---|
ViewToolContext |
ViewToolManager.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
ViewToolContext |
VelocityView.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates and returns an initialized Velocity context.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IncludeTool.configure(ViewToolContext ctx) |
void |
ViewToolManager.prepareContext(ViewToolContext context,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Class and Description |
---|---|
class |
JspToolContext
Velocity context implementation specific to the JSP environment.
|
Modifier and Type | Field and Description |
---|---|
protected ViewToolContext |
VelocityViewTag.context |
Modifier and Type | Method and Description |
---|---|
ViewToolContext |
VelocityViewTag.getViewToolContext() |
Modifier and Type | Method and Description |
---|---|
void |
VelocityViewTag.setViewToolContext(ViewToolContext context) |
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.