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, setVelocityViewprotected static final java.lang.String TOOLBOX_KEY
VelocityViewprotected static final java.lang.String DEFAULT_TOOLBOX_PATH
VelocityViewprivate transient VelocityView view
public void init(ServletConfig config)
throws ServletException
VelocityViewServletInitializes servlet and VelocityView used to process requests. Called by the servlet container on loading.
init in class VelocityViewServletconfig - servlet configuationServletExceptionprotected VelocityView getVelocityView()
getVelocityView in class VelocityViewServletCopyright (c) 2003-2007 Apache Software Foundation