VelocityViewServlet
@Deprecated public class VelocityViewServlet extends VelocityViewServlet
Modifier and Type | Field and Description |
---|---|
protected static String |
DEFAULT_TOOLBOX_PATH
Deprecated.
Default path is now managed by
VelocityView |
protected static String |
TOOLBOX_KEY
Deprecated.
toolbox key is now managed by
VelocityView |
BUFFER_OUTPUT_PARAM
Constructor and Description |
---|
VelocityViewServlet()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected VelocityView |
getVelocityView()
Deprecated.
Overrides parent to ensure each VVS instance has
it's own separate configuration, just like in Tools 1.x.
|
void |
init(javax.servlet.ServletConfig config)
Deprecated.
Initializes servlet and VelocityView used to process requests.
|
createContext, doGet, doPost, doRequest, error, fillContext, findInitParameter, getLog, getTemplate, getTemplate, getVelocityProperty, handleRequest, manageResourceNotFound, mergeTemplate, requestCleanup, setContentType, setVelocityView
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected static final String TOOLBOX_KEY
VelocityView
protected static final String DEFAULT_TOOLBOX_PATH
VelocityView
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
VelocityViewServlet
Initializes servlet and VelocityView used to process requests. Called by the servlet container on loading.
init
in interface javax.servlet.Servlet
init
in class VelocityViewServlet
config
- servlet configuationjavax.servlet.ServletException
protected VelocityView getVelocityView()
getVelocityView
in class VelocityViewServlet
Copyright © 2002–2021 Apache Software Foundation. All rights reserved.