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 plus Jelly extensions. 
 

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 calls a method in an object instantied by core:new
 class NewTag
          A tag which creates a new object of the given type