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

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.VelocityLayoutServlet
                  extended by org.apache.velocity.tools.view.servlet.VelocityLayoutServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

Deprecated. This has moved to VelocityLayoutServlet

@Deprecated
public class VelocityLayoutServlet
extends VelocityLayoutServlet

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

Field Summary
 
Fields inherited from class org.apache.velocity.tools.view.VelocityLayoutServlet
DEFAULT_DEFAULT_LAYOUT, DEFAULT_ERROR_TEMPLATE, DEFAULT_LAYOUT_DIR, defaultLayout, errorTemplate, KEY_ERROR_CAUSE, KEY_ERROR_INVOCATION_EXCEPTION, KEY_ERROR_STACKTRACE, KEY_LAYOUT, KEY_SCREEN_CONTENT, layoutDir, PROPERTY_DEFAULT_LAYOUT, PROPERTY_ERROR_TEMPLATE, PROPERTY_LAYOUT_DIR
 
Fields inherited from class org.apache.velocity.tools.view.VelocityViewServlet
SHARED_CONFIG_PARAM
 
Constructor Summary
VelocityLayoutServlet()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.velocity.tools.view.VelocityLayoutServlet
error, fillContext, init, mergeTemplate
 
Methods inherited from class org.apache.velocity.tools.view.VelocityViewServlet
createContext, doGet, doPost, doRequest, findInitParameter, getLog, getTemplate, getTemplate, getVelocityProperty, getVelocityView, 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
 

Constructor Detail

VelocityLayoutServlet

public VelocityLayoutServlet()
Deprecated. 


Copyright (c) 2003-2007 Apache Software Foundation