Uses of Interface
org.apache.commons.jelly.tags.core.ArgTagParent

Packages that use ArgTagParent
org.apache.commons.jelly.tags.core The core Tags from the JSTL  
 

Uses of ArgTagParent in org.apache.commons.jelly.tags.core
 

Classes in org.apache.commons.jelly.tags.core that implement ArgTagParent
 class InvokeStaticTag
           A Tag which can invoke a static method on a class, without an instance of the class being needed.
 class InvokeTag
          A tag which creates a new object of the given type
 class NewTag
          A tag which creates a new object of the given type