Interface ViewContext
-
- All Superinterfaces:
ViewContext
- All Known Implementing Classes:
ChainedContext
@Deprecated public interface ViewContext extends ViewContext
Deprecated.UseViewContext- Version:
- $Id: ViewContext.java 511959 2007-02-26 19:24:39Z nbubna $
-
-
Field Summary
Fields Modifier and Type Field Description static StringXHTMLDeprecated.-
Fields inherited from interface org.apache.velocity.tools.view.ViewContext
APPLICATION, DEFAULT_TOOLBOX_KEY, REQUEST, RESPONSE, SERVLET_CONTEXT_KEY, SESSION
-
-
Method Summary
-
Methods inherited from interface org.apache.velocity.tools.view.ViewContext
getAttribute, getRequest, getResponse, getServletContext, getVelocityContext, getVelocityEngine
-
-
-
-
Field Detail
-
XHTML
static final String XHTML
Deprecated.- See Also:
- Constant Field Values
-
-