Uses of Class
org.apache.commons.jelly.impl.TagScript

Packages that use TagScript
org.apache.commons.jelly.impl   
 

Uses of TagScript in org.apache.commons.jelly.impl
 

Subclasses of TagScript in org.apache.commons.jelly.impl
 class StaticTagScript
          StaticTagScript is a script that evaluates a StaticTag, a piece of static XML though its attributes or element content may contain dynamic expressions.
 

Methods in org.apache.commons.jelly.impl that return TagScript
static TagScript TagScript.newInstance(Class tagClass)
           
 TagScript TagScript.getParent()
          Returns the parent.
 

Methods in org.apache.commons.jelly.impl with parameters of type TagScript
 void TagScript.setParent(TagScript parent)
          Sets the parent.
 



Copyright © 2003 The Xwing Project. All Rights Reserved.