|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.velocity.tools.view.VelocityViewServlet
org.apache.velocity.tools.view.servlet.VelocityViewServlet
VelocityViewServlet
@Deprecated public class VelocityViewServlet
Field Summary | |
---|---|
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 |
Fields inherited from class org.apache.velocity.tools.view.VelocityViewServlet |
---|
BUFFER_OUTPUT_PARAM |
Constructor Summary | |
---|---|
VelocityViewServlet()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.velocity.tools.view.VelocityViewServlet |
---|
createContext, doGet, doPost, doRequest, error, fillContext, findInitParameter, getLog, getTemplate, getTemplate, getVelocityProperty, handleRequest, manageResourceNotFound, mergeTemplate, requestCleanup, setContentType, setVelocityView |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String TOOLBOX_KEY
VelocityView
protected static final String DEFAULT_TOOLBOX_PATH
VelocityView
Constructor Detail |
---|
public VelocityViewServlet()
Method Detail |
---|
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 configuation
javax.servlet.ServletException
protected VelocityView getVelocityView()
getVelocityView
in class VelocityViewServlet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |