|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHttpServlet
org.apache.velocity.tools.view.VelocityViewServlet
org.apache.velocity.tools.view.servlet.VelocityViewServlet
VelocityViewServlet
@Deprecated public class VelocityViewServlet
Field Summary | |
---|---|
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. |
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(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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String TOOLBOX_KEY
VelocityView
protected static final java.lang.String DEFAULT_TOOLBOX_PATH
VelocityView
private transient VelocityView view
Constructor Detail |
---|
public VelocityViewServlet()
Method Detail |
---|
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 configuation
ServletException
protected VelocityView getVelocityView()
getVelocityView
in class VelocityViewServlet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |