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

Packages that use TagScript
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.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 
 

Uses of TagScript in org.apache.commons.jelly
 

Methods in org.apache.commons.jelly that return TagScript
 TagScript TagLibrary.createTagScript(java.lang.String name, org.xml.sax.Attributes attributes)
          Creates a new script to execute the given tag name and attributes
 

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

Subclasses of TagScript in org.apache.commons.jelly.impl
 class BeanTagScript
          TagScript evaluates a custom tag.
 class DynaTagScript
          DynaTagScript is a script evaluates a custom DynaTag.
 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(java.lang.Class tagClass)
           
 TagScript TagScript.getParent()
          Returns the parent.
 TagScript DynamicTagLibrary.createTagScript(java.lang.String name, org.xml.sax.Attributes attributes)
          Creates a new script to execute the given tag name and attributes
 

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

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

Methods in org.apache.commons.jelly.parser that return TagScript
protected  TagScript XMLParser.createTag(java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes list)
          Factory method to create new Tag script for the given namespaceURI and name or return null if this is not a custom Tag.
protected  TagScript XMLParser.createStaticTag(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes list)
          Factory method to create a static Tag that represents some static content.
 

Uses of TagScript in org.apache.commons.jelly.tags.ant
 

Methods in org.apache.commons.jelly.tags.ant that return TagScript
 TagScript AntTagLibrary.createTagScript(java.lang.String name, org.xml.sax.Attributes attributes)
          Creates a new script to execute the given tag name and attributes
 TagScript AntTagLibrary.createCustomTagScript(java.lang.String name, org.xml.sax.Attributes attributes)
           
 

Uses of TagScript in org.apache.commons.jelly.tags.jeez
 

Methods in org.apache.commons.jelly.tags.jeez that return TagScript
 TagScript JeezTagLibrary.createTagScript(java.lang.String name, org.xml.sax.Attributes attrs)
           
 

Uses of TagScript in org.apache.commons.jelly.tags.swing
 

Methods in org.apache.commons.jelly.tags.swing that return TagScript
 TagScript SwingTagLibrary.createTagScript(java.lang.String name, org.xml.sax.Attributes attributes)
          Creates a new script to execute the given tag name and attributes
 



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