Uses of Package
org.apache.commons.jelly.impl

Packages that use org.apache.commons.jelly.impl
org.apache.commons.jelly This package contains the main jelly API classes. 
org.apache.commons.jelly.impl Core implementation classes for Jelly. 
org.apache.commons.jelly.parser Jelly parsers both XML syntax and non-XML syntaxes are supported. 
org.apache.commons.jelly.tags.ant A tag library for using Ant tasks within Jelly 
org.apache.commons.jelly.tags.define Tag library which allows the creation of new tags using Jelly script itself. 
org.apache.commons.jelly.tags.jeez This tag library groups together the ant and werkz tag libraries into one namespace. 
org.apache.commons.jelly.tags.swing A tag library for creating Swing UIs via Jelly script 
 

Classes in org.apache.commons.jelly.impl used by org.apache.commons.jelly
TagScript
          TagScript abstract base class for a script that evaluates a custom tag.
 

Classes in org.apache.commons.jelly.impl used by org.apache.commons.jelly.impl
BeanSource
          A tag which is associated with a JavaBean, such as a DynamicBeanTag
DynaTagScript
          DynaTagScript is a script evaluates a custom DynaTag.
ScriptBlock
          ScriptBlock a block of scripts.
StaticTag
          StaticTag represents a static XML element which echos itself to XMLOutput when it is invoked.
TagFactory
          TagFactory represents a Factory of Tag instances.
TagLibraryResolver
          TagLibraryResolver represents an object capable of resolving a URI to a TagLibrary instance.
TagScript
          TagScript abstract base class for a script that evaluates a custom tag.
 

Classes in org.apache.commons.jelly.impl used by org.apache.commons.jelly.parser
ScriptBlock
          ScriptBlock a block of scripts.
TagScript
          TagScript abstract base class for a script that evaluates a custom tag.
 

Classes in org.apache.commons.jelly.impl used by org.apache.commons.jelly.tags.ant
TagScript
          TagScript abstract base class for a script that evaluates a custom tag.
 

Classes in org.apache.commons.jelly.impl used by org.apache.commons.jelly.tags.define
Attribute
          Represents the attribute definition used by dynamic tags, such as whether the attribute is required or any default values etc.
DynamicTagLibrary
          DynamicTagLibrary represents a TagLibrary which gets created by running a Jelly script.
 

Classes in org.apache.commons.jelly.impl used by org.apache.commons.jelly.tags.jeez
DynamicTagLibrary
          DynamicTagLibrary represents a TagLibrary which gets created by running a Jelly script.
TagScript
          TagScript abstract base class for a script that evaluates a custom tag.
 

Classes in org.apache.commons.jelly.impl used by org.apache.commons.jelly.tags.swing
BeanSource
          A tag which is associated with a JavaBean, such as a DynamicBeanTag
TagScript
          TagScript abstract base class for a script that evaluates a custom tag.
 



Copyright © 2002-2002 Apache Software Foundation. All Rights Reserved.