Class JspToolContext

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

public class JspToolContext extends ViewToolContext

Velocity context implementation specific to the JSP environment.

Version:
$Id: ViewContext.java 514727 2007-03-05 16:49:03Z nbubna $
Author:
Nathan Bubna
  • Field Details

    • PAGE_CONTEXT_KEY

      public static final String PAGE_CONTEXT_KEY
      See Also:
    • pageContext

      private final PageContext pageContext
  • Constructor Details

    • JspToolContext

      public JspToolContext(org.apache.velocity.app.VelocityEngine velocity, PageContext pageContext)
  • Method Details