org.apache.velocity.tools.view.servlet
Class VelocityViewServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.velocity.tools.view.VelocityViewServlet
              extended by org.apache.velocity.tools.view.servlet.VelocityViewServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

Deprecated. This class has moved to VelocityViewServlet

@Deprecated
public class VelocityViewServlet
extends VelocityViewServlet

Version:
$Id: VelocityViewServlet.java 511959 2007-02-26 19:24:39Z nbubna $
See Also:
Serialized Form

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
 
Fields inherited from class org.apache.velocity.tools.view.VelocityViewServlet
SHARED_CONFIG_PARAM
 
Constructor Summary
VelocityViewServlet()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.velocity.tools.view.VelocityViewServlet
createContext, doGet, doPost, doRequest, error, fillContext, findInitParameter, getLog, getTemplate, getTemplate, getVelocityProperty, getVelocityView, init, 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

TOOLBOX_KEY

protected static final java.lang.String TOOLBOX_KEY
Deprecated. toolbox key is now managed by VelocityView
See Also:
Constant Field Values

DEFAULT_TOOLBOX_PATH

protected static final java.lang.String DEFAULT_TOOLBOX_PATH
Deprecated. Default path is now managed by VelocityView
See Also:
Constant Field Values
Constructor Detail

VelocityViewServlet

public VelocityViewServlet()
Deprecated. 


Copyright (c) 2003-2007 Apache Software Foundation