Class ParseTag

java.lang.Object
org.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.core.ParseTag
All Implemented Interfaces:
Tag

public class ParseTag extends TagSupport
Parses the output of this tags body or of a given String as a Jelly script then either outputting the Script as a variable or executing the script.
Version:
$Revision: 406153 $
Author:
James Strachan