| 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 | |
| org.apache.velocity.tools.view.servlet |
All classes in this package have been deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected VelocityView |
VelocityViewFilter.getVelocityView() |
protected VelocityView |
VelocityViewServlet.getVelocityView() |
static VelocityView |
ServletUtils.getVelocityView(javax.servlet.FilterConfig config)
Returns the shared
VelocityView for the specified
FilterConfig's context. |
static VelocityView |
ServletUtils.getVelocityView(JeeConfig config)
Returns the shared
VelocityView for the specified
JeeConfig's context. |
static VelocityView |
ServletUtils.getVelocityView(javax.servlet.ServletConfig config)
Returns the shared
VelocityView for the specified
ServletConfig's context. |
static VelocityView |
ServletUtils.getVelocityView(javax.servlet.ServletContext application)
Returns the shared
VelocityView for the specified
ServletContext. |
static VelocityView |
ServletUtils.getVelocityView(javax.servlet.ServletContext application,
boolean createIfMissing)
Returns the shared
VelocityView for the specified
ServletContext. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
VelocityViewServlet.setVelocityView(VelocityView view) |
| Modifier and Type | Field and Description |
|---|---|
protected VelocityView |
VelocityViewTag.view |
| Modifier and Type | Method and Description |
|---|---|
VelocityView |
VelocityViewTag.getVelocityView() |
| Modifier and Type | Method and Description |
|---|---|
void |
VelocityViewTag.setVelocityView(VelocityView view) |
| Modifier and Type | Method and Description |
|---|---|
protected VelocityView |
VelocityLayoutServlet.getVelocityView()
Deprecated.
Overrides parent to ensure each VVS instance has
it's own separate configuration, just like in Tools 1.x.
|
protected VelocityView |
VelocityViewServlet.getVelocityView()
Deprecated.
Overrides parent to ensure each VVS instance has
it's own separate configuration, just like in Tools 1.x.
|
Copyright © 2002–2023 Apache Software Foundation. All rights reserved.