Class StaticTagScript

java.lang.Object
org.apache.commons.jelly.impl.TagScript
org.apache.commons.jelly.impl.StaticTagScript
All Implemented Interfaces:
Script

public class StaticTagScript extends TagScript

StaticTagScript is a script that evaluates a StaticTag, a piece of static XML though its attributes or element content may contain dynamic expressions. The first time this tag evaluates, it may have become a dynamic tag, so it will check that a new dynamic tag has not been generated.

Version:
$Revision: 239434 $
Author:
James Strachan