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) |
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.