Class ChainedContext

All Implemented Interfaces:
org.apache.velocity.context.Context, ViewContext, ViewContext

@Deprecated public class ChainedContext extends ViewToolContext implements ViewContext
Deprecated.
Use ViewToolContext instead
Version:
$Id: ChainedContext.java 608694 2008-01-04 00:53:32Z nbubna $
  • Field Details

  • Constructor Details

    • ChainedContext

      public ChainedContext(org.apache.velocity.app.VelocityEngine velocity, HttpServletRequest request, HttpServletResponse response, ServletContext application)
      Deprecated.
    • ChainedContext

      public ChainedContext(org.apache.velocity.context.Context ctx, org.apache.velocity.app.VelocityEngine velocity, HttpServletRequest request, HttpServletResponse response, ServletContext application)
      Deprecated.
  • Method Details