org.apache.velocity.runtime.directive
public class: Literal [javadoc |
source]
java.lang.Object
org.apache.velocity.runtime.directive.Directive
org.apache.velocity.runtime.directive.Literal
All Implemented Interfaces:
Cloneable, DirectiveConstants
A very simple directive that leverages the Node.literal()
to grab the literal rendition of a node. We basically
grab the literal value on init(), then repeatedly use
that during render().
- author:
< - a href="mailto:jvanzyl@apache.org">Jason van Zyl
- version:
$ - Id: Literal.java 471381 2006-11-05 08:56:58Z wglass $
| Field Summary |
|---|
| String | literalText | |