|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.define | Tag library which allows the creation of new tags using Jelly script itself. |
org.apache.commons.jelly.tags.jeez |
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(Tag tag)
|
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.createRuntimeTaskTagScript(java.lang.String taskName,
org.xml.sax.Attributes attributes)
|
Uses of TagScript in org.apache.commons.jelly.tags.define |
Methods in org.apache.commons.jelly.tags.define that return TagScript | |
TagScript |
DynamicTagLibrary.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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |