VelocityViewServlet
@Deprecated public class VelocityViewServlet extends VelocityViewServlet
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
DEFAULT_TOOLBOX_PATH
Deprecated.
Default path is now managed by
VelocityView |
protected static java.lang.String |
TOOLBOX_KEY
Deprecated.
toolbox key is now managed by
VelocityView |
private VelocityView |
view
Deprecated.
|
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(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
protected static final java.lang.String TOOLBOX_KEY
VelocityView
protected static final java.lang.String DEFAULT_TOOLBOX_PATH
VelocityView
private transient VelocityView view
public void init(ServletConfig config) throws ServletException
VelocityViewServlet
Initializes servlet and VelocityView used to process requests. Called by the servlet container on loading.
init
in class VelocityViewServlet
config
- servlet configuationServletException
protected VelocityView getVelocityView()
getVelocityView
in class VelocityViewServlet
Copyright (c) 2003-2007 Apache Software Foundation