A B C D E F G H I J L M N O P Q R S T U V W X

A

ActionTag - class org.apache.commons.jelly.tags.swing.ActionTag.
Creates a Swing Action and attaches it to the parent component.
ActionTag() - Constructor for class org.apache.commons.jelly.tags.swing.ActionTag
 
addAttribute(Attribute) - Method in class org.apache.commons.jelly.tags.define.DynaBeanTag
Adds a new attribute definition to this dynamic tag
addAttribute(Attribute) - Method in class org.apache.commons.jelly.tags.define.BeanTag
Adds a new attribute definition to this dynamic tag
addAttribute(String, Expression) - Method in class org.apache.commons.jelly.impl.TagScript
Add an initialization attribute for the tag.
addChild(Component) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
Adds a child component to this parent
addDynaProperty(DynaProperty) - Method in class org.apache.commons.jelly.tags.dynabean.DynaclassTag
 
addEntry(String, Object) - Method in class org.apache.commons.jelly.tags.jms.MapMessageTag
 
addExpression(Expression) - Method in class org.apache.commons.jelly.expression.CompositeExpression
Adds a new expression to the end of the expression list
addExpressionScript(ScriptBlock, Expression) - Method in class org.apache.commons.jelly.parser.XMLParser
Adds the given Expression object to the current Script.
addFileset(FileSet) - Method in class org.apache.commons.jelly.tags.ant.FileScanner
Adds a set of files (nested fileset attribute).
addHeader(String, String) - Method in class org.apache.commons.jelly.tags.http.MethodSupportTag
 
addPrereqs(Goal) - Method in class org.apache.commons.jelly.tags.werkz.GoalTag
 
addProperty(String, Object) - Method in class org.apache.commons.jelly.tags.jms.MessageTag
Adds a JMS property to the message
addRow(Map) - Method in class org.apache.commons.jelly.tags.sql.ResultSetTag
Adds the given row to the list of rows
addScript(Script) - Method in class org.apache.commons.jelly.impl.ScriptBlock
Add a new script to the end of this block
addSQLParameter(Object) - Method in class org.apache.commons.jelly.tags.sql.SqlTagSupport
Called by nested parameter elements to add PreparedStatement parameter values.
addTemplate(Rule) - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
Adds a new template rule to this stylesheet
addTest(Test) - Method in class org.apache.commons.jelly.tags.junit.SuiteTag
Adds a new Test to this suite
addTextExpression(String) - Method in class org.apache.commons.jelly.expression.CompositeExpression
A helper method to add a new constant text expression
addTextScript(String) - Method in class org.apache.commons.jelly.parser.XMLParser
Adds the text to the current script block parsing any embedded expressions inot ExpressionScript objects.
addWindowListener(WindowListener) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
Adds a WindowListener to this component
AntJellyContext - class org.apache.commons.jelly.task.AntJellyContext.
AntJellyContext represents the Jelly context from inside Ant.
AntJellyContext(Project, JellyContext) - Constructor for class org.apache.commons.jelly.task.AntJellyContext
 
AntlrTag - class org.apache.commons.jelly.tags.antlr.AntlrTag.
 
AntlrTag() - Constructor for class org.apache.commons.jelly.tags.antlr.AntlrTag
 
AntlrTagLibrary - class org.apache.commons.jelly.tags.antlr.AntlrTagLibrary.
Implements tags that are useful for working with ANTLR.
AntlrTagLibrary() - Constructor for class org.apache.commons.jelly.tags.antlr.AntlrTagLibrary
 
AntTag - class org.apache.commons.jelly.tags.ant.AntTag.
Tag supporting ant's Tasks as well as dynamic runtime behaviour for 'unknown' tags.
AntTag(String) - Constructor for class org.apache.commons.jelly.tags.ant.AntTag
Construct with a project and tag name.
AntTagLibrary - class org.apache.commons.jelly.tags.ant.AntTagLibrary.
A Jelly custom tag library that allows Ant tasks to be called from inside Jelly.
AntTagLibrary() - Constructor for class org.apache.commons.jelly.tags.ant.AntTagLibrary
 
ApplyTemplatesTag - class org.apache.commons.jelly.tags.jsl.ApplyTemplatesTag.
Implements the apply templates function in the stylesheet, similar to the XSLT equivalent.
ApplyTemplatesTag() - Constructor for class org.apache.commons.jelly.tags.jsl.ApplyTemplatesTag
 
AskTag - class org.apache.commons.jelly.tags.interaction.AskTag.
Jelly Tag that asks the user a question, and puts his answer into a variable, with the attribute "answer".
AskTag() - Constructor for class org.apache.commons.jelly.tags.interaction.AskTag
 
AssertEqualsTag - class org.apache.commons.jelly.tags.junit.AssertEqualsTag.
Compares an actual object against an expected object and if they are different then the test will fail.
AssertEqualsTag() - Constructor for class org.apache.commons.jelly.tags.junit.AssertEqualsTag
 
AssertTag - class org.apache.commons.jelly.tags.junit.AssertTag.
Performs an assertion that a given boolean expression, or XPath expression is true.
AssertTag() - Constructor for class org.apache.commons.jelly.tags.junit.AssertTag
 
AssertTagSupport - class org.apache.commons.jelly.tags.junit.AssertTagSupport.
The abstract base class of any assertion tag which is useful for implementation inheritence.
AssertTagSupport() - Constructor for class org.apache.commons.jelly.tags.junit.AssertTagSupport
 
AssertValidTag - class org.apache.commons.jelly.tags.validate.AssertValidTag.
This tag performs an assertion that the tags body contains XML which matches a givem schema validation.
AssertValidTag() - Constructor for class org.apache.commons.jelly.tags.validate.AssertValidTag
 
AttainGoalTag - class org.apache.commons.jelly.tags.werkz.AttainGoalTag.
Attains one or more goals.
AttainGoalTag() - Constructor for class org.apache.commons.jelly.tags.werkz.AttainGoalTag
 
AttainTag - class org.apache.commons.jelly.tags.werkz.AttainTag.
Attains one or more goals.
AttainTag() - Constructor for class org.apache.commons.jelly.tags.werkz.AttainTag
 
Attribute - class org.apache.commons.jelly.impl.Attribute.
Represents the attribute definition used by dynamic tags, such as whether the attribute is required or any default values etc.
Attribute() - Constructor for class org.apache.commons.jelly.impl.Attribute
 
attributes - Variable in class org.apache.commons.jelly.impl.TagScript
The attribute expressions that are created
AttributeTag - class org.apache.commons.jelly.tags.xml.AttributeTag.
Adds an XML attribute to the parent element tag like the <xsl:attribute> tag.
AttributeTag - class org.apache.commons.jelly.tags.define.AttributeTag.
This tag is bound onto a Java Bean class.
AttributeTag() - Constructor for class org.apache.commons.jelly.tags.xml.AttributeTag
 
AttributeTag() - Constructor for class org.apache.commons.jelly.tags.define.AttributeTag
 
AttributeTag(Attribute) - Constructor for class org.apache.commons.jelly.tags.define.AttributeTag
 

B

BeanFactory - class org.apache.commons.jelly.tags.swing.BeanFactory.
A default Factory implementation that creates new instances from a bean class
BeanFactory(Class) - Constructor for class org.apache.commons.jelly.tags.swing.BeanFactory
 
BeanShellExpression - class org.apache.commons.jelly.tags.beanshell.BeanShellExpression.
Represents a beanshell expression
BeanShellExpression(String, JellyInterpreter) - Constructor for class org.apache.commons.jelly.tags.beanshell.BeanShellExpression
 
BeanShellExpressionFactory - class org.apache.commons.jelly.tags.beanshell.BeanShellExpressionFactory.
Represents a factory of beanshell expressions
BeanShellExpressionFactory() - Constructor for class org.apache.commons.jelly.tags.beanshell.BeanShellExpressionFactory
 
BeanShellTagLibrary - class org.apache.commons.jelly.tags.beanshell.BeanShellTagLibrary.
Describes the Taglib.
BeanShellTagLibrary() - Constructor for class org.apache.commons.jelly.tags.beanshell.BeanShellTagLibrary
 
BeanSource - interface org.apache.commons.jelly.impl.BeanSource.
A tag which is associated with a JavaBean, such as a DynamicBeanTag
BeanTag - class org.apache.commons.jelly.tags.define.BeanTag.
Binds a Java bean to the given named Jelly tag so that the attributes of the tag set the bean properties..
BeanTag() - Constructor for class org.apache.commons.jelly.tags.define.BeanTag
 
BeanTagScript - class org.apache.commons.jelly.impl.BeanTagScript.
TagScript evaluates a custom tag.
BeanTagScript() - Constructor for class org.apache.commons.jelly.impl.BeanTagScript
 
BeanTagScript(TagFactory) - Constructor for class org.apache.commons.jelly.impl.BeanTagScript
 
beforeSetAttributes() - Method in class org.apache.commons.jelly.DynaBeanTagSupport
Callback to allow processing to occur before the attributes are about to be set
beforeSetAttributes() - Method in class org.apache.commons.jelly.impl.DynamicBeanTag
 
beforeSetAttributes() - Method in class org.apache.commons.jelly.impl.DynamicDynaBeanTag
 
beforeSetAttributes() - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
 
BetwixtTagLibrary - class org.apache.commons.jelly.tags.betwixt.BetwixtTagLibrary.
A Jelly custom tag library that uses the Betwixt project to parse XML and turn it into beans or turn beans into XML
BetwixtTagLibrary() - Constructor for class org.apache.commons.jelly.tags.betwixt.BetwixtTagLibrary
 
body - Variable in class org.apache.commons.jelly.TagSupport
the body of the tag
BrokerTag - class org.apache.commons.jelly.tags.ojb.BrokerTag.
Tag handler for <Driver> in JSTL, used to create a simple DataSource for prototyping.
BrokerTag() - Constructor for class org.apache.commons.jelly.tags.ojb.BrokerTag
 
BSFExpression - class org.apache.commons.jelly.tags.bsf.BSFExpression.
Represents a BSF expression
BSFExpression(String, BSFEngine, BSFManager, JellyContextRegistry) - Constructor for class org.apache.commons.jelly.tags.bsf.BSFExpression
 
BSFExpressionFactory - class org.apache.commons.jelly.tags.bsf.BSFExpressionFactory.
Represents a factory of BSF expressions
BSFExpressionFactory() - Constructor for class org.apache.commons.jelly.tags.bsf.BSFExpressionFactory
 
BSFTagLibrary - class org.apache.commons.jelly.tags.bsf.BSFTagLibrary.
Describes the Taglib.
BSFTagLibrary() - Constructor for class org.apache.commons.jelly.tags.bsf.BSFTagLibrary
 
buildFinished(BuildEvent) - Method in class org.apache.commons.jelly.tags.werkz.JellyBuildListener
 
buildStarted(BuildEvent) - Method in class org.apache.commons.jelly.tags.werkz.JellyBuildListener
 

C

CallbackTagSupport - class org.apache.commons.jelly.tags.werkz.CallbackTagSupport.
Abstract base class for all callback tags.
CallbackTagSupport() - Constructor for class org.apache.commons.jelly.tags.werkz.CallbackTagSupport
 
capitalize(String) - Method in class org.apache.commons.jelly.tags.swing.ActionTag
 
CaseTag - class org.apache.commons.jelly.tags.junit.CaseTag.
Represents a single test case in a test suite; this tag is analagous to JUnit's TestCase class.
CaseTag() - Constructor for class org.apache.commons.jelly.tags.junit.CaseTag
 
CatchTag - class org.apache.commons.jelly.tags.core.CatchTag.
A tag which catches exceptions thrown by its body.
CatchTag() - Constructor for class org.apache.commons.jelly.tags.core.CatchTag
 
characters(char[], int, int) - Method in class org.apache.commons.jelly.XMLOutput
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.commons.jelly.parser.XMLParser
Process notification of character data received from the body of an XML element.
ChooseTag - class org.apache.commons.jelly.tags.core.ChooseTag.
A tag which conditionally evaluates its body based on some condition
ChooseTag() - Constructor for class org.apache.commons.jelly.tags.core.ChooseTag
 
classLoader - Variable in class org.apache.commons.jelly.JellyContext
The class loader to use for instantiating application objects.
classLoader - Variable in class org.apache.commons.jelly.parser.XMLParser
The class loader to use for instantiating application objects.
classLoader - Variable in class org.apache.commons.jelly.tags.core.NewTag
The class loader to use for instantiating application objects.
ClassLoaderTag - class org.apache.commons.jelly.tags.define.ClassLoaderTag.
Creates a new URLClassLoader to dynamically load tags froms.
ClassLoaderTag() - Constructor for class org.apache.commons.jelly.tags.define.ClassLoaderTag
 
clear() - Method in class org.apache.commons.jelly.tags.ant.FileScanner
Clears any file sets that have been added to this scanner
clearParameters() - Method in class org.apache.commons.jelly.tags.sql.SqlTagSupport
 
clearTag() - Method in class org.apache.commons.jelly.impl.TagScript
Flushes the current cached tag so that it will be created, lazily, next invocation
close() - Method in class org.apache.commons.jelly.XMLOutput
Provides a useful hook that implementations can use to close the underlying OutputStream or Writer
comment(char[], int, int) - Method in class org.apache.commons.jelly.XMLOutput
Report an XML comment anywhere in the document.
CompilableTag - interface org.apache.commons.jelly.CompilableTag.
Compilable represents a Tag that is compilable.
compile() - Method in interface org.apache.commons.jelly.CompilableTag
Called by the parser to allow a more tag to create a more efficient format of the tag
compile() - Method in interface org.apache.commons.jelly.Script
Called by the parser to allow a more efficient representation of the script to be used.
compile() - Method in class org.apache.commons.jelly.impl.TextScript
 
compile() - Method in class org.apache.commons.jelly.impl.ScriptBlock
 
compile() - Method in class org.apache.commons.jelly.impl.TagScript
Compiles the tags body
compile() - Method in class org.apache.commons.jelly.impl.ExpressionScript
 
compileClass() - Method in class org.apache.commons.jelly.impl.BeanTagScript
Compiles the given tag class caching the property descriptors etc.
compileScript() - Method in class org.apache.commons.jelly.Jelly
Compiles the script
compileScript() - Method in class org.apache.commons.jelly.task.JellyTask
Compiles the script
compileScript(String) - Method in class org.apache.commons.jelly.JellyContext
Attempts to parse the script from the given uri using the JellyContext.getResource(java.lang.String) method then returns the compiled script.
compileScript(URL) - Method in class org.apache.commons.jelly.JellyContext
Attempts to parse the script from the given URL using the JellyContext.getResource(java.lang.String) method then returns the compiled script.
ComponentTag - class org.apache.commons.jelly.tags.swing.ComponentTag.
This tag creates a Swing component and adds it to its parent tag, optionally declaring this component as a variable if the var attribute is specified.
ComponentTag(Factory) - Constructor for class org.apache.commons.jelly.tags.swing.ComponentTag
 
CompositeExpression - class org.apache.commons.jelly.expression.CompositeExpression.
CompositeExpression is a Composite expression made up of several Expression objects which are concatenated into a single String.
CompositeExpression() - Constructor for class org.apache.commons.jelly.expression.CompositeExpression
 
CompositeExpression(List) - Constructor for class org.apache.commons.jelly.expression.CompositeExpression
 
CompositeTextScriptBlock - class org.apache.commons.jelly.impl.CompositeTextScriptBlock.
CompositeTextScriptBlock represents a text body of a a tag which contains expressions, so that whitespace trimming can be handled differently.
CompositeTextScriptBlock() - Constructor for class org.apache.commons.jelly.impl.CompositeTextScriptBlock
 
configure() - Method in class org.apache.commons.jelly.parser.XMLParser
This method is called only once before parsing occurs which allows tag libraries to be registered and so forth
configureTag(Tag) - Method in class org.apache.commons.jelly.impl.TagScript
Compiles a newly created tag if required, sets its parent and body.
configureTag(Tag) - Method in class org.apache.commons.jelly.impl.BeanTagScript
Compiles a newly created tag if required, sets its parent and body.
ConnectionContext - interface org.apache.commons.jelly.tags.jms.ConnectionContext.
Represents a context capable of providing a Messenger connection to use
ConnectionTag - class org.apache.commons.jelly.tags.jms.ConnectionTag.
Defines a JMS connection for use by other JMS tags.
ConnectionTag() - Constructor for class org.apache.commons.jelly.tags.jms.ConnectionTag
 
ConstantExpression - class org.apache.commons.jelly.expression.ConstantExpression.
ConstantExpression represents a constant expression.
ConstantExpression() - Constructor for class org.apache.commons.jelly.expression.ConstantExpression
Base constructor
ConstantExpression(Object) - Constructor for class org.apache.commons.jelly.expression.ConstantExpression
Convenience constructor sets value property.
context - Variable in class org.apache.commons.jelly.TagSupport
 
convert(Class, Object) - Method in class org.apache.commons.jelly.tags.swing.converters.DimensionConverter
 
convert(Class, Object) - Method in class org.apache.commons.jelly.tags.swing.converters.PointConverter
 
convertType(Object, Class) - Method in class org.apache.commons.jelly.impl.TagScript
Converts the given value to the required type.
CopyOfTag - class org.apache.commons.jelly.tags.xml.CopyOfTag.
A tag which performs a copy-of operation like the XSLT tag
CopyOfTag() - Constructor for class org.apache.commons.jelly.tags.xml.CopyOfTag
 
CopyTag - class org.apache.commons.jelly.tags.xml.CopyTag.
A tag which performs a copy operation like the XSLT tag, performing a shallow copy of the element and its attributes but no content.
CopyTag() - Constructor for class org.apache.commons.jelly.tags.xml.CopyTag
 
CoreTagLibrary - class org.apache.commons.jelly.tags.core.CoreTagLibrary.
Describes the Taglib.
CoreTagLibrary() - Constructor for class org.apache.commons.jelly.tags.core.CoreTagLibrary
 
createAction(StylesheetTag, XMLOutput) - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
 
createAttributes() - Method in class org.apache.commons.jelly.MapTagSupport
A Factory Method which allows derived tags to overload the Map implementation used by this tag
createBSFEngine() - Method in class org.apache.commons.jelly.tags.bsf.BSFExpressionFactory
Factory method
createBSFManager() - Method in class org.apache.commons.jelly.tags.bsf.BSFExpressionFactory
Factory method
createChildContext() - Method in class org.apache.commons.jelly.JellyContext
Factory method to create a new child of this context
createChildContext() - Method in class org.apache.commons.jelly.task.AntJellyContext
Factory method to create a new child of this context
createConnection() - Method in class org.apache.commons.jelly.tags.http.MethodSupportTag
A Factory method to create a new HTTP connection
createConstantExpression(String, String, String) - Method in class org.apache.commons.jelly.parser.XMLParser
 
createCustomTagScript(String, Attributes) - Method in class org.apache.commons.jelly.tags.ant.AntTagLibrary
 
createDataType(String) - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
createExpression(ExpressionFactory, String, String, String) - Method in class org.apache.commons.jelly.TagLibrary
Allows taglibs to use their own expression evaluation mechanism
createExpression(ExpressionFactory, String, String, String) - Method in class org.apache.commons.jelly.tags.xml.XMLTagLibrary
 
createExpression(ExpressionFactory, String, String, String) - Method in class org.apache.commons.jelly.tags.jsl.JSLTagLibrary
 
createExpression(ExpressionFactory, String, String, String) - Method in class org.apache.commons.jelly.tags.junit.JUnitTagLibrary
 
createExpression(String) - Method in interface org.apache.commons.jelly.expression.ExpressionFactory
Creates a new expression for the given text
createExpression(String) - Method in class org.apache.commons.jelly.expression.jexl.JexlExpressionFactory
 
createExpression(String) - Method in class org.apache.commons.jelly.tags.beanshell.BeanShellExpressionFactory
 
createExpression(String) - Method in class org.apache.commons.jelly.tags.bsf.BSFExpressionFactory
 
createExpressionFactory() - Method in class org.apache.commons.jelly.parser.XMLParser
 
createIntrospector() - Method in class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
Factory method to create a new XMLIntrospector
createJellyException(String) - Method in class org.apache.commons.jelly.impl.TagScript
Creates a new Jelly exception, adorning it with location information
createJellyException(String, Exception) - Method in class org.apache.commons.jelly.impl.TagScript
Creates a new Jelly exception, adorning it with location information
createMessage() - Method in class org.apache.commons.jelly.tags.jms.MessageTag
 
createMessage() - Method in class org.apache.commons.jelly.tags.jms.MapMessageTag
 
createMessage() - Method in class org.apache.commons.jelly.tags.jms.TextMessageTag
 
createMessage() - Method in class org.apache.commons.jelly.tags.jms.ObjectMessageTag
 
createNameMapper(String) - Static method in class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
Static helper method which will convert the given string into standard named strategies such as 'lowercase', 'uppercase' or 'hyphenated' or use the name as a class name and create a new instance.
createNestedObject(Object, String) - Method in class org.apache.commons.jelly.tags.ant.AntTag
Creates a nested object of the given object with the specified name
createProject(JellyContext) - Static method in class org.apache.commons.jelly.tags.ant.AntTagLibrary
A helper method to create a new project #### this method could move to an AntUtils class.
createRelativeURL(URL, String) - Method in class org.apache.commons.jelly.JellyContext
 
createResult(XMLOutput) - Method in class org.apache.commons.jelly.tags.junit.RunTag
Factory method to create a new TestResult to capture the output of the test cases
createRule(StylesheetTag, XMLOutput) - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
 
createSAXException(Exception) - Method in class org.apache.commons.jelly.parser.XMLParser
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createSAXException(String) - Method in class org.apache.commons.jelly.parser.XMLParser
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createSAXException(String, Exception) - Method in class org.apache.commons.jelly.parser.XMLParser
Create a SAX exception which also understands about the location in the file where the exception occurs
createSAXReader() - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
Factory method to create a new SAXReader
createSAXReader() - Method in class org.apache.commons.jelly.tags.xml.ParseTag
Factory method to create a new SAXReader
createSAXReader() - Method in class org.apache.commons.jelly.tags.html.ParseTag
Factory method to create a new SAXReader
createStaticTag(String, String, String, Attributes) - Method in class org.apache.commons.jelly.parser.XMLParser
Factory method to create a static Tag that represents some static content.
createStylesheet(XMLOutput) - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
Factory method to create a new stylesheet
createSuite() - Method in class org.apache.commons.jelly.tags.junit.SuiteTag
Factory method to create a new TestSuite
createTag() - Method in class org.apache.commons.jelly.impl.TagScript
Factory method to create a new Tag instance.
createTag() - Method in class org.apache.commons.jelly.impl.DefaultTagFactory
 
createTag() - Method in interface org.apache.commons.jelly.impl.TagFactory
 
createTag(String) - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
Creates a new Tag for the given tag name if it exists
createTag(String) - Method in class org.apache.commons.jelly.tags.ant.AntTagLibrary
A helper method which creates an AntTag instance for the given element name
createTag(String, Attributes) - Method in class org.apache.commons.jelly.TagLibrary
Creates a new Tag for the given tag name and attributes
createTag(String, String, Attributes) - Method in class org.apache.commons.jelly.parser.XMLParser
Factory method to create new Tag script for the given namespaceURI and name or return null if this is not a custom Tag.
createTagScript(String, Attributes) - Method in class org.apache.commons.jelly.TagLibrary
Creates a new script to execute the given tag name and attributes
createTagScript(String, Attributes) - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
Creates a new script to execute the given tag name and attributes
createTagScript(String, Attributes) - Method in class org.apache.commons.jelly.tags.ant.AntTagLibrary
Creates a new script to execute the given tag name and attributes
createTagScript(String, Attributes) - Method in class org.apache.commons.jelly.tags.jeez.JeezTagLibrary
 
createTagScript(String, Attributes) - Method in class org.apache.commons.jelly.tags.swing.SwingTagLibrary
Creates a new script to execute the given tag name and attributes
createTask(String) - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
createTask(String, Class) - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
createTestSuite(Class, String) - Static method in class org.apache.commons.jelly.tags.junit.JellyTestSuite
Helper method to create a test suite from a file name on the class path in the package of the given class.
createTestSuite(URL) - Static method in class org.apache.commons.jelly.tags.junit.JellyTestSuite
Helper method to create a test suite from the given Jelly script
createXMLOutput() - Method in class org.apache.commons.jelly.tags.core.FileTag
 
createXMLOutput(OutputStream) - Static method in class org.apache.commons.jelly.XMLOutput
Creates a text based XMLOutput which converts all XML events into text and writes to the underlying OutputStream.
createXMLOutput(OutputStream, boolean) - Static method in class org.apache.commons.jelly.XMLOutput
Creates a text based XMLOutput which converts all XML events into text and writes to the underlying OutputStream.
createXMLOutput(Writer) - Static method in class org.apache.commons.jelly.XMLOutput
Creates a text based XMLOutput which converts all XML events into text and writes to the underlying Writer.
createXMLOutput(Writer, boolean) - Static method in class org.apache.commons.jelly.XMLOutput
Creates a text based XMLOutput which converts all XML events into text and writes to the underlying Writer.
createXMLOutput(XMLReader) - Static method in class org.apache.commons.jelly.XMLOutput
Creates an XMLOutput from an existing SAX XMLReader
createXMLOutput(XMLWriter) - Static method in class org.apache.commons.jelly.XMLOutput
Factory method to create a new XMLOutput from an XMLWriter
CronTriggerTag - class org.apache.commons.jelly.tags.quartz.CronTriggerTag.
Define a trigger using a cron time spec.
CronTriggerTag() - Constructor for class org.apache.commons.jelly.tags.quartz.CronTriggerTag
Construct.

D

dataSource - Variable in class org.apache.commons.jelly.tags.sql.SetDataSourceTag
 
dataSourceSpecified - Variable in class org.apache.commons.jelly.tags.sql.TransactionTag
 
dataSourceSpecified - Variable in class org.apache.commons.jelly.tags.sql.SqlTagSupport
 
dataSourceSpecified - Variable in class org.apache.commons.jelly.tags.sql.SetDataSourceTag
 
DataSourceUtil - class org.apache.commons.jelly.tags.sql.DataSourceUtil.
A simple DataSource utility for the standard DriverManager class.
DataSourceUtil() - Constructor for class org.apache.commons.jelly.tags.sql.DataSourceUtil
 
DataSourceWrapper - class org.apache.commons.jelly.tags.sql.DataSourceWrapper.
A simple DataSource wrapper for the standard DriverManager class.
DataSourceWrapper() - Constructor for class org.apache.commons.jelly.tags.sql.DataSourceWrapper
 
DateParamTag - class org.apache.commons.jelly.tags.sql.DateParamTag.
Tag handler for <Param> in JSTL, used to set parameter values for a SQL statement.
DateParamTag() - Constructor for class org.apache.commons.jelly.tags.sql.DateParamTag
 
DebugTag - class org.apache.commons.jelly.tags.log.DebugTag.
A tag which generates DEBUG level logging statement using the given category name.
DebugTag() - Constructor for class org.apache.commons.jelly.tags.log.DebugTag
 
DefaultTagFactory - class org.apache.commons.jelly.impl.DefaultTagFactory.
DefaultTagFactory a default implementation of TagFactory which creates new instances of a given class.
DefaultTagFactory() - Constructor for class org.apache.commons.jelly.impl.DefaultTagFactory
 
DefaultTagFactory(Class) - Constructor for class org.apache.commons.jelly.impl.DefaultTagFactory
 
DefaultTagLibraryResolver - class org.apache.commons.jelly.impl.DefaultTagLibraryResolver.
DefaultTagLibraryResolver is a default implemenation which attempts to interpret the URI as a String called 'jelly:className' and class load the given Java class.
DefaultTagLibraryResolver() - Constructor for class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
 
DefineTagLibrary - class org.apache.commons.jelly.tags.define.DefineTagLibrary.
Describes the Taglib.
DefineTagLibrary() - Constructor for class org.apache.commons.jelly.tags.define.DefineTagLibrary
 
DefineTagSupport - class org.apache.commons.jelly.tags.define.DefineTagSupport.
An abstract base class useful for implementation inheritence.
DefineTagSupport() - Constructor for class org.apache.commons.jelly.tags.define.DefineTagSupport
 
DeleteTag - class org.apache.commons.jelly.tags.http.DeleteTag.
Performs a HTTP POST request fron a given URL.
DeleteTag() - Constructor for class org.apache.commons.jelly.tags.http.DeleteTag
 
DestinationTag - class org.apache.commons.jelly.tags.jms.DestinationTag.
Creates a Destination object from a String name.
DestinationTag() - Constructor for class org.apache.commons.jelly.tags.jms.DestinationTag
 
DimensionConverter - class org.apache.commons.jelly.tags.swing.converters.DimensionConverter.
A Converter that turns Strings in the form "width, height" into Dimension objects
DimensionConverter() - Constructor for class org.apache.commons.jelly.tags.swing.converters.DimensionConverter
 
directories() - Method in class org.apache.commons.jelly.tags.ant.FileScanner
 
doFinally() - Method in class org.apache.commons.jelly.tags.sql.TransactionTag
Restores the Connection to its initial state and closes it.
doTag(XMLOutput) - Method in interface org.apache.commons.jelly.Tag
Evaluates this tag after all the tags properties have been initialized.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.impl.DynamicBeanTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.impl.StaticTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.impl.DynamicTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.impl.DynamicDynaBeanTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ImportTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.WhenTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ExprTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.IncludeTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.JellyTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.NewTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.OtherwiseTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ThreadTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.CatchTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ChooseTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.SetTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.IfTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.FileTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.WhitespaceTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.CopyTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.IfTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.ElementTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.ForEachTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.CopyOfTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.AttributeTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.ParseTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.ExprTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.SetTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.DynaBeanTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.BeanTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.ScriptTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.InvokeTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.TagTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.InvokeBodyTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.TaglibTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.ClassLoaderTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.AttributeTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.sql.TransactionTag
Prepares for execution by setting the initial state, such as getting the Connection and preparing it for the transaction.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.sql.DriverTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.sql.QueryTag
Execute the SQL statement, set either through the sql attribute or as the body, and save the result as a variable named by the var attribute in the scope specified by the scope attribute, as an object that implements the Result interface.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.sql.DateParamTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.sql.ResultSetTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.sql.UpdateTag
Execute the SQL statement, set either through the sql attribute or as the body, and save the result as a variable named by the var attribute in the scope specified by the scope attribute, as an object that implements the Result interface.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.sql.ParamTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.sql.RowTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.sql.SetDataSourceTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jsl.StyleTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jsl.ApplyTemplatesTag
By default just evaluate the body
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.ant.FileScannerTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.werkz.AttainGoalTag
Evaluate the body to register all the various goals and pre/post conditions then run all the current targets
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.werkz.GoalTag
Evaluate the body to register all the various goals and pre/post conditions then run all the current targets
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.werkz.AttainTag
Evaluate the body to register all the various goals and pre/post conditions then run all the current targets
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.werkz.PostGoalTag
Evaluate the body to register all the various goals and pre/post conditions then run all the current targets
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.werkz.PreGoalTag
Evaluate the body to register all the various goals and pre/post conditions then run all the current targets
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.werkz.ProjectTag
Evaluate the body to register all the various goals and pre/post conditions then run all the current targets
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.werkz.PostActionTag
Evaluate the body to register all the various goals and pre/post conditions then run all the current targets
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.werkz.PreActionTag
Evaluate the body to register all the various goals and pre/post conditions then run all the current targets
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.log.FatalTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.log.InfoTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.log.WarnTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.log.TraceTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.log.DebugTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.log.ErrorTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.ojb.BrokerTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.ojb.StoreTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jms.DestinationTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jms.SendTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jms.MessageTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jms.ConnectionTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jms.PropertyTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jms.ReceiveTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.jms.MapEntryTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.validate.VerifierTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.validate.ValidateTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.validate.AssertValidTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.http.MethodSupportTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.http.HeaderTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.interaction.AskTag
Perform functionality provided by the tag
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.antlr.AntlrTag
Evaluate the body to register all the various goals and pre/post conditions then run all the current targets
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.antlr.GrammarTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.util.TokenizeTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.html.ParseTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.junit.SuiteTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.junit.RunTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.junit.FailTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.junit.CaseTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.junit.AssertTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.junit.AssertEqualsTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.ActionTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.quartz.CronTriggerTag
Perform this tag.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.quartz.WaitForSchedulerTag
Perform this tag.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.quartz.JobTag
Perform this tag.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.dynabean.PropertyTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.dynabean.SetTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.dynabean.DynaclassTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.dynabean.DynabeanTag
 
driverClassName - Variable in class org.apache.commons.jelly.tags.sql.SetDataSourceTag
 
DriverTag - class org.apache.commons.jelly.tags.sql.DriverTag.
Tag handler for <Driver> in JSTL, used to create a simple DataSource for prototyping.
DriverTag() - Constructor for class org.apache.commons.jelly.tags.sql.DriverTag
 
DynabeanTag - class org.apache.commons.jelly.tags.dynabean.DynabeanTag.
A tag which conditionally evaluates its body based on some condition
DynaBeanTag - class org.apache.commons.jelly.tags.define.DynaBeanTag.
Binds a Java bean to the given named Jelly tag so that the attributes of the tag set the bean properties..
DynabeanTag() - Constructor for class org.apache.commons.jelly.tags.dynabean.DynabeanTag
 
DynaBeanTag() - Constructor for class org.apache.commons.jelly.tags.define.DynaBeanTag
 
DynabeanTagLibrary - class org.apache.commons.jelly.tags.dynabean.DynabeanTagLibrary.
Describes the Taglib.
DynabeanTagLibrary() - Constructor for class org.apache.commons.jelly.tags.dynabean.DynabeanTagLibrary
 
DynaBeanTagSupport - class org.apache.commons.jelly.DynaBeanTagSupport.
DynaBeanTag is a DynaTag implementation which uses a DynaBean to store its attribute values in.
DynaBeanTagSupport() - Constructor for class org.apache.commons.jelly.DynaBeanTagSupport
 
DynaBeanTagSupport(DynaBean) - Constructor for class org.apache.commons.jelly.DynaBeanTagSupport
 
DynaclassTag - class org.apache.commons.jelly.tags.dynabean.DynaclassTag.
A tag which creates and defines and creates a DynaClass The DynaClass object is placed by name in the context, so that a DynaBean tag can use it by name to instantiate a DynaBean object
DynaclassTag() - Constructor for class org.apache.commons.jelly.tags.dynabean.DynaclassTag
 
DynamicBeanTag - class org.apache.commons.jelly.impl.DynamicBeanTag.
This tag is bound onto a Java Bean class.
DynamicBeanTag(Class, Map, String, Method) - Constructor for class org.apache.commons.jelly.impl.DynamicBeanTag
 
DynamicDynaBeanTag - class org.apache.commons.jelly.impl.DynamicDynaBeanTag.
This tag is bound onto a DynaClass instance.
DynamicDynaBeanTag(DynaClass, Map, String) - Constructor for class org.apache.commons.jelly.impl.DynamicDynaBeanTag
 
DynamicTag - class org.apache.commons.jelly.impl.DynamicTag.
DynamicTag is a tag that is created from inside a Jelly script as a Jelly template and will invoke a given script, passing in its instantiation attributes as variables and will allow the template to invoke its instance body.
DynamicTag() - Constructor for class org.apache.commons.jelly.impl.DynamicTag
 
DynamicTag(Script) - Constructor for class org.apache.commons.jelly.impl.DynamicTag
 
DynamicTagLibrary - class org.apache.commons.jelly.impl.DynamicTagLibrary.
DynamicTagLibrary represents a TagLibrary which gets created by running a Jelly script.
DynamicTagLibrary() - Constructor for class org.apache.commons.jelly.impl.DynamicTagLibrary
 
DynamicTagLibrary(String) - Constructor for class org.apache.commons.jelly.impl.DynamicTagLibrary
 
DynaTag - interface org.apache.commons.jelly.DynaTag.
DynaTag represents a Jelly custom tag which can take its attributes dynamically and store them in some data structure.
DynaTagScript - class org.apache.commons.jelly.impl.DynaTagScript.
DynaTagScript is a script evaluates a custom DynaTag.
DynaTagScript() - Constructor for class org.apache.commons.jelly.impl.DynaTagScript
 
DynaTagScript(TagFactory) - Constructor for class org.apache.commons.jelly.impl.DynaTagScript
 

E

ElementTag - class org.apache.commons.jelly.tags.xml.ElementTag.
A tag to produce an XML element which can contain other attributes or elements like the <xsl:element> tag.
ElementTag() - Constructor for class org.apache.commons.jelly.tags.xml.ElementTag
 
emacsMode - Variable in class org.apache.commons.jelly.tags.werkz.JellyBuildListener
Whether or not to use emacs-style output
Embedded - class org.apache.commons.jelly.impl.Embedded.
Embedded provides easy means to embed JellyEngine
and use Jelly scripts within an application
Embedded() - Constructor for class org.apache.commons.jelly.impl.Embedded
Default Constructor
EMPTY_ITERATOR - Static variable in class org.apache.commons.jelly.expression.ExpressionSupport
 
endCDATA() - Method in class org.apache.commons.jelly.XMLOutput
Report the end of a CDATA section.
endDocument() - Method in class org.apache.commons.jelly.XMLOutput
Receive notification of the end of a document.
endDocument() - Method in class org.apache.commons.jelly.parser.XMLParser
Process notification of the end of the document being reached.
endDTD() - Method in class org.apache.commons.jelly.XMLOutput
Report the end of DTD declarations.
endElement(String, String, String) - Method in class org.apache.commons.jelly.XMLOutput
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.apache.commons.jelly.parser.XMLParser
Process notification of the end of an XML element being reached.
endEntity(String) - Method in class org.apache.commons.jelly.XMLOutput
Report the end of an entity.
endNamespacePrefixes(XMLOutput) - Method in class org.apache.commons.jelly.impl.TagScript
End the new namespace prefixes mapped for the current element
endPrefixMapping(String) - Method in class org.apache.commons.jelly.XMLOutput
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class org.apache.commons.jelly.parser.XMLParser
Process notification that a namespace prefix is going out of scope.
error(SAXParseException) - Method in class org.apache.commons.jelly.parser.XMLParser
Forward notification of a parsing error to the application supplied error handler (if any).
error(String) - Method in class org.apache.commons.jelly.tags.werkz.JellySession
 
errorHandler - Variable in class org.apache.commons.jelly.parser.XMLParser
The application-supplied error handler that is notified when parsing warnings, errors, or fatal errors occur.
ErrorTag - class org.apache.commons.jelly.tags.log.ErrorTag.
A tag which generates ERROR level logging statement using the given category name.
ErrorTag() - Constructor for class org.apache.commons.jelly.tags.log.ErrorTag
 
evaluate(JellyContext) - Method in class org.apache.commons.jelly.expression.CompositeExpression
 
evaluate(JellyContext) - Method in interface org.apache.commons.jelly.expression.Expression
Evaluates the expression with the given context and returns the result
evaluate(JellyContext) - Method in class org.apache.commons.jelly.expression.ConstantExpression
Evaluate expression against given context.
evaluate(JellyContext) - Method in class org.apache.commons.jelly.expression.jexl.JexlExpression
 
evaluate(JellyContext) - Method in class org.apache.commons.jelly.tags.xml.XPathExpression
 
evaluate(JellyContext) - Method in class org.apache.commons.jelly.tags.jsl.XPathPatternExpression
 
evaluate(JellyContext) - Method in class org.apache.commons.jelly.tags.beanshell.BeanShellExpression
 
evaluate(JellyContext) - Method in class org.apache.commons.jelly.tags.bsf.BSFExpression
 
evaluateAsBoolean(JellyContext) - Method in class org.apache.commons.jelly.expression.ExpressionSupport
 
evaluateAsBoolean(JellyContext) - Method in interface org.apache.commons.jelly.expression.Expression
Evaluates the expression with the given context coercing the result to be a boolean.
evaluateAsIterator(JellyContext) - Method in class org.apache.commons.jelly.expression.ExpressionSupport
 
evaluateAsIterator(JellyContext) - Method in class org.apache.commons.jelly.expression.CompositeExpression
 
evaluateAsIterator(JellyContext) - Method in interface org.apache.commons.jelly.expression.Expression
Evaluates the expression with the given context coercing the result to be an Iterator.
evaluateAsString(JellyContext) - Method in class org.apache.commons.jelly.expression.ExpressionSupport
 
evaluateAsString(JellyContext) - Method in class org.apache.commons.jelly.expression.CompositeExpression
 
evaluateAsString(JellyContext) - Method in interface org.apache.commons.jelly.expression.Expression
Evaluates the expression with the given context coercing the result to be a String.
execute() - Method in class org.apache.commons.jelly.impl.Embedded
Execute the jelly script and capture the errors (ifany)within.
execute() - Method in class org.apache.commons.jelly.task.JellyTask
Excutes the Jelly script
execute(JobExecutionContext) - Method in class org.apache.commons.jelly.tags.quartz.JellyJob
Execute this job.
Expression - interface org.apache.commons.jelly.expression.Expression.
Expression represents an arbitrary expression using some pluggable expression language.
ExpressionFactory - interface org.apache.commons.jelly.expression.ExpressionFactory.
ExpressionFactory is a factory of Expression objects.
ExpressionScript - class org.apache.commons.jelly.impl.ExpressionScript.
ExpressionScript outputs the value of an expression as text.
ExpressionScript() - Constructor for class org.apache.commons.jelly.impl.ExpressionScript
 
ExpressionScript(Expression) - Constructor for class org.apache.commons.jelly.impl.ExpressionScript
 
ExpressionSupport - class org.apache.commons.jelly.expression.ExpressionSupport.
ExpressionSupport an abstract base class for Expression implementations which provides default implementations of some of the typesafe evaluation methods.
ExpressionSupport() - Constructor for class org.apache.commons.jelly.expression.ExpressionSupport
 
ExprTag - class org.apache.commons.jelly.tags.core.ExprTag.
A tag which evaluates an expression
ExprTag - class org.apache.commons.jelly.tags.xml.ExprTag.
A tag which performs a string XPath expression; similar to <xsl:value-of> in XSLT
ExprTag() - Constructor for class org.apache.commons.jelly.tags.core.ExprTag
 
ExprTag() - Constructor for class org.apache.commons.jelly.tags.xml.ExprTag
 

F

factory - Static variable in class org.apache.commons.jelly.parser.XMLParser
The SAXParserFactory that is created the first time we need it.
Factory - interface org.apache.commons.jelly.tags.swing.Factory.
An interface to represent a factory of beans
fail(String) - Method in class org.apache.commons.jelly.tags.junit.AssertTagSupport
Produces a failure assertion with the given message
fail(String, String) - Method in class org.apache.commons.jelly.tags.junit.AssertTagSupport
Produces a failure assertion with the given message and added detail.
failNotEquals(String, Object, Object) - Method in class org.apache.commons.jelly.tags.junit.AssertTagSupport
Produces a failure if the actual value was not equal to the expected value
FailTag - class org.apache.commons.jelly.tags.junit.FailTag.
This tag causes a failure message.
FailTag() - Constructor for class org.apache.commons.jelly.tags.junit.FailTag
 
fatalError(SAXParseException) - Method in class org.apache.commons.jelly.parser.XMLParser
Forward notification of a fatal parsing error to the application supplied error handler (if any).
FatalTag - class org.apache.commons.jelly.tags.log.FatalTag.
A tag which generates FATAL level logging statement using the given category name.
FatalTag() - Constructor for class org.apache.commons.jelly.tags.log.FatalTag
 
FileIterator - class org.apache.commons.jelly.tags.ant.FileIterator.
FileIterator is an iterator over a over a number of files from a colleciton of FileSet instances.
FileIterator(Project, Iterator) - Constructor for class org.apache.commons.jelly.tags.ant.FileIterator
 
FileIterator(Project, Iterator, boolean) - Constructor for class org.apache.commons.jelly.tags.ant.FileIterator
 
FileScanner - class org.apache.commons.jelly.tags.ant.FileScanner.
FileScanner is a bean which allows the iteration over a number of files from a colleciton of FileSet instances.
FileScanner() - Constructor for class org.apache.commons.jelly.tags.ant.FileScanner
 
FileScannerTag - class org.apache.commons.jelly.tags.ant.FileScannerTag.
A tag which creates a new FileScanner bean instance that can be used to iterate over fileSets
FileScannerTag(FileScanner) - Constructor for class org.apache.commons.jelly.tags.ant.FileScannerTag
 
FileTag - class org.apache.commons.jelly.tags.core.FileTag.
A tag that pipes its body to a file.
FileTag() - Constructor for class org.apache.commons.jelly.tags.core.FileTag
 
findAncestorWithClass(Class) - Method in class org.apache.commons.jelly.TagSupport
Searches up the parent hierarchy for a Tag of the given type
findAncestorWithClass(Tag, Class) - Static method in class org.apache.commons.jelly.TagSupport
Searches up the parent hierarchy from the given tag for a Tag of the given type
findBeanAncestor() - Method in class org.apache.commons.jelly.tags.ant.AntTag
Attempts to look up in the parent hierarchy for a tag that implements the BeanSource interface which creates a dynamic bean, or will return the parent tag, which is also a bean.
findConnection() - Method in class org.apache.commons.jelly.tags.jms.MessageOperationTag
 
findConnection() - Method in class org.apache.commons.jelly.tags.jms.MessageTag
 
findDynamicTag(JellyContext, StaticTag) - Method in class org.apache.commons.jelly.impl.StaticTagScript
Attempts to find a dynamically created tag that has been created since this script was compiled
findNamespaceURI(String) - Method in class org.apache.commons.jelly.parser.XMLParser
Return the currently mapped namespace URI for the specified prefix, if any; otherwise return null.
findVariable(String) - Method in class org.apache.commons.jelly.JellyContext
Finds the variable value of the given name in this context or in any other parent context.
flush() - Method in class org.apache.commons.jelly.XMLOutput
 
ForEachTag - class org.apache.commons.jelly.tags.core.ForEachTag.
A tag which performs an iteration over the results of an XPath expression
ForEachTag - class org.apache.commons.jelly.tags.xml.ForEachTag.
A tag which performs an iteration over the results of an XPath expression
ForEachTag() - Constructor for class org.apache.commons.jelly.tags.core.ForEachTag
 
ForEachTag() - Constructor for class org.apache.commons.jelly.tags.xml.ForEachTag
 

G

getAction() - Method in class org.apache.commons.jelly.tags.swing.ActionTag
 
getAntProject() - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
getAttributes() - Method in class org.apache.commons.jelly.MapTagSupport
Helper method which allows derived tags to access the attributes associated with this tag
getBean() - Method in class org.apache.commons.jelly.impl.DynamicBeanTag
 
getBean() - Method in class org.apache.commons.jelly.impl.DynamicDynaBeanTag
 
getBean() - Method in interface org.apache.commons.jelly.impl.BeanSource
 
getBean() - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
 
getBody() - Method in interface org.apache.commons.jelly.Tag
 
getBody() - Method in class org.apache.commons.jelly.TagSupport
 
getBodyText() - Method in class org.apache.commons.jelly.TagSupport
Evaluates the given body using a buffer and returns the String of the result.
getBodyText(boolean) - Method in class org.apache.commons.jelly.TagSupport
Evaluates the given body using a buffer and returns the String of the result.
getBroker() - Method in class org.apache.commons.jelly.tags.ojb.BrokerTag
 
getBroker() - Method in class org.apache.commons.jelly.tags.ojb.StoreTag
 
getBSFEngine() - Method in class org.apache.commons.jelly.tags.bsf.BSFExpressionFactory
 
getBSFManager() - Method in class org.apache.commons.jelly.tags.bsf.BSFExpressionFactory
 
getCause() - Method in class org.apache.commons.jelly.JellyException
 
getClassLoader() - Method in class org.apache.commons.jelly.JellyContext
Return the class loader to be used for instantiating application objects when required.
getClassLoader() - Method in class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
Return the class loader to be used for instantiating application objects when required.
getClassLoader() - Method in class org.apache.commons.jelly.parser.XMLParser
Return the class loader to be used for instantiating application objects when required.
getClassLoader() - Method in class org.apache.commons.jelly.tags.core.NewTag
Return the class loader to be used for instantiating application objects when required.
getClassLoader() - Method in class org.apache.commons.jelly.tags.define.BeanTag
 
getClassLoader() - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
 
getColumnNames() - Method in class org.apache.commons.jelly.tags.sql.ResultImpl
Returns an array of String objects.
getColumnNumber() - Method in class org.apache.commons.jelly.JellyException
 
getColumnNumber() - Method in class org.apache.commons.jelly.impl.TagScript
 
getComponent() - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
 
getConnection() - Method in class org.apache.commons.jelly.tags.sql.DataSourceWrapper
Returns a Connection using the DriverManager and all set properties.
getConnection() - Method in class org.apache.commons.jelly.tags.sql.SqlTagSupport
 
getConnection() - Method in class org.apache.commons.jelly.tags.jms.MessageOperationTag
 
getConnection() - Method in class org.apache.commons.jelly.tags.jms.MessageTag
 
getConnection() - Method in class org.apache.commons.jelly.tags.jms.ConnectionTag
 
getConnection() - Method in interface org.apache.commons.jelly.tags.jms.ConnectionContext
 
getConnection() - Method in class org.apache.commons.jelly.tags.http.MethodSupportTag
 
getConnection(String, String) - Method in class org.apache.commons.jelly.tags.sql.DataSourceWrapper
Always throws a SQLException.
getConnectionManager() - Method in class org.apache.commons.jelly.tags.http.MethodSupportTag
 
getContentHandler() - Method in class org.apache.commons.jelly.XMLOutput
 
getContext() - Method in interface org.apache.commons.jelly.Tag
Gets the context in which the tag will be run
getContext() - Method in class org.apache.commons.jelly.TagSupport
 
getContext() - Method in class org.apache.commons.jelly.impl.Embedded
Method getContext.
getContext() - Method in class org.apache.commons.jelly.parser.XMLParser
 
getCurrentURL() - Method in class org.apache.commons.jelly.JellyContext
 
getDefaultValue() - Method in class org.apache.commons.jelly.impl.Attribute
Returns the defaultValue.
getDestination() - Method in class org.apache.commons.jelly.tags.jms.MessageOperationTag
 
getDynaBean() - Method in class org.apache.commons.jelly.DynaBeanTagSupport
 
getDynaClass() - Method in class org.apache.commons.jelly.tags.define.DynaBeanTag
Returns the dynaClass.
getElementName() - Method in class org.apache.commons.jelly.JellyException
 
getElementName() - Method in class org.apache.commons.jelly.impl.TagScript
 
getErrorHandler() - Method in class org.apache.commons.jelly.parser.XMLParser
Return the error handler for this XMLParser.
getErrorHandler() - Method in class org.apache.commons.jelly.tags.validate.ValidateTag
 
getErrorMsg() - Method in class org.apache.commons.jelly.impl.Embedded
Returns the errorMsg.
getExpression() - Method in class org.apache.commons.jelly.impl.ExpressionScript
 
getExpressionFactory() - Method in class org.apache.commons.jelly.TagLibrary
Allows derived tag libraries to use their own factory
getExpressionFactory() - Method in class org.apache.commons.jelly.parser.XMLParser
 
getExpressionFactory() - Method in class org.apache.commons.jelly.tags.beanshell.BeanShellTagLibrary
Allows derived tag libraries to use their own factory
getExpressionFactory() - Method in class org.apache.commons.jelly.tags.bsf.BSFTagLibrary
Allows derived tag libraries to use their own factory
getExpressions() - Method in class org.apache.commons.jelly.expression.CompositeExpression
 
getFactory(String) - Method in class org.apache.commons.jelly.tags.swing.SwingTagLibrary
 
getFactoryMap() - Method in class org.apache.commons.jelly.tags.swing.SwingTagLibrary
 
getFileName() - Method in class org.apache.commons.jelly.JellyException
 
getFileName() - Method in class org.apache.commons.jelly.impl.TagScript
 
getFileScanner() - Method in class org.apache.commons.jelly.tags.ant.FileScannerTag
 
getGeneratedFile(String) - Method in class org.apache.commons.jelly.tags.antlr.AntlrTag
 
getGoal(String) - Method in class org.apache.commons.jelly.tags.werkz.WerkzTagSupport
 
getGroup() - Method in class org.apache.commons.jelly.tags.quartz.CronTriggerTag
Retrieve the group.
getGroup() - Method in class org.apache.commons.jelly.tags.quartz.JobTag
Retrieve the group of this job.
getInitParameter(String) - Method in class org.apache.commons.jelly.tags.sql.DriverTag
 
getIntrospector() - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
 
getIntrospector() - Method in class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
 
getInvokeMethod(Class) - Method in class org.apache.commons.jelly.tags.define.BeanTag
Extracts the invoke method for the class if one is used.
getInvokeMethod(Class) - Method in class org.apache.commons.jelly.tags.define.JellyBeanTag
 
getJellyContext() - Method in class org.apache.commons.jelly.Jelly
The context to use
getJellyContext() - Method in class org.apache.commons.jelly.tags.beanshell.JellyInterpreter
 
getJellyContext() - Method in class org.apache.commons.jelly.tags.bsf.JellyContextRegistry
 
getJellyContext() - Method in class org.apache.commons.jelly.task.JellyTask
The context to use
getJellyContextURL(URL) - Method in class org.apache.commons.jelly.JellyContext
Strips off the name of a script to create a new context URL
getJobGroup() - Method in class org.apache.commons.jelly.tags.quartz.CronTriggerTag
Retrieve the job group.
getJobName() - Method in class org.apache.commons.jelly.tags.quartz.CronTriggerTag
Retrieve the job name.
getLanguage() - Method in class org.apache.commons.jelly.tags.bsf.BSFExpressionFactory
 
getLexicalHandler() - Method in class org.apache.commons.jelly.XMLOutput
 
getLineNumber() - Method in class org.apache.commons.jelly.JellyException
 
getLineNumber() - Method in class org.apache.commons.jelly.impl.TagScript
 
getLocalName() - Method in class org.apache.commons.jelly.impl.StaticTag
 
getLog() - Method in class org.apache.commons.jelly.tags.log.LogTagSupport
 
getLogger() - Method in class org.apache.commons.jelly.parser.XMLParser
Return the current Logger associated with this instance of the XMLParser
getLoginTimeout() - Method in class org.apache.commons.jelly.tags.sql.DataSourceWrapper
Always throws a SQLException.
getLogWriter() - Method in class org.apache.commons.jelly.tags.sql.DataSourceWrapper
Always throws a SQLException.
getMessage() - Method in class org.apache.commons.jelly.JellyException
 
getMessage() - Method in class org.apache.commons.jelly.tags.jms.SendTag
 
getMessage() - Method in class org.apache.commons.jelly.tags.jms.MessageTag
 
getMessage() - Method in class org.apache.commons.jelly.tags.junit.FailTag
 
getMessage(String) - Static method in class org.apache.commons.jelly.tags.Resources
Retrieves a message with no arguments.
getMessage(String, Object) - Static method in class org.apache.commons.jelly.tags.Resources
Retrieves a message with one argument.
getMessage(String, Object[]) - Static method in class org.apache.commons.jelly.tags.Resources
Retrieves a message with arbitrarily many arguments.
getMessage(String, Object, Object) - Static method in class org.apache.commons.jelly.tags.Resources
Retrieves a message with two arguments.
getMessage(String, Object, Object, Object) - Static method in class org.apache.commons.jelly.tags.Resources
Retrieves a message with three arguments.
getMessage(String, Object, Object, Object, Object) - Static method in class org.apache.commons.jelly.tags.Resources
Retrieves a message with four arguments.
getMessage(String, Object, Object, Object, Object, Object) - Static method in class org.apache.commons.jelly.tags.Resources
Retrieves a message with five arguments.
getMessage(String, Object, Object, Object, Object, Object, Object) - Static method in class org.apache.commons.jelly.tags.Resources
Retrieves a message with six arguments.
getMethod() - Method in class org.apache.commons.jelly.tags.define.JellyBeanTag
 
getMethod() - Method in class org.apache.commons.jelly.tags.http.MethodSupportTag
 
getMethod() - Method in class org.apache.commons.jelly.tags.http.DeleteTag
 
getMethod() - Method in class org.apache.commons.jelly.tags.http.PostTag
 
getMethod() - Method in class org.apache.commons.jelly.tags.http.PutTag
 
getMethod() - Method in class org.apache.commons.jelly.tags.http.GetTag
 
getMissingAttribute() - Method in class org.apache.commons.jelly.MissingAttributeException
 
getMode() - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
Getter for property mode.
getName() - Method in class org.apache.commons.jelly.impl.Attribute
Returns the name.
getName() - Method in class org.apache.commons.jelly.tags.xml.ElementTag
 
getName() - Method in class org.apache.commons.jelly.tags.xml.AttributeTag
 
getName() - Method in class org.apache.commons.jelly.tags.define.TagTag
 
getName() - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
Getter for property name.
getName() - Method in class org.apache.commons.jelly.tags.werkz.CallbackTagSupport
 
getName() - Method in class org.apache.commons.jelly.tags.werkz.AttainGoalTag
 
getName() - Method in class org.apache.commons.jelly.tags.werkz.GoalTag
 
getName() - Method in class org.apache.commons.jelly.tags.junit.SuiteTag
 
getName() - Method in class org.apache.commons.jelly.tags.junit.CaseTag
 
getName() - Method in class org.apache.commons.jelly.tags.quartz.CronTriggerTag
Retrieve the name.
getName() - Method in class org.apache.commons.jelly.tags.quartz.JobTag
Retrieve the name of this job.
getOutputDir() - Method in class org.apache.commons.jelly.tags.antlr.AntlrTag
 
getParent() - Method in interface org.apache.commons.jelly.Tag
 
getParent() - Method in class org.apache.commons.jelly.TagSupport
 
getParent() - Method in class org.apache.commons.jelly.JellyContext
 
getParent() - Method in class org.apache.commons.jelly.impl.TagScript
Returns the parent.
getParent() - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
Returns the parent library which will be used to resolve unknown tags.
getParser() - Method in class org.apache.commons.jelly.parser.XMLParser
Return the SAXParser we will use to parse the input stream.
getPrereqs() - Method in class org.apache.commons.jelly.tags.werkz.GoalTag
 
getPriority() - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
Getter for property priority.
getProject() - Method in class org.apache.commons.jelly.tags.werkz.WerkzTagSupport
 
getProject() - Method in class org.apache.commons.jelly.tags.werkz.ProjectTag
 
getProject(JellyContext) - Static method in class org.apache.commons.jelly.tags.ant.AntTagLibrary
A helper method which will attempt to find a project in the current context or install one if need be.
getProperties() - Method in class org.apache.commons.jelly.tags.ant.JellyPropsHandler
Retrieve all ant properties.
getProperty(String) - Method in class org.apache.commons.jelly.tags.ant.JellyPropsHandler
Retrieve an ant property.
getPropertyClass() - Method in class org.apache.commons.jelly.tags.dynabean.PropertyTag
Returns the Class for this property
getQName() - Method in class org.apache.commons.jelly.impl.StaticTag
 
getReader() - Method in class org.apache.commons.jelly.parser.XMLParser
Deprecated. Use getXMLReader() instead, which can throw a SAXException if the reader cannot be instantiated
getReason() - Method in class org.apache.commons.jelly.JellyException
 
getResource(String) - Method in class org.apache.commons.jelly.JellyContext
Returns a URL for the given resource from the specified path.
getResourceAsStream(String) - Method in class org.apache.commons.jelly.JellyContext
Attempts to open an InputStream to the given resource at the specified path.
getResult() - Method in class org.apache.commons.jelly.tags.junit.RunTag
Returns the TestResult used to capture the output of the test.
getRootContext() - Method in class org.apache.commons.jelly.Jelly
Gets the root context
getRootContext() - Method in class org.apache.commons.jelly.task.JellyTask
Gets the root context
getRootURL() - Method in class org.apache.commons.jelly.JellyContext
 
getRowCount() - Method in class org.apache.commons.jelly.tags.sql.ResultImpl
Returns the number of rows in the cached ResultSet
getRows() - Method in class org.apache.commons.jelly.tags.sql.ResultImpl
Returns an array of SortedMap objects.
getRowsByIndex() - Method in class org.apache.commons.jelly.tags.sql.ResultImpl
Returns an array of Object[] objects.
getSAXReader() - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
 
getScheduler() - Method in class org.apache.commons.jelly.tags.quartz.QuartzTagSupport
Retrieve or create a scheduler.
getScope(String) - Method in class org.apache.commons.jelly.JellyContext
 
getScriptList() - Method in class org.apache.commons.jelly.impl.ScriptBlock
Gets the child scripts that make up this block.
getServiceDiscovery() - Method in class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
 
getSession() - Method in class org.apache.commons.jelly.tags.werkz.AttainTag
 
getSharedConnection() - Method in class org.apache.commons.jelly.tags.sql.TransactionTag
Called by nested parameter elements to get a reference to the Connection.
getSource() - Method in class org.apache.commons.jelly.tags.jsl.StyleTag
 
getSource() - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
 
getSpec() - Method in class org.apache.commons.jelly.tags.quartz.CronTriggerTag
Retrieve the cron time spec.
getState() - Method in class org.apache.commons.jelly.tags.http.MethodSupportTag
 
getStylesheet() - Method in class org.apache.commons.jelly.tags.jsl.StyleTag
 
getStylesheet() - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
 
getSuite() - Method in class org.apache.commons.jelly.tags.junit.SuiteTag
 
getSuite() - Method in class org.apache.commons.jelly.tags.junit.CaseTag
Strategy method to find the corrent TestSuite to add a new Test case to
GetTag - class org.apache.commons.jelly.tags.http.GetTag.
Performs a HTTP GET request fron a given URL.
getTag() - Method in class org.apache.commons.jelly.impl.TagScript
 
GetTag() - Constructor for class org.apache.commons.jelly.tags.http.GetTag
 
getTagBody() - Method in class org.apache.commons.jelly.impl.TagScript
Returns the tagBody.
getTagClass() - Method in class org.apache.commons.jelly.impl.DefaultTagFactory
Returns the tagClass.
getTagClasses() - Method in class org.apache.commons.jelly.TagLibrary
 
getTagFactory() - Method in class org.apache.commons.jelly.impl.TagScript
Returns the Factory of Tag instances.
getTagLibrary() - Method in class org.apache.commons.jelly.tags.define.DefineTagSupport
 
getTagLibrary() - Method in class org.apache.commons.jelly.tags.define.TaglibTag
 
getTagLibrary() - Method in class org.apache.commons.jelly.tags.jeez.TagDefTag
 
getTagLibrary(String) - Method in class org.apache.commons.jelly.JellyContext
 
getTagName() - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
getTaskObject() - Method in interface org.apache.commons.jelly.tags.ant.TaskSource
 
getTaskObject() - Method in class org.apache.commons.jelly.tags.ant.AntTag
Retrieve the general object underlying this tag.
getTaskObject() - Method in class org.apache.commons.jelly.tags.ant.FileScannerTag
 
getTemplate() - Method in class org.apache.commons.jelly.impl.DynamicTag
The template to be executed by this tag which may well invoke this instances body from inside the template
getTest() - Method in class org.apache.commons.jelly.tags.junit.RunTag
Returns the Test to be ran.
getText() - Method in class org.apache.commons.jelly.impl.TextScript
 
getTimeout() - Method in class org.apache.commons.jelly.tags.jms.ReceiveTag
 
getUri() - Method in class org.apache.commons.jelly.impl.StaticTag
 
getUri() - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
 
getUri() - Method in class org.apache.commons.jelly.tags.define.TaglibTag
 
getURI() - Method in class org.apache.commons.jelly.tags.xml.ElementTag
 
getUrl() - Method in class org.apache.commons.jelly.Jelly
 
getUrl() - Method in class org.apache.commons.jelly.tags.define.ClassLoaderTag
 
getUrl() - Method in class org.apache.commons.jelly.tags.http.MethodSupportTag
 
getUrl() - Method in class org.apache.commons.jelly.task.JellyTask
 
getUseContextClassLoader() - Method in class org.apache.commons.jelly.JellyContext
Return the boolean as to whether the context classloader should be used.
getUseContextClassLoader() - Method in class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
Return the boolean as to whether the context classloader should be used.
getUseContextClassLoader() - Method in class org.apache.commons.jelly.parser.XMLParser
Return the boolean as to whether the context classloader should be used.
getUseContextClassLoader() - Method in class org.apache.commons.jelly.tags.core.NewTag
Return the boolean as to whether the context classloader should be used.
getValidate() - Method in class org.apache.commons.jelly.tags.xml.ParseTag
 
getValidating() - Method in class org.apache.commons.jelly.parser.XMLParser
Return the validating parser flag.
getValue() - Method in class org.apache.commons.jelly.expression.ConstantExpression
Gets the constant value of this expression
getVar() - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
The variable name that will be used for the Document variable created
getVar() - Method in class org.apache.commons.jelly.tags.define.ScriptTag
 
getVar() - Method in class org.apache.commons.jelly.tags.define.ClassLoaderTag
 
getVar() - Method in class org.apache.commons.jelly.tags.jms.ReceiveTag
 
getVar() - Method in class org.apache.commons.jelly.tags.dynabean.DynaclassTag
 
getVar() - Method in class org.apache.commons.jelly.tags.dynabean.DynabeanTag
 
getVariable(String) - Method in class org.apache.commons.jelly.JellyContext
 
getVariable(String) - Method in class org.apache.commons.jelly.task.AntJellyContext
 
getVariable(String, String) - Method in class org.apache.commons.jelly.JellyContext
 
getVariableNames() - Method in class org.apache.commons.jelly.JellyContext
 
getVariableNames() - Method in class org.apache.commons.jelly.task.AntJellyContext
 
getVariables() - Method in class org.apache.commons.jelly.JellyContext
 
getVariables() - Method in class org.apache.commons.jelly.task.AntJellyContext
 
getVariableValue(String, String, String) - Method in class org.apache.commons.jelly.tags.xml.XPathExpression
 
getVariableValue(String, String, String) - Method in class org.apache.commons.jelly.tags.jsl.XPathPatternExpression
 
getXMLOutput() - Method in class org.apache.commons.jelly.task.JellyTask
 
getXMLReader() - Method in class org.apache.commons.jelly.parser.XMLParser
Return the XMLReader to be used for parsing the input document.
getXPathContext() - Method in class org.apache.commons.jelly.tags.xml.XPathTagSupport
 
getXPathContext() - Method in class org.apache.commons.jelly.tags.xml.IfTag
 
getXPathSource() - Method in interface org.apache.commons.jelly.tags.xml.XPathSource
 
getXPathSource() - Method in class org.apache.commons.jelly.tags.xml.ForEachTag
 
getXPathSource() - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
 
getXPathSource() - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
 
GoalTag - class org.apache.commons.jelly.tags.werkz.GoalTag.
Implements a <target> tag which is similar to the Ant equivalent tag but is based on the Werkz goal engine.
GoalTag() - Constructor for class org.apache.commons.jelly.tags.werkz.GoalTag
 
GrammarTag - class org.apache.commons.jelly.tags.antlr.GrammarTag.
 
GrammarTag() - Constructor for class org.apache.commons.jelly.tags.antlr.GrammarTag
 

H

handleException(Exception) - Method in class org.apache.commons.jelly.impl.TagScript
A helper method to handle this non-Jelly exception.
handleException(JellyException) - Method in class org.apache.commons.jelly.impl.TagScript
A helper method to handle this Jelly exception.
handleValid(boolean) - Method in class org.apache.commons.jelly.tags.validate.ValidateTag
Processes whether or not the document is valid.
handleValid(boolean) - Method in class org.apache.commons.jelly.tags.validate.AssertValidTag
Processes whether or not the document is valid.
hasFiles() - Method in class org.apache.commons.jelly.tags.ant.FileScanner
 
hasNext() - Method in class org.apache.commons.jelly.tags.ant.FileIterator
 
hasParameters() - Method in class org.apache.commons.jelly.tags.sql.SqlTagSupport
 
hasTrimmed - Variable in class org.apache.commons.jelly.TagSupport
 
HeaderTag - class org.apache.commons.jelly.tags.http.HeaderTag.
Defines a header on an outer HTTP tag
HeaderTag() - Constructor for class org.apache.commons.jelly.tags.http.HeaderTag
 
HTMLTagLibrary - class org.apache.commons.jelly.tags.html.HTMLTagLibrary.
Describes the Taglib.
HTMLTagLibrary() - Constructor for class org.apache.commons.jelly.tags.html.HTMLTagLibrary
 
HttpTagLibrary - class org.apache.commons.jelly.tags.http.HttpTagLibrary.
Describes the Taglib.
HttpTagLibrary() - Constructor for class org.apache.commons.jelly.tags.http.HttpTagLibrary
 

I

IfTag - class org.apache.commons.jelly.tags.core.IfTag.
A tag which conditionally evaluates its body based on some condition
IfTag - class org.apache.commons.jelly.tags.xml.IfTag.
Evaluates the XPath expression to be a boolean and only evaluates the body if the expression is true.
IfTag() - Constructor for class org.apache.commons.jelly.tags.core.IfTag
 
IfTag() - Constructor for class org.apache.commons.jelly.tags.xml.IfTag
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.commons.jelly.XMLOutput
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.commons.jelly.parser.XMLParser
Process notification of ignorable whitespace received from the body of an XML element.
ImportTag - class org.apache.commons.jelly.tags.core.ImportTag.
Imports another script.
ImportTag() - Constructor for class org.apache.commons.jelly.tags.core.ImportTag
 
IncludeTag - class org.apache.commons.jelly.tags.core.IncludeTag.
A tag which conditionally evaluates its body based on some condition
IncludeTag() - Constructor for class org.apache.commons.jelly.tags.core.IncludeTag
 
info(String) - Method in class org.apache.commons.jelly.tags.werkz.JellySession
 
InfoTag - class org.apache.commons.jelly.tags.log.InfoTag.
A tag which generates INFO level logging statement using the given category name.
InfoTag() - Constructor for class org.apache.commons.jelly.tags.log.InfoTag
 
InteractionTagLibrary - class org.apache.commons.jelly.tags.interaction.InteractionTagLibrary.
A TagLibrary to interact with the user.
InteractionTagLibrary() - Constructor for class org.apache.commons.jelly.tags.interaction.InteractionTagLibrary
Registers all the Tags.
IntrospectorTag - class org.apache.commons.jelly.tags.betwixt.IntrospectorTag.
Creates a Betwixt XMLIntrospector instance that can be used by the other Betwixt tags.
IntrospectorTag() - Constructor for class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
 
invokeBody(XMLOutput) - Method in interface org.apache.commons.jelly.Tag
A helper method to invoke this tags body
invokeBody(XMLOutput) - Method in class org.apache.commons.jelly.TagSupport
Invokes the body of this tag using the given output
InvokeBodyTag - class org.apache.commons.jelly.tags.define.InvokeBodyTag.
<invokeBody> tag is used inside a <tag> tag (i.e.
InvokeBodyTag() - Constructor for class org.apache.commons.jelly.tags.define.InvokeBodyTag
 
invokeScript(XMLOutput, WindowEvent, Script) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
 
InvokeTag - class org.apache.commons.jelly.tags.define.InvokeTag.
The <invoke> tag will invoke a given Script instance.
InvokeTag() - Constructor for class org.apache.commons.jelly.tags.define.InvokeTag
 
isBlockEvaluated() - Method in class org.apache.commons.jelly.tags.core.ChooseTag
 
isCacheTags() - Method in class org.apache.commons.jelly.JellyContext
Returns whether caching of Tag instances, per thread, is enabled.
isDebug() - Method in class org.apache.commons.jelly.tags.werkz.JellyBuildListener
 
isDebug(boolean) - Method in class org.apache.commons.jelly.tags.werkz.JellyBuildListener
 
isExport() - Method in class org.apache.commons.jelly.JellyContext
 
isExport() - Method in class org.apache.commons.jelly.tags.core.IncludeTag
 
isExportLibraries() - Method in class org.apache.commons.jelly.JellyContext
Returns whether we export tag libraries to our parents context
isInherit() - Method in class org.apache.commons.jelly.JellyContext
 
isInherit() - Method in class org.apache.commons.jelly.tags.core.ImportTag
 
isInherit() - Method in class org.apache.commons.jelly.tags.core.IncludeTag
 
isInherit() - Method in class org.apache.commons.jelly.tags.define.TaglibTag
Returns the inherit.
isLimitedByMaxRows() - Method in class org.apache.commons.jelly.tags.sql.ResultImpl
Returns true of the query was limited by a maximum row setting
isPartOfTransaction - Variable in class org.apache.commons.jelly.tags.sql.SqlTagSupport
 
isRequired() - Method in class org.apache.commons.jelly.impl.Attribute
Returns whether this attribute is required.
isSupportAntVariables() - Method in class org.apache.commons.jelly.expression.jexl.JexlExpressionFactory
 
isTagLibraryRegistered(String) - Method in class org.apache.commons.jelly.JellyContext
 
isTrim() - Method in class org.apache.commons.jelly.TagSupport
 
isValidAntVariableName(String) - Method in class org.apache.commons.jelly.expression.jexl.JexlExpressionFactory
 
iterator() - Method in class org.apache.commons.jelly.tags.ant.FileScanner
 

J

JavaScriptTagLibrary - class org.apache.commons.jelly.tags.bsf.JavaScriptTagLibrary.
Describes the Taglib.
JavaScriptTagLibrary() - Constructor for class org.apache.commons.jelly.tags.bsf.JavaScriptTagLibrary
 
jdbcURL - Variable in class org.apache.commons.jelly.tags.sql.SetDataSourceTag
 
JeezTagLibrary - class org.apache.commons.jelly.tags.jeez.JeezTagLibrary.
Convenience taglib that puts jelly:core, jelly:werkz and jelly:ant into a single namespace.
JeezTagLibrary() - Constructor for class org.apache.commons.jelly.tags.jeez.JeezTagLibrary
 
Jelly - class org.apache.commons.jelly.Jelly.
Jelly is a helper class which is capable of running a Jelly script.
Jelly() - Constructor for class org.apache.commons.jelly.Jelly
 
JellyBeanTag - class org.apache.commons.jelly.tags.define.JellyBeanTag.
Binds a Java bean to the given named Jelly tag so that the attributes of the tag set the bean properties.
JellyBeanTag() - Constructor for class org.apache.commons.jelly.tags.define.JellyBeanTag
 
JellyBuildListener - class org.apache.commons.jelly.tags.werkz.JellyBuildListener.
 
JellyBuildListener(XMLOutput) - Constructor for class org.apache.commons.jelly.tags.werkz.JellyBuildListener
 
JellyContext - class org.apache.commons.jelly.JellyContext.
JellyContext represents the Jelly context.
JellyContext() - Constructor for class org.apache.commons.jelly.JellyContext
 
JellyContext(JellyContext) - Constructor for class org.apache.commons.jelly.JellyContext
 
JellyContext(JellyContext, URL) - Constructor for class org.apache.commons.jelly.JellyContext
 
JellyContext(JellyContext, URL, URL) - Constructor for class org.apache.commons.jelly.JellyContext
 
JellyContext(URL) - Constructor for class org.apache.commons.jelly.JellyContext
 
JellyContext(URL, URL) - Constructor for class org.apache.commons.jelly.JellyContext
 
JellyContextRegistry - class org.apache.commons.jelly.tags.bsf.JellyContextRegistry.
A BSF ObjectRegistry which uses the Context to find and register objects
JellyContextRegistry() - Constructor for class org.apache.commons.jelly.tags.bsf.JellyContextRegistry
 
JellyException - exception org.apache.commons.jelly.JellyException.
JellyException is the root of all Jelly exceptions.
JellyException() - Constructor for class org.apache.commons.jelly.JellyException
 
JellyException(String) - Constructor for class org.apache.commons.jelly.JellyException
 
JellyException(String, String, String, int, int) - Constructor for class org.apache.commons.jelly.JellyException
 
JellyException(String, Throwable) - Constructor for class org.apache.commons.jelly.JellyException
 
JellyException(String, Throwable, String, String, int, int) - Constructor for class org.apache.commons.jelly.JellyException
 
JellyException(Throwable) - Constructor for class org.apache.commons.jelly.JellyException
 
JellyException(Throwable, String, String, int, int) - Constructor for class org.apache.commons.jelly.JellyException
 
JellyInterpreter - class org.apache.commons.jelly.tags.beanshell.JellyInterpreter.
Integrates BeanShell's interpreter with Jelly's JellyContext
JellyInterpreter() - Constructor for class org.apache.commons.jelly.tags.beanshell.JellyInterpreter
 
JellyJob - class org.apache.commons.jelly.tags.quartz.JellyJob.
Implementation of a quart Job to execute jellyscript.
JellyJob() - Constructor for class org.apache.commons.jelly.tags.quartz.JellyJob
Construct.
JellyPropsHandler - class org.apache.commons.jelly.tags.ant.JellyPropsHandler.
Implementation of a Commons Grant propsHandler to resolve through Jelly's context.
JellyPropsHandler(JellyContext) - Constructor for class org.apache.commons.jelly.tags.ant.JellyPropsHandler
Simple constructor with the context to be used.
JellySession - class org.apache.commons.jelly.tags.werkz.JellySession.
 
JellySession(XMLOutput) - Constructor for class org.apache.commons.jelly.tags.werkz.JellySession
 
JellyTag - class org.apache.commons.jelly.tags.core.JellyTag.
The root Jelly tag which should be evaluated first
JellyTag() - Constructor for class org.apache.commons.jelly.tags.core.JellyTag
 
JellyTask - class org.apache.commons.jelly.task.JellyTask.
JellyTask is an Ant task which will run a given Jelly script.
JellyTask() - Constructor for class org.apache.commons.jelly.task.JellyTask
 
JellyTestSuite - class org.apache.commons.jelly.tags.junit.JellyTestSuite.
An abstract base class for creating a TestSuite via a Jelly script.
JellyTestSuite() - Constructor for class org.apache.commons.jelly.tags.junit.JellyTestSuite
 
JexlExpression - class org.apache.commons.jelly.expression.jexl.JexlExpression.
Represents a Jexl expression which fully supports the Expression Language in JSTL and JSP along with some extra features like object method invocation.
JexlExpression(Expression) - Constructor for class org.apache.commons.jelly.expression.jexl.JexlExpression
 
JexlExpressionFactory - class org.apache.commons.jelly.expression.jexl.JexlExpressionFactory.
Represents a factory of Jexl expression which fully supports the Expression Language in JSTL and JSP.
JexlExpressionFactory() - Constructor for class org.apache.commons.jelly.expression.jexl.JexlExpressionFactory
 
JMSTagLibrary - class org.apache.commons.jelly.tags.jms.JMSTagLibrary.
Describes the Taglib.
JMSTagLibrary() - Constructor for class org.apache.commons.jelly.tags.jms.JMSTagLibrary
 
JobTag - class org.apache.commons.jelly.tags.quartz.JobTag.
Defines a schedulable job.
JobTag() - Constructor for class org.apache.commons.jelly.tags.quartz.JobTag
Construct.
JPythonTagLibrary - class org.apache.commons.jelly.tags.bsf.JPythonTagLibrary.
Describes the Taglib.
JPythonTagLibrary() - Constructor for class org.apache.commons.jelly.tags.bsf.JPythonTagLibrary
 
JSLTagLibrary - class org.apache.commons.jelly.tags.jsl.JSLTagLibrary.
Describes the Taglib.
JSLTagLibrary() - Constructor for class org.apache.commons.jelly.tags.jsl.JSLTagLibrary
 
JUnitTagLibrary - class org.apache.commons.jelly.tags.junit.JUnitTagLibrary.
Describes the Taglib.
JUnitTagLibrary() - Constructor for class org.apache.commons.jelly.tags.junit.JUnitTagLibrary
 

L

LEXICAL_HANDLER_NAMES - Static variable in class org.apache.commons.jelly.XMLOutput
 
loadClass(String, String) - Method in class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
Instantiates the given class name.
locator - Variable in class org.apache.commons.jelly.parser.XMLParser
The Locator associated with our parser.
log - Variable in class org.apache.commons.jelly.tags.werkz.CallbackTagSupport
The Log to which logging calls will be made.
LogTagLibrary - class org.apache.commons.jelly.tags.log.LogTagLibrary.
Describes the Taglib.
LogTagLibrary() - Constructor for class org.apache.commons.jelly.tags.log.LogTagLibrary
 
LogTagSupport - class org.apache.commons.jelly.tags.log.LogTagSupport.
An abstract base class for any logging tag..
LogTagSupport() - Constructor for class org.apache.commons.jelly.tags.log.LogTagSupport
 
lookup(String) - Method in class org.apache.commons.jelly.tags.bsf.JellyContextRegistry
 

M

main(String[]) - Static method in class org.apache.commons.jelly.Jelly
 
MapEntryTag - class org.apache.commons.jelly.tags.jms.MapEntryTag.
Adds a map entry to the outer Map Message tag
MapEntryTag() - Constructor for class org.apache.commons.jelly.tags.jms.MapEntryTag
 
MapMessageTag - class org.apache.commons.jelly.tags.jms.MapMessageTag.
Creates a JMS MapMessage
MapMessageTag() - Constructor for class org.apache.commons.jelly.tags.jms.MapMessageTag
 
MapTagSupport - class org.apache.commons.jelly.MapTagSupport.
MapTag is a DynaTag implementation which uses a Map to store its attribute values in.
MapTagSupport() - Constructor for class org.apache.commons.jelly.MapTagSupport
 
maxRows - Variable in class org.apache.commons.jelly.tags.sql.QueryTag
 
maxRowsSpecified - Variable in class org.apache.commons.jelly.tags.sql.QueryTag
 
messageLogged(BuildEvent) - Method in class org.apache.commons.jelly.tags.werkz.JellyBuildListener
 
MessageOperationTag - class org.apache.commons.jelly.tags.jms.MessageOperationTag.
An abstract base class for JMS Message operation tags such as send, receive or call.
MessageOperationTag() - Constructor for class org.apache.commons.jelly.tags.jms.MessageOperationTag
 
MessageTag - class org.apache.commons.jelly.tags.jms.MessageTag.
A tag which creates a JMS message
MessageTag() - Constructor for class org.apache.commons.jelly.tags.jms.MessageTag
 
MethodSupportTag - class org.apache.commons.jelly.tags.http.MethodSupportTag.
Abstract base class for a tag which invokes a HTTP method
MethodSupportTag() - Constructor for class org.apache.commons.jelly.tags.http.MethodSupportTag
 
MissingAttributeException - exception org.apache.commons.jelly.MissingAttributeException.
JellyException is the root of all Jelly exceptions.
MissingAttributeException(String) - Constructor for class org.apache.commons.jelly.MissingAttributeException
 

N

namespaces - Variable in class org.apache.commons.jelly.parser.XMLParser
Registered namespaces we are currently processing.
newInstance() - Method in class org.apache.commons.jelly.tags.swing.BeanFactory
Create a new component instance
newInstance() - Method in interface org.apache.commons.jelly.tags.swing.Factory
Create a new component instance
newInstance(Class) - Static method in class org.apache.commons.jelly.impl.TagScript
 
newInstance(String, Class) - Method in class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
Creates a new instance of the given TagLibrary class or return null if it could not be instantiated.
newJellyContext(Map) - Method in class org.apache.commons.jelly.JellyContext
A factory method to create a new child context of the current context.
NewTag - class org.apache.commons.jelly.tags.core.NewTag.
A tag which creates a new object of the given type
NewTag() - Constructor for class org.apache.commons.jelly.tags.core.NewTag
 
next() - Method in class org.apache.commons.jelly.tags.ant.FileIterator
 
notationDecl(String, String, String) - Method in class org.apache.commons.jelly.parser.XMLParser
Receive notification of a notation declaration event.

O

object - Variable in class org.apache.commons.jelly.tags.ant.AntTag
The general object underlying this tag.
ObjectMessageTag - class org.apache.commons.jelly.tags.jms.ObjectMessageTag.
Creates a JMS ObjectMessage
ObjectMessageTag() - Constructor for class org.apache.commons.jelly.tags.jms.ObjectMessageTag
 
OjbTagLibrary - class org.apache.commons.jelly.tags.ojb.OjbTagLibrary.
Describes the Taglib.
OjbTagLibrary() - Constructor for class org.apache.commons.jelly.tags.ojb.OjbTagLibrary
 
onMessage(Message) - Method in class org.apache.commons.jelly.tags.jms.ReceiveTag
A strategy method which processes the incoming message, allowing derived classes to implement different processing methods
org.apache.commons.jelly - package org.apache.commons.jelly
This package contains the main jelly API classes.
org.apache.commons.jelly.expression - package org.apache.commons.jelly.expression
Implementations of the Expression classes using commons-jexl.
org.apache.commons.jelly.expression.jexl - package org.apache.commons.jelly.expression.jexl
Expressions used to turn the tag attribute values into compiled expression objects for languages such as Jexl, XPath, Velocity, beanshell, Rhino etc.
org.apache.commons.jelly.impl - package org.apache.commons.jelly.impl
Core implementation classes for Jelly.
org.apache.commons.jelly.parser - package org.apache.commons.jelly.parser
Jelly parsers both XML syntax and non-XML syntaxes are supported.
org.apache.commons.jelly.tags - package org.apache.commons.jelly.tags
 
org.apache.commons.jelly.tags.ant - package org.apache.commons.jelly.tags.ant
A tag library for using Ant tasks within Jelly
org.apache.commons.jelly.tags.antlr - package org.apache.commons.jelly.tags.antlr
A tag library for working with the Antlr library
org.apache.commons.jelly.tags.beanshell - package org.apache.commons.jelly.tags.beanshell
A tag library for working with BeanShell expressions and scripts within Jelly
org.apache.commons.jelly.tags.betwixt - package org.apache.commons.jelly.tags.betwixt
A tag library for turning XML into beans or beans into XML using the Betwixt library
org.apache.commons.jelly.tags.bsf - package org.apache.commons.jelly.tags.bsf
A collection of tag libraries for working with BSF based scripting languages like JavaScript, Jython and PNuts
org.apache.commons.jelly.tags.core - package org.apache.commons.jelly.tags.core
The core Tags from the JSTL
org.apache.commons.jelly.tags.define - package org.apache.commons.jelly.tags.define
Tag library which allows the creation of new tags using Jelly script itself.
org.apache.commons.jelly.tags.dynabean - package org.apache.commons.jelly.tags.dynabean
A tag library for creating new DynaClass and DynaBean objects from the beanutils library
org.apache.commons.jelly.tags.html - package org.apache.commons.jelly.tags.html
Tags for parsing HTML so that it can be processed by Jelly using Andy Clark's NeckoHTML
org.apache.commons.jelly.tags.http - package org.apache.commons.jelly.tags.http
A tag library for working with HTTP, performing HTTP GET, POST and other actions
org.apache.commons.jelly.tags.interaction - package org.apache.commons.jelly.tags.interaction
A simple interaction tag library so that Jelly scripts can be interactive.
org.apache.commons.jelly.tags.jeez - package 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.jms - package org.apache.commons.jelly.tags.jms
A tag library for working with JMS using the Messenger project
org.apache.commons.jelly.tags.jsl - package org.apache.commons.jelly.tags.jsl
The Jelly Stylesheet Library (JSL)
org.apache.commons.jelly.tags.junit - package org.apache.commons.jelly.tags.junit
A collection of JUnit tags for performing unit tests written in Jelly script.
org.apache.commons.jelly.tags.log - package org.apache.commons.jelly.tags.log
Custom tags for generating textual logging information using commons-logging which will use either log4j, logkit or JDK1.4 logging depending on the classpath and configuration.
org.apache.commons.jelly.tags.ojb - package org.apache.commons.jelly.tags.ojb
A variety of tags for working with the ObjectBridge persistence engine
org.apache.commons.jelly.tags.quartz - package org.apache.commons.jelly.tags.quartz
A tag library for scheduling tasks to be run using the Quartz library
org.apache.commons.jelly.tags.sql - package org.apache.commons.jelly.tags.sql
The SQL Tags from the JSTL
org.apache.commons.jelly.tags.swing - package org.apache.commons.jelly.tags.swing
A tag library for creating Swing UIs via Jelly script
org.apache.commons.jelly.tags.swing.converters - package org.apache.commons.jelly.tags.swing.converters
 
org.apache.commons.jelly.tags.util - package org.apache.commons.jelly.tags.util
A number of utility tags such as for tokenizing Strings.
org.apache.commons.jelly.tags.validate - package org.apache.commons.jelly.tags.validate
A tag library for validating XML using various schema languages like DTD, XML Schema, Relax NG as well as Relax and TREX.
org.apache.commons.jelly.tags.werkz - package org.apache.commons.jelly.tags.werkz
A tag library for defining targets (goals) and having pre/post dependencies which uses the Werkz library for resolving goals and dependencies.
org.apache.commons.jelly.tags.xml - package org.apache.commons.jelly.tags.xml
The XML Tags from the JSTL
org.apache.commons.jelly.task - package org.apache.commons.jelly.task
A collection of Ant tasks for working with Jelly.
org.apache.commons.jelly.util - package org.apache.commons.jelly.util
 
OtherwiseTag - class org.apache.commons.jelly.tags.core.OtherwiseTag.
The otherwise block of a choose/when/otherwise group of tags
OtherwiseTag() - Constructor for class org.apache.commons.jelly.tags.core.OtherwiseTag
 
outputException(XMLOutput, String, SAXParseException) - Method in class org.apache.commons.jelly.tags.validate.ValidateTag
Outputs the given validation exception as XML to the output
outputException(XMLOutput, String, SAXParseException) - Method in class org.apache.commons.jelly.tags.validate.AssertValidTag
Outputs the given validation exception as XML to the output

P

ParamTag - class org.apache.commons.jelly.tags.sql.ParamTag.
Tag handler for <Param> in JSTL, used to set parameter values for a SQL statement.
ParamTag() - Constructor for class org.apache.commons.jelly.tags.sql.ParamTag
 
parent - Variable in class org.apache.commons.jelly.TagSupport
the parent of this tag
parse(File) - Method in class org.apache.commons.jelly.parser.XMLParser
Parse the content of the specified file using this XMLParser.
parse(InputSource) - Method in class org.apache.commons.jelly.parser.XMLParser
Parse the content of the specified input source using this XMLParser.
parse(InputStream) - Method in class org.apache.commons.jelly.parser.XMLParser
Parse the content of the specified input stream using this XMLParser.
parse(Object) - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
Parses the given source
parse(Reader) - Method in class org.apache.commons.jelly.parser.XMLParser
Parse the content of the specified reader using this XMLParser.
parse(String) - Method in class org.apache.commons.jelly.parser.XMLParser
Parse the content of the specified URI using this XMLParser.
parse(String, ExpressionFactory) - Static method in class org.apache.commons.jelly.expression.CompositeExpression
Parses the given String to be either a ConstantExpresssion, an Expression denoted as "${foo}" or some String with embedded expresssions such as "abc${something}def${else}xyz" which results in a CompositeExpression being returned.
parseBody(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
Parses the body of this tag and returns the parsed document
parseHTML(String) - Method in class org.apache.commons.jelly.util.TagXMLDoclet
 
parseNumber(String) - Method in class org.apache.commons.jelly.tags.swing.converters.DimensionConverter
 
parseNumber(String) - Method in class org.apache.commons.jelly.tags.swing.converters.PointConverter
 
parser - Variable in class org.apache.commons.jelly.parser.XMLParser
The SAXParser we will use to parse the input stream.
ParseTag - class org.apache.commons.jelly.tags.xml.ParseTag.
A tag which parses some XML and defines a variable with the parsed Document.
ParseTag - class org.apache.commons.jelly.tags.html.ParseTag.
A tag which parses some HTML and defines a variable with the parsed Document.
ParseTag - class org.apache.commons.jelly.tags.betwixt.ParseTag.
Parses some XML specified via the given URI (which can be relative or an absolute URL) and outputs the parsed object.
ParseTag() - Constructor for class org.apache.commons.jelly.tags.xml.ParseTag
 
ParseTag() - Constructor for class org.apache.commons.jelly.tags.html.ParseTag
 
ParseTag() - Constructor for class org.apache.commons.jelly.tags.betwixt.ParseTag
 
ParseTagSupport - class org.apache.commons.jelly.tags.xml.ParseTagSupport.
An abstract base class for any tag which parsers its body as XML.
ParseTagSupport() - Constructor for class org.apache.commons.jelly.tags.xml.ParseTagSupport
 
password - Variable in class org.apache.commons.jelly.tags.sql.SetDataSourceTag
 
PNutsTagLibrary - class org.apache.commons.jelly.tags.bsf.PNutsTagLibrary.
Describes the Taglib.
PNutsTagLibrary() - Constructor for class org.apache.commons.jelly.tags.bsf.PNutsTagLibrary
 
PointConverter - class org.apache.commons.jelly.tags.swing.converters.PointConverter.
A Converter that turns Strings in the form "x, y" into Point objects
PointConverter() - Constructor for class org.apache.commons.jelly.tags.swing.converters.PointConverter
 
PostActionTag - class org.apache.commons.jelly.tags.werkz.PostActionTag.
Implements a <postAction> tag which provides a callback which is evaluated after an action.
PostActionTag() - Constructor for class org.apache.commons.jelly.tags.werkz.PostActionTag
 
PostGoalTag - class org.apache.commons.jelly.tags.werkz.PostGoalTag.
Implements a <postGoal> tag which provides a callback which is evaluated after a goal has executed.
PostGoalTag() - Constructor for class org.apache.commons.jelly.tags.werkz.PostGoalTag
 
PostTag - class org.apache.commons.jelly.tags.http.PostTag.
Performs a HTTP POST request fron a given URL.
PostTag() - Constructor for class org.apache.commons.jelly.tags.http.PostTag
 
PreActionTag - class org.apache.commons.jelly.tags.werkz.PreActionTag.
Implements a <preAction> tag which provides a callback which is evaluated before an action.
PreActionTag() - Constructor for class org.apache.commons.jelly.tags.werkz.PreActionTag
 
PreGoalTag - class org.apache.commons.jelly.tags.werkz.PreGoalTag.
Implements a <preGoal> tag which provides a callback which is evaluated before a goal.
PreGoalTag() - Constructor for class org.apache.commons.jelly.tags.werkz.PreGoalTag
 
printStackTrace(PrintStream) - Method in class org.apache.commons.jelly.JellyException
 
printStackTrace(PrintWriter) - Method in class org.apache.commons.jelly.JellyException
 
processingInstruction(String, String) - Method in class org.apache.commons.jelly.XMLOutput
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.commons.jelly.parser.XMLParser
Process notification of a processing instruction that was encountered.
PROJECT_CONTEXT_HANDLE - Static variable in class org.apache.commons.jelly.tags.ant.AntTagLibrary
 
ProjectTag - class org.apache.commons.jelly.tags.werkz.ProjectTag.
The root tag of a Project definition.
ProjectTag() - Constructor for class org.apache.commons.jelly.tags.werkz.ProjectTag
 
PropertyTag - class org.apache.commons.jelly.tags.jms.PropertyTag.
Defines a property on an outer JMS Message tag
PropertyTag - class org.apache.commons.jelly.tags.dynabean.PropertyTag.
DynaProperty tag defines a property of a DynaClass It can only exist inside a DynaClass parent context The properties are added to the properties array of the parent context, and will be used to create the DynaClass object
PropertyTag() - Constructor for class org.apache.commons.jelly.tags.jms.PropertyTag
 
PropertyTag() - Constructor for class org.apache.commons.jelly.tags.dynabean.PropertyTag
 
PutTag - class org.apache.commons.jelly.tags.http.PutTag.
Performs a HTTP POST request fron a given URL.
PutTag() - Constructor for class org.apache.commons.jelly.tags.http.PutTag
 

Q

QuartzTagLibrary - class org.apache.commons.jelly.tags.quartz.QuartzTagLibrary.
Tag library for the Quartz enterprise job scheduler.
QuartzTagLibrary() - Constructor for class org.apache.commons.jelly.tags.quartz.QuartzTagLibrary
Construct and register tags.
QuartzTagSupport - class org.apache.commons.jelly.tags.quartz.QuartzTagSupport.
Basic support for all tags requiring a Quartz scheduler.
QuartzTagSupport() - Constructor for class org.apache.commons.jelly.tags.quartz.QuartzTagSupport
 
QueryTag - class org.apache.commons.jelly.tags.sql.QueryTag.
Tag handler for <Query> in JSTL.
QueryTag() - Constructor for class org.apache.commons.jelly.tags.sql.QueryTag
 

R

rawDataSource - Variable in class org.apache.commons.jelly.tags.sql.TransactionTag
 
rawDataSource - Variable in class org.apache.commons.jelly.tags.sql.SqlTagSupport
 
reader - Variable in class org.apache.commons.jelly.parser.XMLParser
The XMLReader used to parse digester rules.
ReceiveTag - class org.apache.commons.jelly.tags.jms.ReceiveTag.
Receives a JMS message.
ReceiveTag() - Constructor for class org.apache.commons.jelly.tags.jms.ReceiveTag
 
register(String, Object) - Method in class org.apache.commons.jelly.tags.bsf.JellyContextRegistry
 
registerBeanFactory(String, Class) - Method in class org.apache.commons.jelly.tags.swing.SwingTagLibrary
Register a bean factory for the given element name and class
registerBeanTag(String, TagFactory) - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
Creates a new Jelly Bean Tag with the given name
registerDynamicTag(String, Script) - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
Creates a new tag with the given name and template
registerFactories() - Method in class org.apache.commons.jelly.tags.swing.SwingTagLibrary
Strategy method allowing derived classes to change the registration behaviour
registerFactory(String, Factory) - Method in class org.apache.commons.jelly.tags.swing.SwingTagLibrary
Register a widget factory for the given element name
registerTag(String, Class) - Method in class org.apache.commons.jelly.TagLibrary
Registers a tag class for a given tag name
registerTagLibrary(String, String) - Method in class org.apache.commons.jelly.JellyContext
Registers the given tag library class name against the given namespace URI.
registerTagLibrary(String, String) - Method in class org.apache.commons.jelly.impl.Embedded
Registers the given tag library class name against the given namespace URI.
registerTagLibrary(String, TagLibrary) - Method in class org.apache.commons.jelly.JellyContext
Registers the given tag library against the given namespace URI.
registerTagLibrary(String, TagLibrary) - Method in class org.apache.commons.jelly.impl.Embedded
Registers the given tag library against the given namespace URI.
remove() - Method in class org.apache.commons.jelly.tags.ant.FileIterator
throws UnsupportedOperationException
removeScript(Script) - Method in class org.apache.commons.jelly.impl.ScriptBlock
Removes a script from this block
removeVariable(String) - Method in class org.apache.commons.jelly.JellyContext
Removes the given variable
removeVariable(String) - Method in class org.apache.commons.jelly.task.AntJellyContext
Removes the given variable
removeVariable(String, String) - Method in class org.apache.commons.jelly.JellyContext
Removes the given variable in the specified scope.
resolveTagLibrary(String) - Method in class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
Attempts to resolve the given URI to be associated with a TagLibrary otherwise null is returned to indicate no tag library could be found so that the namespace URI should be treated as just vanilla XML.
resolveTagLibrary(String) - Method in interface org.apache.commons.jelly.impl.TagLibraryResolver
Attempts to resolve the given URI to be associated with a TagLibrary otherwise null is returned to indicate no tag library could be found so that the namespace URI should be treated as just vanilla XML.
resolveURL(String) - Method in class org.apache.commons.jelly.Jelly
 
resolveURL(String) - Method in class org.apache.commons.jelly.task.JellyTask
 
Resources - class org.apache.commons.jelly.tags.Resources.
Provides locale-neutral access to string resources.
Resources() - Constructor for class org.apache.commons.jelly.tags.Resources
 
ResultImpl - class org.apache.commons.jelly.tags.sql.ResultImpl.
This class creates a cached version of a ResultSet.
ResultImpl(List) - Constructor for class org.apache.commons.jelly.tags.sql.ResultImpl
This constructor is given a List of Maps where each Map represents a Row of data.
ResultImpl(ResultSet, int, int) - Constructor for class org.apache.commons.jelly.tags.sql.ResultImpl
This constructor reads the ResultSet and saves a cached copy.
ResultSetTag - class org.apache.commons.jelly.tags.sql.ResultSetTag.
This Tag creates a result set object based on its body content via child row tags.
ResultSetTag() - Constructor for class org.apache.commons.jelly.tags.sql.ResultSetTag
 
RowTag - class org.apache.commons.jelly.tags.sql.RowTag.
Adds a new row to a parent <resultSet> Tag.
RowTag() - Constructor for class org.apache.commons.jelly.tags.sql.RowTag
 
run(JellyContext, XMLOutput) - Method in interface org.apache.commons.jelly.Script
Evaluates the body of a tag
run(JellyContext, XMLOutput) - Method in class org.apache.commons.jelly.impl.TextScript
Evaluates the body of a tag
run(JellyContext, XMLOutput) - Method in class org.apache.commons.jelly.impl.ScriptBlock
Evaluates the body of a tag
run(JellyContext, XMLOutput) - Method in class org.apache.commons.jelly.impl.DynaTagScript
Evaluates the body of a tag
run(JellyContext, XMLOutput) - Method in class org.apache.commons.jelly.impl.BeanTagScript
Evaluates the body of a tag
run(JellyContext, XMLOutput) - Method in class org.apache.commons.jelly.impl.ExpressionScript
Evaluates the body of a tag
run(JellyContext, XMLOutput) - Method in class org.apache.commons.jelly.impl.StaticTagScript
Evaluates the body of a tag
runScript(File, XMLOutput) - Method in class org.apache.commons.jelly.JellyContext
Parses the script from the given File then compiles it and runs it.
runScript(String, XMLOutput) - Method in class org.apache.commons.jelly.JellyContext
Parses the script from the given uri using the JellyContext.getResource() API then compiles it and runs it.
runScript(String, XMLOutput, boolean, boolean) - Method in class org.apache.commons.jelly.JellyContext
Parses the script from the given uri using the JellyContext.getResource() API then compiles it and runs it.
runScript(URL, XMLOutput) - Method in class org.apache.commons.jelly.JellyContext
Parses the script from the given URL then compiles it and runs it.
RunTag - class org.apache.commons.jelly.tags.junit.RunTag.
This tag will run the given Test which could be an individual TestCase or a TestSuite.
RunTag() - Constructor for class org.apache.commons.jelly.tags.junit.RunTag
 

S

SCHED_VAR_NAME - Static variable in class org.apache.commons.jelly.tags.quartz.QuartzTagSupport
The scheduler variable name in the JellyContext.
scope - Variable in class org.apache.commons.jelly.tags.sql.SqlTagSupport
 
Script - interface org.apache.commons.jelly.Script.
Script represents a Jelly script.
ScriptBlock - class org.apache.commons.jelly.impl.ScriptBlock.
ScriptBlock a block of scripts.
ScriptBlock() - Constructor for class org.apache.commons.jelly.impl.ScriptBlock
 
ScriptTag - class org.apache.commons.jelly.tags.define.ScriptTag.
<script> tag is used to assign a Script object to a variable.
ScriptTag() - Constructor for class org.apache.commons.jelly.tags.define.ScriptTag
 
SendTag - class org.apache.commons.jelly.tags.jms.SendTag.
Sends a JMS message to some destination.
SendTag() - Constructor for class org.apache.commons.jelly.tags.jms.SendTag
 
setAction(Action) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
Sets the Action of this component
setActivated(Script) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
Sets the Script to be executed when the window is activated.
setActual(Object) - Method in class org.apache.commons.jelly.tags.junit.AssertEqualsTag
Sets the actual value which will be compared against the expected value.
setAnswer(String) - Method in class org.apache.commons.jelly.tags.interaction.AskTag
Sets the name of the variable that will hold the answer This defaults to "interact.answer".
setAttribute(String, Object) - Method in interface org.apache.commons.jelly.DynaTag
Sets an attribute value of this tag before the tag is invoked
setAttribute(String, Object) - Method in class org.apache.commons.jelly.MapTagSupport
Sets an attribute value of this tag before the tag is invoked
setAttribute(String, Object) - Method in class org.apache.commons.jelly.DynaBeanTagSupport
Sets an attribute value of this tag before the tag is invoked
setAttribute(String, Object) - Method in class org.apache.commons.jelly.impl.DynamicBeanTag
 
setAttribute(String, Object) - Method in class org.apache.commons.jelly.impl.StaticTag
 
setAttribute(String, Object) - Method in class org.apache.commons.jelly.impl.DynamicTag
 
setAttribute(String, Object) - Method in class org.apache.commons.jelly.impl.DynamicDynaBeanTag
 
setAttribute(String, Object) - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
setAttribute(String, Object) - Method in class org.apache.commons.jelly.tags.swing.ComponentTag
 
setAttributeNameMapper(NameMapper) - Method in class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
Sets the name mapper used for attribute names.
setAttributesForPrimitives(boolean) - Method in class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
Sets whether attributes or elements should be used for primitive types.
setAttributeValue(String, String) - Method in class org.apache.commons.jelly.tags.xml.ElementTag
 
setBeanProperties() - Method in class org.apache.commons.jelly.tags.ant.AntTag
Sets the properties on the Ant task
setBeanProperty(Object, String, Object) - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
setBegin(int) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
Sets the starting index value
setBlockEvaluated(boolean) - Method in class org.apache.commons.jelly.tags.core.ChooseTag
 
setBody(Script) - Method in interface org.apache.commons.jelly.Tag
Sets the body of the tag
setBody(Script) - Method in class org.apache.commons.jelly.TagSupport
Sets the body of the tag
setBroker(PersistenceBroker) - Method in class org.apache.commons.jelly.tags.ojb.BrokerTag
Sets the persistence broker instance
setBroker(PersistenceBroker) - Method in class org.apache.commons.jelly.tags.ojb.StoreTag
Sets the persistence broker instance
setBSFEngine(BSFEngine) - Method in class org.apache.commons.jelly.tags.bsf.BSFExpressionFactory
 
setBSFManager(BSFManager) - Method in class org.apache.commons.jelly.tags.bsf.BSFExpressionFactory
 
setCacheTags(boolean) - Method in class org.apache.commons.jelly.JellyContext
Sets whether caching of Tag instances, per thread, is enabled.
setClassLoader(ClassLoader) - Method in class org.apache.commons.jelly.JellyContext
Set the class loader to be used for instantiating application objects when required.
setClassLoader(ClassLoader) - Method in class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
Set the class loader to be used for instantiating application objects when required.
setClassLoader(ClassLoader) - Method in class org.apache.commons.jelly.parser.XMLParser
Set the class loader to be used for instantiating application objects when required.
setClassLoader(ClassLoader) - Method in class org.apache.commons.jelly.tags.core.NewTag
Set the class loader to be used for instantiating application objects when required.
setClassLoader(ClassLoader) - Method in class org.apache.commons.jelly.tags.define.BeanTag
Sets the ClassLoader to use to load the class.
setClassLoader(ClassLoader) - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
Sets the ClassLoader to be used to load bean classes from.
setClassName(String) - Method in class org.apache.commons.jelly.tags.core.NewTag
Sets the class name of the object to instantiate
setClassName(String) - Method in class org.apache.commons.jelly.tags.define.BeanTag
Sets the Java class name to use for the tag
setClosed(Script) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
Sets the Script to be executed when the window is closed.
setClosing(Script) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
Sets the Script to be executed when the window is closing.
setColumnNumber(int) - Method in class org.apache.commons.jelly.JellyException
Sets the column number of the tag
setColumnNumber(int) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the column number of the tag
setConnection(HttpConnection) - Method in class org.apache.commons.jelly.tags.http.MethodSupportTag
Sets the HTTP connection used to perform the HTTP operation
setConnection(Messenger) - Method in class org.apache.commons.jelly.tags.jms.MessageOperationTag
Sets the Messenger (the JMS connection pool) that will be used to send the message
setConnection(Messenger) - Method in class org.apache.commons.jelly.tags.jms.MessageTag
Sets the Messenger (the JMS connection pool) that will be used to send the message
setConnectionManager(HttpConnectionManager) - Method in class org.apache.commons.jelly.tags.http.MethodSupportTag
Sets the HTTP connection factory used to create HTTP connections
setContentHandler(ContentHandler) - Method in class org.apache.commons.jelly.XMLOutput
Sets the SAX ContentHandler to pipe SAX events into
setContext(JellyContext) - Method in interface org.apache.commons.jelly.Tag
Sets the context in which the tag will be run
setContext(JellyContext) - Method in class org.apache.commons.jelly.TagSupport
Sets the context in which the tag will be run
setContext(JellyContext) - Method in class org.apache.commons.jelly.DynaBeanTagSupport
Sets the context in which the tag will be run
setContext(JellyContext) - Method in class org.apache.commons.jelly.impl.Embedded
Method setContext.
setContext(JellyContext) - Method in class org.apache.commons.jelly.parser.XMLParser
 
setCorrelationID(String) - Method in class org.apache.commons.jelly.tags.jms.MessageTag
Sets the JMS Correlation ID to be used on the message
setCurrentURL(URL) - Method in class org.apache.commons.jelly.JellyContext
Sets the current URL context of the current script that is executing.
setDataSource(Object) - Method in class org.apache.commons.jelly.tags.sql.TransactionTag
Sets the SQL DataSource.
setDataSource(Object) - Method in class org.apache.commons.jelly.tags.sql.SqlTagSupport
Sets the SQL DataSource.
setDataSource(Object) - Method in class org.apache.commons.jelly.tags.sql.SetDataSourceTag
 
SetDataSourceTag - class org.apache.commons.jelly.tags.sql.SetDataSourceTag.
Tag handler for <SetDataSource> in JSTL, used to create a simple DataSource for prototyping.
SetDataSourceTag() - Constructor for class org.apache.commons.jelly.tags.sql.SetDataSourceTag
 
setDeactivated(Script) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
Sets the Script to be executed when the window is deactivated.
setDefault(String) - Method in class org.apache.commons.jelly.tags.werkz.ProjectTag
 
setDefault(String) - Method in class org.apache.commons.jelly.tags.interaction.AskTag
Sets the default answer to the question.
setDefaultValue(Expression) - Method in class org.apache.commons.jelly.impl.Attribute
Sets the defaultValue.
setDefaultValue(Expression) - Method in class org.apache.commons.jelly.tags.define.AttributeTag
Sets the default value of this attribute
setDeiconified(Script) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
Sets the Script to be executed when the window is deiconified.
setDelim(String) - Method in class org.apache.commons.jelly.tags.util.TokenizeTag
 
setDepends(String) - Method in class org.apache.commons.jelly.tags.jeez.TargetTag
 
setDescription(String) - Method in class org.apache.commons.jelly.tags.werkz.GoalTag
 
setDestination(Destination) - Method in class org.apache.commons.jelly.tags.jms.MessageOperationTag
Sets the JMS destination to be used by this tag
setDocumentLocator(Locator) - Method in class org.apache.commons.jelly.XMLOutput
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.apache.commons.jelly.parser.XMLParser
Set the document locator associated with our parser.
setDriver(String) - Method in class org.apache.commons.jelly.tags.sql.DriverTag
 
setDriver(String) - Method in class org.apache.commons.jelly.tags.sql.SetDataSourceTag
 
setDriverClassName(String) - Method in class org.apache.commons.jelly.tags.sql.DataSourceWrapper
 
setDynaBean(DynaBean) - Method in class org.apache.commons.jelly.DynaBeanTagSupport
Sets the DynaBean which is used to store the attributes of this tag
setDynaclass(DynaClass) - Method in class org.apache.commons.jelly.tags.dynabean.DynabeanTag
Sets the DynaClass of the new instance to create
setDynaClass(DynaClass) - Method in class org.apache.commons.jelly.tags.define.DynaBeanTag
Sets the DynaClass which will be bound to this dynamic tag.
setElementName(String) - Method in class org.apache.commons.jelly.JellyException
Sets the element name which caused the problem
setElementName(String) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the element name which caused the problem
setElementNameMapper(NameMapper) - Method in class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
Sets the name mapper used for element names.
setEmacsMode(boolean) - Method in class org.apache.commons.jelly.tags.werkz.JellyBuildListener
Sets this logger to produce emacs (and other editor) friendly output.
setEncoding(String) - Method in class org.apache.commons.jelly.tags.core.FileTag
Sets the XML encoding mode, which defaults to UTF-8
setEnd(int) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
Sets the ending index value
setErrorHandler(ErrorHandler) - Method in class org.apache.commons.jelly.parser.XMLParser
Set the error handler for this XMLParser.
setErrorHandler(ErrorHandler) - Method in class org.apache.commons.jelly.tags.validate.ValidateTag
Sets the SAX ErrorHandler which is used to capture XML validation events.
setExpected(Object) - Method in class org.apache.commons.jelly.tags.junit.AssertEqualsTag
Sets the expected value to be tested against
setExport(boolean) - Method in class org.apache.commons.jelly.JellyContext
Sets whether we should export variable definitions to our parent context
setExport(String) - Method in class org.apache.commons.jelly.tags.core.IncludeTag
 
setExportLibraries(boolean) - Method in class org.apache.commons.jelly.JellyContext
Sets whether we export tag libraries to our parents context
setExpression(Expression) - Method in class org.apache.commons.jelly.impl.ExpressionScript
Sets the expression evaluated as a String and output by this script
setExpressionFactory(ExpressionFactory) - Method in class org.apache.commons.jelly.parser.XMLParser
Sets the expression factory used to evaluate tag attributes
setExpressions(List) - Method in class org.apache.commons.jelly.expression.CompositeExpression
Sets the Expression objects that make up this composite expression
setFactory(VerifierFactory) - Method in class org.apache.commons.jelly.tags.validate.VerifierTag
Sets the factory used to create new schema verifier objects.
setFile(File) - Method in class org.apache.commons.jelly.task.JellyTask
Sets the script file to use
setFile(String) - Method in class org.apache.commons.jelly.tags.core.ThreadTag
Set the file which is generated from the output
setFileName(String) - Method in class org.apache.commons.jelly.JellyException
Sets the Jelly file which caused the problem
setFileName(String) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the Jelly file which caused the problem
setGroup(String) - Method in class org.apache.commons.jelly.tags.quartz.CronTriggerTag
Set the group
setGroup(String) - Method in class org.apache.commons.jelly.tags.quartz.JobTag
Set the group of this job.
setHtml(Object) - Method in class org.apache.commons.jelly.tags.html.ParseTag
Sets the source of the HTML which is either a String URI, Reader or InputStream
setIconified(Script) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
Sets the Script to be executed when the window is iconified.
setIndexVar(String) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
Sets the variable name to export the current index counter to
setInherit(boolean) - Method in class org.apache.commons.jelly.JellyContext
Sets whether we should inherit variables from our parent context
setInherit(boolean) - Method in class org.apache.commons.jelly.tags.core.ImportTag
Sets whether property inheritence is enabled or disabled
setInherit(boolean) - Method in class org.apache.commons.jelly.tags.define.TaglibTag
Sets whether this dynamic tag should inherit from the current existing tag library of the same URI.
setInherit(String) - Method in class org.apache.commons.jelly.tags.core.IncludeTag
 
setIntrospector(XMLIntrospector) - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
Sets the Betwixt XMLIntrospector instance used to define the metadata for how a bean should appear as XML.
setIsolation(String) - Method in class org.apache.commons.jelly.tags.sql.TransactionTag
Sets the transaction isolation level.
setItems(Expression) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
Sets the expression used to iterate over
setJdbcURL(String) - Method in class org.apache.commons.jelly.tags.sql.DataSourceWrapper
 
setJdbcURL(String) - Method in class org.apache.commons.jelly.tags.sql.DriverTag
 
setJellyContext(JellyContext) - Method in class org.apache.commons.jelly.tags.beanshell.JellyInterpreter
 
setJellyContext(JellyContext) - Method in class org.apache.commons.jelly.tags.bsf.JellyContextRegistry
 
setJobGroup(String) - Method in class org.apache.commons.jelly.tags.quartz.CronTriggerTag
Set the job group.
setJobName(String) - Method in class org.apache.commons.jelly.tags.quartz.CronTriggerTag
Set the job name.
setLanguage(String) - Method in class org.apache.commons.jelly.tags.bsf.BSFTagLibrary
 
setLanguage(String) - Method in class org.apache.commons.jelly.tags.bsf.BSFExpressionFactory
 
setLexicalHandler(LexicalHandler) - Method in class org.apache.commons.jelly.XMLOutput
Sets the SAX LexicalHandler to pipe SAX events into
setLineNumber(int) - Method in class org.apache.commons.jelly.JellyException
Sets the line number of the tag
setLineNumber(int) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the line number of the tag
setLocalName(String) - Method in class org.apache.commons.jelly.impl.StaticTag
 
setLocator(Locator) - Method in class org.apache.commons.jelly.impl.TagScript
Configures this TagScript from the SAX Locator, setting the column and line numbers
setLog(Log) - Method in class org.apache.commons.jelly.tags.log.LogTagSupport
Sets the Log instance to use for logging.
setLogger(Log) - Method in class org.apache.commons.jelly.parser.XMLParser
Set the current logger for this XMLParser.
setLoginTimeout(int) - Method in class org.apache.commons.jelly.tags.sql.DataSourceWrapper
Always throws a SQLException.
setLogWriter(PrintWriter) - Method in class org.apache.commons.jelly.tags.sql.DataSourceWrapper
Always throws a SQLException.
setMap(Map) - Method in class org.apache.commons.jelly.tags.jms.MapMessageTag
Sets the Map of entries to be used for this Map Message
setMatch(Pattern) - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
 
setMaxRows(int) - Method in class org.apache.commons.jelly.tags.sql.QueryTag
Query result can be limited by specifying the maximum number of rows returned.
setMessage(Message) - Method in class org.apache.commons.jelly.tags.jms.SendTag
Sets the JMS message to be sent
setMessage(String) - Method in class org.apache.commons.jelly.tags.junit.FailTag
Sets the failure message.
setMethod(String) - Method in class org.apache.commons.jelly.tags.define.JellyBeanTag
Sets the name of the method to invoke on the bean.
setMode(String) - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
Sets the mode.
setMode(String) - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
Sets the mode.
setMode(String) - Method in class org.apache.commons.jelly.tags.jsl.ApplyTemplatesTag
Sets the mode.
setName(String) - Method in class org.apache.commons.jelly.impl.Attribute
Sets the name.
setName(String) - Method in class org.apache.commons.jelly.tags.core.ThreadTag
Sets the name of the thread.
setName(String) - Method in class org.apache.commons.jelly.tags.core.FileTag
Sets the file name for the output
setName(String) - Method in class org.apache.commons.jelly.tags.xml.ElementTag
Sets the qualified name of the element
setName(String) - Method in class org.apache.commons.jelly.tags.xml.AttributeTag
Sets the name of the attribute
setName(String) - Method in class org.apache.commons.jelly.tags.define.DynaBeanTag
Sets the name of the tag to create
setName(String) - Method in class org.apache.commons.jelly.tags.define.BeanTag
Sets the name of the tag to create
setName(String) - Method in class org.apache.commons.jelly.tags.define.TagTag
Sets the name of the tag to create
setName(String) - Method in class org.apache.commons.jelly.tags.define.AttributeTag
Sets the name of the attribute
setName(String) - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
Sets the name.
setName(String) - Method in class org.apache.commons.jelly.tags.werkz.CallbackTagSupport
Sets the name of the target
setName(String) - Method in class org.apache.commons.jelly.tags.werkz.AttainGoalTag
 
setName(String) - Method in class org.apache.commons.jelly.tags.werkz.GoalTag
Sets the name of the target
setName(String) - Method in class org.apache.commons.jelly.tags.log.LogTagSupport
Sets the name of the logger to use
setName(String) - Method in class org.apache.commons.jelly.tags.jms.DestinationTag
Sets the name of the Destination
setName(String) - Method in class org.apache.commons.jelly.tags.jms.ConnectionTag
Sets the name of the Messenger (JMS connection pool) to use
setName(String) - Method in class org.apache.commons.jelly.tags.jms.PropertyTag
Sets the name of the JMS property
setName(String) - Method in class org.apache.commons.jelly.tags.jms.MapEntryTag
Sets the name of the entry in the map message
setName(String) - Method in class org.apache.commons.jelly.tags.http.HeaderTag
Sets the name of the JMS property
setName(String) - Method in class org.apache.commons.jelly.tags.junit.SuiteTag
Sets the name of this test suite
setName(String) - Method in class org.apache.commons.jelly.tags.junit.CaseTag
Sets the name of this test case
setName(String) - Method in class org.apache.commons.jelly.tags.quartz.CronTriggerTag
Set the name.
setName(String) - Method in class org.apache.commons.jelly.tags.quartz.JobTag
Set the name of this job.
setName(String) - Method in class org.apache.commons.jelly.tags.dynabean.PropertyTag
Sets the name of this property
setName(String) - Method in class org.apache.commons.jelly.tags.dynabean.DynaclassTag
Sets the name of the new DynaClass
setNamespacesMap(Map) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the optional namespaces prefix -> URI map
setObject(Object) - Method in class org.apache.commons.jelly.tags.ant.AntTag
Set the object underlying this tag.
setObject(Serializable) - Method in class org.apache.commons.jelly.tags.jms.ObjectMessageTag
Sets the body of the message, a serializable java object.
setOmitXmlDeclaration(boolean) - Method in class org.apache.commons.jelly.tags.core.FileTag
Sets whether the XML declaration should be output or not
setOpened(Script) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
Sets the Script to be executed when the window is opened.
setOutput(File) - Method in class org.apache.commons.jelly.task.JellyTask
Sets the output to generate
setOutputDir(File) - Method in class org.apache.commons.jelly.tags.antlr.AntlrTag
 
setOutputMode(String) - Method in class org.apache.commons.jelly.tags.core.FileTag
Sets the output mode, whether XML or HTML
setOutputStream(OutputStream) - Method in class org.apache.commons.jelly.impl.Embedded
Method setOutputStream.
setParameters(PreparedStatement) - Method in class org.apache.commons.jelly.tags.sql.SqlTagSupport
 
setParent(Tag) - Method in interface org.apache.commons.jelly.Tag
Sets the parent of this tag
setParent(Tag) - Method in class org.apache.commons.jelly.TagSupport
Sets the parent of this tag
setParent(TagLibrary) - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
Sets the parent to inherit tags from that are not defined in this library.
setParent(TagScript) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the parent.
setPassword(String) - Method in class org.apache.commons.jelly.tags.sql.DataSourceWrapper
 
setPassword(String) - Method in class org.apache.commons.jelly.tags.sql.SetDataSourceTag
 
setPath(String) - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
Sets the path that the root class should be bound to.
setPrereqs(String) - Method in class org.apache.commons.jelly.tags.werkz.GoalTag
 
setPrettyPrint(boolean) - Method in class org.apache.commons.jelly.tags.core.FileTag
Sets whether pretty printing mode is turned on.
setPriority(double) - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
Sets the priority.
setProject(JellyContext, Project) - Static method in class org.apache.commons.jelly.tags.ant.AntTagLibrary
Sets the Ant Project to be used for this JellyContext.
setProject(Project) - Method in class org.apache.commons.jelly.tags.ant.FileScanner
 
setPrompt(String) - Method in class org.apache.commons.jelly.tags.interaction.AskTag
Sets the prompt that will be displayed before the user's input.
setProperty(String) - Method in class org.apache.commons.jelly.tags.core.SetTag
Sets the name of the property to set on the target object.
setProperty(String) - Method in class org.apache.commons.jelly.tags.dynabean.SetTag
Sets the name of the property to set on the target object.
setProperty(String, String) - Method in class org.apache.commons.jelly.tags.ant.JellyPropsHandler
Set an ant property.
setPropertyClass(Class) - Method in class org.apache.commons.jelly.tags.dynabean.PropertyTag
Sets the Class instance for this property
setPropertyValue(Object, String, Object) - Method in class org.apache.commons.jelly.tags.core.SetTag
 
setPropertyValue(Object, String, Object) - Method in class org.apache.commons.jelly.tags.dynabean.SetTag
 
setQName(String) - Method in class org.apache.commons.jelly.impl.StaticTag
 
setQuestion(String) - Method in class org.apache.commons.jelly.tags.interaction.AskTag
Sets the question to ask to the user.
setReplyTo(Destination) - Method in class org.apache.commons.jelly.tags.jms.MessageTag
Sets the reply-to destination to add to the message
setRequired(boolean) - Method in class org.apache.commons.jelly.impl.Attribute
Sets whether this attribute is required.
setRequired(boolean) - Method in class org.apache.commons.jelly.tags.define.AttributeTag
Sets whether this attribute is mandatory or not
setResult(TestResult) - Method in class org.apache.commons.jelly.tags.junit.RunTag
Sets the JUnit TestResult used to capture the results of the tst
setRootClass(String) - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
Sets the name of the root class to use for parsing the XML
setRootContext(URL) - Method in class org.apache.commons.jelly.Jelly
Sets the root context
setRootContext(URL) - Method in class org.apache.commons.jelly.task.JellyTask
Sets the root context
setRootURL(URL) - Method in class org.apache.commons.jelly.JellyContext
Sets the current root context URL from which all absolute resource URIs will be relative to.
setSAXReader(SAXReader) - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
Sets the SAXReader used for parsing
setScope(String) - Method in class org.apache.commons.jelly.tags.core.SetTag
Sets the variable scope for this variable.
setScope(String) - Method in class org.apache.commons.jelly.tags.sql.DriverTag
Sets the scope of the variable to hold the result.
setScope(String) - Method in class org.apache.commons.jelly.tags.sql.SqlTagSupport
Sets the scope of the variable to hold the result.
setScope(String) - Method in class org.apache.commons.jelly.tags.sql.SetDataSourceTag
Sets the scope of the variable to hold the result.
setScope(String) - Method in class org.apache.commons.jelly.tags.dynabean.SetTag
Sets the variable scope for this variable.
setScript(InputStream) - Method in class org.apache.commons.jelly.impl.Embedded
Set the input stream
setScript(Script) - Method in class org.apache.commons.jelly.tags.define.InvokeTag
Sets the Script to be invoked by this tag, which typically has been previously defined by the use of the <script> tag.
setScript(String) - Method in class org.apache.commons.jelly.Jelly
Sets the script URL to use as an absolute URL or a relative filename
setScript(String) - Method in class org.apache.commons.jelly.impl.Embedded
Set the input script
setScript(String) - Method in class org.apache.commons.jelly.task.JellyTask
Sets the script URL to use as an absolute URL or a relative filename
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.xml.CopyTag
Sets the XPath expression to evaluate.
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.xml.IfTag
Sets the XPath expression to evaluate.
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.xml.ForEachTag
Sets the XPath selection expression
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.xml.CopyOfTag
Sets the XPath expression to evaluate.
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.xml.ExprTag
Sets the XPath expression to evaluate.
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.xml.SetTag
Sets the XPath expression to evaluate.
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.jsl.StyleTag
Sets the XPath expression to evaluate.
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
Sets the XPath expression to evaluate.
setSelect(XPath) - Method in class org.apache.commons.jelly.tags.jsl.ApplyTemplatesTag
 
setServiceDiscovery(ServiceDiscovery) - Method in class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
Sets the fully configured ServiceDiscovery instance to be used to lookup services
setSpec(String) - Method in class org.apache.commons.jelly.tags.quartz.CronTriggerTag
Set the cron time spec.
setSql(String) - Method in class org.apache.commons.jelly.tags.sql.SqlTagSupport
Sets the SQL statement to use for the query.
setStartRow(int) - Method in class org.apache.commons.jelly.tags.sql.QueryTag
The index of the first row returned can be specified using startRow.
setStep(int) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
Sets the index increment step
setStylesheet(Stylesheet) - Method in class org.apache.commons.jelly.tags.jsl.StyleTag
Sets the stylesheet to use to style this tags body
setSupportAntVariables(boolean) - Method in class org.apache.commons.jelly.expression.jexl.JexlExpressionFactory
Sets whether we should allow Ant-style expresssions, using dots as part of variable name
setSystemId(String) - Method in class org.apache.commons.jelly.tags.validate.VerifierTag
Sets the system ID used when parsing the schema
SetTag - class org.apache.commons.jelly.tags.core.SetTag.
A tag which sets a variable from the result of an expression
SetTag - class org.apache.commons.jelly.tags.xml.SetTag.
A tag which defines a variable from an XPath expression
SetTag - class org.apache.commons.jelly.tags.dynabean.SetTag.
A tag which sets a variable from the result of an expression
SetTag() - Constructor for class org.apache.commons.jelly.tags.core.SetTag
 
SetTag() - Constructor for class org.apache.commons.jelly.tags.xml.SetTag
 
SetTag() - Constructor for class org.apache.commons.jelly.tags.dynabean.SetTag
 
setTag(Tag) - Method in class org.apache.commons.jelly.impl.TagScript
Allows the script to set the tag instance to be used, such as in a StaticTagScript when a StaticTag is switched with a DynamicTag
setTagBody(Script) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the tagBody.
setTagClass(Class) - Method in class org.apache.commons.jelly.impl.DefaultTagFactory
Sets the tagClass.
setTagFactory(TagFactory) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the Factory of Tag instances.
setTarget(Object) - Method in class org.apache.commons.jelly.tags.core.SetTag
Sets the target object on which to set a property.
setTarget(Object) - Method in class org.apache.commons.jelly.tags.dynabean.SetTag
Sets the target object on which to set a property.
setTemplate(Script) - Method in class org.apache.commons.jelly.impl.DynamicTag
 
setTest(Expression) - Method in class org.apache.commons.jelly.tags.core.WhenTag
Sets the XPath expression to evaluate.
setTest(Expression) - Method in class org.apache.commons.jelly.tags.core.IfTag
Sets the Jelly expression to evaluate.
setTest(Expression) - Method in class org.apache.commons.jelly.tags.junit.AssertTag
Sets the boolean expression to evaluate.
setTest(Test) - Method in class org.apache.commons.jelly.tags.junit.RunTag
Sets the JUnit Test to run which could be an individual test or a TestSuite
setText(String) - Method in class org.apache.commons.jelly.impl.TextScript
Sets the text output by this script
setText(String) - Method in class org.apache.commons.jelly.tags.jms.TextMessageTag
Sets the body of the message, a String.
setTimeout(long) - Method in class org.apache.commons.jelly.tags.jms.ReceiveTag
Sets the timeout period in milliseconds to wait for a message.
setTrim(boolean) - Method in class org.apache.commons.jelly.TagSupport
Sets whether whitespace inside this tag should be trimmed or not.
setType(String) - Method in class org.apache.commons.jelly.tags.sql.DateParamTag
 
setType(String) - Method in class org.apache.commons.jelly.tags.jms.MessageTag
Sets the type name of the message
setType(String) - Method in class org.apache.commons.jelly.tags.dynabean.PropertyTag
Sets the type name of this property
setUri(String) - Method in class org.apache.commons.jelly.impl.StaticTag
 
setUri(String) - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
 
setUri(String) - Method in class org.apache.commons.jelly.tags.core.ImportTag
Sets the URI (relative URI or absolute URL) for the script to evaluate.
setUri(String) - Method in class org.apache.commons.jelly.tags.core.IncludeTag
Sets the URI (relative URI or absolute URL) for the script to evaluate.
setUri(String) - Method in class org.apache.commons.jelly.tags.define.TaglibTag
Sets the namespace URI to register this new dynamic tag library with
setUri(String) - Method in class org.apache.commons.jelly.tags.validate.VerifierTag
Sets the URI of the schema file to parse.
setUri(String) - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
Sets the URI from which XML is parsed.
setURI(String) - Method in class org.apache.commons.jelly.tags.xml.ElementTag
Sets the namespace URI of the element
setUrl(String) - Method in class org.apache.commons.jelly.tags.define.ClassLoaderTag
 
setUrl(String) - Method in class org.apache.commons.jelly.tags.sql.SetDataSourceTag
 
setUrl(String) - Method in class org.apache.commons.jelly.tags.http.MethodSupportTag
Sets the URL of this request
setUrl(URL) - Method in class org.apache.commons.jelly.Jelly
Sets the script URL to use
setUrl(URL) - Method in class org.apache.commons.jelly.task.JellyTask
Sets the script URL to use
setUseContextClassLoader(boolean) - Method in class org.apache.commons.jelly.JellyContext
Determine whether to use the Context ClassLoader (the one found by calling Thread.currentThread().getContextClassLoader()) to resolve/load classes.
setUseContextClassLoader(boolean) - Method in class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
Determine whether to use the Context ClassLoader (the one found by calling Thread.currentThread().getContextClassLoader()) to resolve/load classes.
setUseContextClassLoader(boolean) - Method in class org.apache.commons.jelly.parser.XMLParser
Determine whether to use the Context ClassLoader (the one found by calling Thread.currentThread().getContextClassLoader()) to resolve/load classes.
setUseContextClassLoader(boolean) - Method in class org.apache.commons.jelly.tags.core.NewTag
Determine whether to use the Context ClassLoader (the one found by calling Thread.currentThread().getContextClassLoader()) to resolve/load classes.
setUseContextClassLoader(boolean) - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
Sets whether or not the current threads's context class loader should be used to load the bean classes or not.
setUser(String) - Method in class org.apache.commons.jelly.tags.sql.SetDataSourceTag
 
setUserName(String) - Method in class org.apache.commons.jelly.tags.sql.DataSourceWrapper
 
setUserName(String) - Method in class org.apache.commons.jelly.tags.sql.DriverTag
 
setValidate(boolean) - Method in class org.apache.commons.jelly.tags.xml.ParseTag
Sets whether XML validation is enabled or disabled
setValidating(boolean) - Method in class org.apache.commons.jelly.parser.XMLParser
Set the validating parser flag.
setValue(Date) - Method in class org.apache.commons.jelly.tags.sql.DateParamTag
 
setValue(Expression) - Method in class org.apache.commons.jelly.tags.core.ExprTag
Sets the Jexl expression to evaluate.
setValue(Expression) - Method in class org.apache.commons.jelly.tags.core.SetTag
Sets the expression to evaluate.
setValue(Expression) - Method in class org.apache.commons.jelly.tags.dynabean.SetTag
Sets the expression to evaluate.
setValue(Object) - Method in class org.apache.commons.jelly.expression.ConstantExpression
Sets the constant value of this expression
setValue(Object) - Method in class org.apache.commons.jelly.tags.sql.ParamTag
 
setValue(Object) - Method in class org.apache.commons.jelly.tags.ojb.StoreTag
Sets the value to be persisted
setValue(Object) - Method in class org.apache.commons.jelly.tags.jms.PropertyTag
Sets the value of the JMS property.
setValue(Object) - Method in class org.apache.commons.jelly.tags.jms.MapEntryTag
Sets the value of the entry in the map message.
setValue(Object) - Method in class org.apache.commons.jelly.tags.http.HeaderTag
Sets the value of the JMS property.
setVar(String) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
Sets the variable name to export for the item being iterated over
setVar(String) - Method in class org.apache.commons.jelly.tags.core.NewTag
Sets the name of the variable exported by this tag
setVar(String) - Method in class org.apache.commons.jelly.tags.core.CatchTag
Sets the name of the variable which is exposed with the Exception that gets thrown by evaluating the body of this tag or which is set to null if there is no exception thrown.
setVar(String) - Method in class org.apache.commons.jelly.tags.core.SetTag
Sets the variable name to define for this expression
setVar(String) - Method in class org.apache.commons.jelly.tags.xml.ForEachTag
Sets the variable name to export for the item being iterated over
setVar(String) - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
Sets the variable name that will be used for the Document variable created
setVar(String) - Method in class org.apache.commons.jelly.tags.xml.SetTag
Sets the variable name to define for this expression
setVar(String) - Method in class org.apache.commons.jelly.tags.define.ScriptTag
Sets the variable name of the tag to create
setVar(String) - Method in class org.apache.commons.jelly.tags.define.ClassLoaderTag
 
setVar(String) - Method in class org.apache.commons.jelly.tags.sql.DriverTag
 
setVar(String) - Method in class org.apache.commons.jelly.tags.sql.SqlTagSupport
Sets the name of the variable to hold the result.
setVar(String) - Method in class org.apache.commons.jelly.tags.sql.ResultSetTag
Sets the variable to export the result set to.
setVar(String) - Method in class org.apache.commons.jelly.tags.sql.SetDataSourceTag
 
setVar(String) - Method in class org.apache.commons.jelly.tags.jsl.StylesheetTag
Sets the variable name to define for this expression
setVar(String) - Method in class org.apache.commons.jelly.tags.ant.FileScannerTag
Sets the name of the variable exported by this tag
setVar(String) - Method in class org.apache.commons.jelly.tags.ojb.BrokerTag
Sets the variable name to define for this expression
setVar(String) - Method in class org.apache.commons.jelly.tags.jms.DestinationTag
Sets the variable name to use for the Destination
setVar(String) - Method in class org.apache.commons.jelly.tags.jms.MessageTag
Sets the name of the variable that the message will be exported to
setVar(String) - Method in class org.apache.commons.jelly.tags.jms.ConnectionTag
Sets the variable name to use for the exported Messenger (JMS connection pool)
setVar(String) - Method in class org.apache.commons.jelly.tags.jms.ReceiveTag
Sets the variable name to create for the received message, which will be null if no message could be returned in the given time period.
setVar(String) - Method in class org.apache.commons.jelly.tags.validate.VerifierTag
Sets the name of the variable that will be set to the new Verifier
setVar(String) - Method in class org.apache.commons.jelly.tags.validate.ValidateTag
Sets the name of the variable that will contain a boolean flag for whether or not the XML is valid.
setVar(String) - Method in class org.apache.commons.jelly.tags.http.MethodSupportTag
Sets the variable name for the HttpMethod object
setVar(String) - Method in class org.apache.commons.jelly.tags.util.TokenizeTag
 
setVar(String) - Method in class org.apache.commons.jelly.tags.junit.SuiteTag
Sets the name of the test suite whichi is exported
setVar(String) - Method in class org.apache.commons.jelly.tags.swing.WindowListenerTag
Sets the name of the variable to use to expose the Event object
setVar(String) - Method in class org.apache.commons.jelly.tags.betwixt.ParseTag
Sets the variable name to output with the result of the XML parse.
setVar(String) - Method in class org.apache.commons.jelly.tags.betwixt.IntrospectorTag
Sets the variable name to output the new XMLIntrospector to.
setVar(String) - Method in class org.apache.commons.jelly.tags.dynabean.SetTag
Sets the variable name to define for this expression
setVar(String) - Method in class org.apache.commons.jelly.tags.dynabean.DynaclassTag
Sets the name of the variable to export the DynaClass instance
setVar(String) - Method in class org.apache.commons.jelly.tags.dynabean.DynabeanTag
Sets the name of the variable to export the new DynaBean instance to
setVarAttribute(String) - Method in class org.apache.commons.jelly.tags.define.DynaBeanTag
Sets the name of the attribute used to define the bean variable that this dynamic tag will output its results as.
setVarAttribute(String) - Method in class org.apache.commons.jelly.tags.define.BeanTag
Sets the name of the attribute used to define the bean variable that this dynamic tag will output its results as.
setVariable(String, Object) - Method in class org.apache.commons.jelly.JellyContext
Sets the value of the given variable name
setVariable(String, Object) - Method in class org.apache.commons.jelly.impl.Embedded
Set a new variable within the context for the script to use.
setVariable(String, Object) - Method in class org.apache.commons.jelly.task.AntJellyContext
Sets the value of the given variable name
setVariable(String, String, Object) - Method in class org.apache.commons.jelly.JellyContext
Sets the value of the given variable name in the given variable scope
setVariables(Map) - Method in class org.apache.commons.jelly.JellyContext
Sets the Map of variables to use
setVariables(Map) - Method in class org.apache.commons.jelly.task.AntJellyContext
Sets the Map of variables to use
setVerifier(Verifier) - Method in class org.apache.commons.jelly.tags.validate.ValidateTag
Sets the schema Verifier that this tag will use to verify its body
setXml(Object) - Method in class org.apache.commons.jelly.tags.xml.ParseTag
Sets the source of the XML which is either a String URI, Reader or InputStream
setXmlOutput(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ThreadTag
Sets the destination of output
setXMLOutput(XMLOutput) - Method in class org.apache.commons.jelly.task.JellyTask
Sets the XMLOutput used
setXpath(XPath) - Method in class org.apache.commons.jelly.tags.junit.AssertTag
Sets the boolean XPath expression to evaluate.
shouldTrim - Variable in class org.apache.commons.jelly.TagSupport
The current context
skippedEntity(String) - Method in class org.apache.commons.jelly.XMLOutput
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.apache.commons.jelly.parser.XMLParser
Process notification of a skipped entity.
sql - Variable in class org.apache.commons.jelly.tags.sql.SqlTagSupport
 
SqlTagLibrary - class org.apache.commons.jelly.tags.sql.SqlTagLibrary.
Describes the Taglib.
SqlTagLibrary() - Constructor for class org.apache.commons.jelly.tags.sql.SqlTagLibrary
 
SqlTagSupport - class org.apache.commons.jelly.tags.sql.SqlTagSupport.
Abstract base class for any SQL related tag in JSTL.
SqlTagSupport() - Constructor for class org.apache.commons.jelly.tags.sql.SqlTagSupport
 
start(RootDoc) - Static method in class org.apache.commons.jelly.util.TagXMLDoclet
 
start(RootDoc) - Static method in class org.apache.commons.jelly.util.XMLDoclet
 
startCDATA() - Method in class org.apache.commons.jelly.XMLOutput
Report the start of a CDATA section.
startDocument() - Method in class org.apache.commons.jelly.XMLOutput
Receive notification of the beginning of a document.
startDocument() - Method in class org.apache.commons.jelly.parser.XMLParser
Process notification of the beginning of the document being reached.
startDTD(String, String, String) - Method in class org.apache.commons.jelly.XMLOutput
Report the start of DTD declarations, if any.
startElement(String, String, String, Attributes) - Method in class org.apache.commons.jelly.XMLOutput
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.apache.commons.jelly.parser.XMLParser
Process notification of the start of an XML element being reached.
startEntity(String) - Method in class org.apache.commons.jelly.XMLOutput
Report the beginning of some internal and external XML entities.
startNamespacePrefixes(XMLOutput) - Method in class org.apache.commons.jelly.impl.TagScript
Output the new namespace prefixes used for this element
startPrefixMapping(String, String) - Method in class org.apache.commons.jelly.XMLOutput
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.apache.commons.jelly.parser.XMLParser
Process notification that a namespace prefix is coming in to scope.
startRow - Variable in class org.apache.commons.jelly.tags.sql.QueryTag
 
StaticTag - class org.apache.commons.jelly.impl.StaticTag.
StaticTag represents a static XML element which echos itself to XMLOutput when it is invoked.
StaticTag() - Constructor for class org.apache.commons.jelly.impl.StaticTag
 
StaticTag(String, String, String) - Constructor for class org.apache.commons.jelly.impl.StaticTag
 
StaticTagScript - class org.apache.commons.jelly.impl.StaticTagScript.
StaticTagScript is a script that evaluates a StaticTag, a piece of static XML though its attributes or element content may contain dynamic expressions.
StaticTagScript() - Constructor for class org.apache.commons.jelly.impl.StaticTagScript
 
StaticTagScript(TagFactory) - Constructor for class org.apache.commons.jelly.impl.StaticTagScript
 
StoreTag - class org.apache.commons.jelly.tags.ojb.StoreTag.
This Store tag will store the given object in ObjectBridge using the given broker or it will use the parent broker tags broker instance.
StoreTag() - Constructor for class org.apache.commons.jelly.tags.ojb.StoreTag
 
StylesheetTag - class org.apache.commons.jelly.tags.jsl.StylesheetTag.
This tag implements a JSL stylesheet which is similar to an XSLT stylesheet but can use Jelly tags inside it
StylesheetTag() - Constructor for class org.apache.commons.jelly.tags.jsl.StylesheetTag
 
StyleTag - class org.apache.commons.jelly.tags.jsl.StyleTag.
This tag performs a JSL stylesheet which was previously created via an <stylesheet> tag.
StyleTag() - Constructor for class org.apache.commons.jelly.tags.jsl.StyleTag
 
SuiteTag - class org.apache.commons.jelly.tags.junit.SuiteTag.
Represents a collection of TestCases..
SuiteTag() - Constructor for class org.apache.commons.jelly.tags.junit.SuiteTag
 
SwingTagLibrary - class org.apache.commons.jelly.tags.swing.SwingTagLibrary.
A Jelly custom tag library that allows Ant tasks to be called from inside Jelly.
SwingTagLibrary() - Constructor for class org.apache.commons.jelly.tags.swing.SwingTagLibrary
 

T

Tag - interface org.apache.commons.jelly.Tag.
Tag represents a Jelly custom tag.
TagDefTag - class org.apache.commons.jelly.tags.jeez.TagDefTag.
This tag defines a dynamic tag in Jelly script.
TagDefTag(DynamicTagLibrary) - Constructor for class org.apache.commons.jelly.tags.jeez.TagDefTag
 
TagFactory - interface org.apache.commons.jelly.impl.TagFactory.
TagFactory represents a Factory of Tag instances.
TagLibrary - class org.apache.commons.jelly.TagLibrary.
Taglib represents the metadata for a Jelly custom tag library.
TagLibrary() - Constructor for class org.apache.commons.jelly.TagLibrary
 
TagLibraryResolver - interface org.apache.commons.jelly.impl.TagLibraryResolver.
TagLibraryResolver represents an object capable of resolving a URI to a TagLibrary instance.
TaglibTag - class org.apache.commons.jelly.tags.define.TaglibTag.
The <taglib> tag is used to define a new tag library using a Jelly script..
TaglibTag() - Constructor for class org.apache.commons.jelly.tags.define.TaglibTag
 
TaglibTag(String) - Constructor for class org.apache.commons.jelly.tags.define.TaglibTag
 
tagName - Variable in class org.apache.commons.jelly.tags.ant.AntTag
The name of this tag.
TagScript - class org.apache.commons.jelly.impl.TagScript.
TagScript abstract base class for a script that evaluates a custom tag.
TagScript() - Constructor for class org.apache.commons.jelly.impl.TagScript
 
TagScript(TagFactory) - Constructor for class org.apache.commons.jelly.impl.TagScript
 
TagSupport - class org.apache.commons.jelly.TagSupport.
TagSupport an abstract base class which is useful to inherit from if developing your own tag.
TagSupport() - Constructor for class org.apache.commons.jelly.TagSupport
 
TagSupport(boolean) - Constructor for class org.apache.commons.jelly.TagSupport
 
TagTag - class org.apache.commons.jelly.tags.define.TagTag.
<tag> is used to define a new tag using a Jelly script to implement the behaviour of the tag.
TagTag() - Constructor for class org.apache.commons.jelly.tags.define.TagTag
 
TagXMLDoclet - class org.apache.commons.jelly.util.TagXMLDoclet.
Main Doclet class to generate Tag Library ML.
TagXMLDoclet(RootDoc) - Constructor for class org.apache.commons.jelly.util.TagXMLDoclet
 
targetFinished(BuildEvent) - Method in class org.apache.commons.jelly.tags.werkz.JellyBuildListener
 
targetStarted(BuildEvent) - Method in class org.apache.commons.jelly.tags.werkz.JellyBuildListener
 
TargetTag - class org.apache.commons.jelly.tags.jeez.TargetTag.
Wraps a Werkz <goal> to appear as an ant <target>.
TargetTag() - Constructor for class org.apache.commons.jelly.tags.jeez.TargetTag
 
task - Variable in class org.apache.commons.jelly.tags.ant.AntTag
Task, if this tag represents a task.
taskFinished(BuildEvent) - Method in class org.apache.commons.jelly.tags.werkz.JellyBuildListener
 
TaskSource - interface org.apache.commons.jelly.tags.ant.TaskSource.
A tag which provides an Ant Task object on which to set Ant DataTypes or create nested types
taskStarted(BuildEvent) - Method in class org.apache.commons.jelly.tags.werkz.JellyBuildListener
 
TemplateTag - class org.apache.commons.jelly.tags.jsl.TemplateTag.
This tag represents a declarative matching rule, similar to the template tag in XSLT.
TemplateTag() - Constructor for class org.apache.commons.jelly.tags.jsl.TemplateTag
 
TextMessageTag - class org.apache.commons.jelly.tags.jms.TextMessageTag.
Creates a JMS TextMessage
TextMessageTag() - Constructor for class org.apache.commons.jelly.tags.jms.TextMessageTag
 
TextScript - class org.apache.commons.jelly.impl.TextScript.
TextScript outputs some static text.
TextScript() - Constructor for class org.apache.commons.jelly.impl.TextScript
 
TextScript(String) - Constructor for class org.apache.commons.jelly.impl.TextScript
 
ThreadTag - class org.apache.commons.jelly.tags.core.ThreadTag.
A tag that spwans the contained script in a separate thread
ThreadTag() - Constructor for class org.apache.commons.jelly.tags.core.ThreadTag
 
TokenizeTag - class org.apache.commons.jelly.tags.util.TokenizeTag.
 
TokenizeTag() - Constructor for class org.apache.commons.jelly.tags.util.TokenizeTag
 
toString() - Method in class org.apache.commons.jelly.XMLOutput
 
toString() - Method in class org.apache.commons.jelly.expression.CompositeExpression
 
toString() - Method in class org.apache.commons.jelly.expression.ConstantExpression
 
toString() - Method in class org.apache.commons.jelly.impl.TextScript
 
toString() - Method in class org.apache.commons.jelly.impl.StaticTag
 
toString() - Method in class org.apache.commons.jelly.impl.ScriptBlock
 
toString() - Method in class org.apache.commons.jelly.impl.TagScript
 
toString() - Method in class org.apache.commons.jelly.impl.ExpressionScript
 
toString() - Method in class org.apache.commons.jelly.tags.xml.XPathExpression
 
toString() - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
TraceTag - class org.apache.commons.jelly.tags.log.TraceTag.
A tag which generates TRACE level logging statement using the given category name.
TraceTag() - Constructor for class org.apache.commons.jelly.tags.log.TraceTag
 
TransactionTag - class org.apache.commons.jelly.tags.sql.TransactionTag.
Tag handler for <Transaction> in JSTL.
TransactionTag() - Constructor for class org.apache.commons.jelly.tags.sql.TransactionTag
 
TriggerTag - class org.apache.commons.jelly.tags.quartz.TriggerTag.
Abstract base for all triggers.
TriggerTag() - Constructor for class org.apache.commons.jelly.tags.quartz.TriggerTag
Construct.
trimBody() - Method in class org.apache.commons.jelly.TagSupport
Find all text nodes inside the top level of this body and if they are just whitespace then remove them
trimEndWhitespace() - Method in class org.apache.commons.jelly.impl.TextScript
Trims whitespace from the end of the text
trimStartWhitespace() - Method in class org.apache.commons.jelly.impl.TextScript
Trims whitespace from the start of the text
trimWhitespace() - Method in class org.apache.commons.jelly.impl.TextScript
Trims whitespace from the start and end of the text in this script
type - Variable in class org.apache.commons.jelly.tags.sql.DateParamTag
 

U

unparsedEntityDecl(String, String, String, String) - Method in class org.apache.commons.jelly.parser.XMLParser
Receive notification of an unparsed entity declaration event.
unregister(String) - Method in class org.apache.commons.jelly.tags.bsf.JellyContextRegistry
 
UpdateTag - class org.apache.commons.jelly.tags.sql.UpdateTag.
Tag handler for <Update> in JSTL.
UpdateTag() - Constructor for class org.apache.commons.jelly.tags.sql.UpdateTag
 
useContextClassLoader - Variable in class org.apache.commons.jelly.JellyContext
Do we want to use the Context ClassLoader when loading classes for instantiating new objects? Default is false.
useContextClassLoader - Variable in class org.apache.commons.jelly.parser.XMLParser
Do we want to use the Context ClassLoader when loading classes for instantiating new objects? Default is false.
useContextClassLoader - Variable in class org.apache.commons.jelly.tags.core.NewTag
Do we want to use the Context ClassLoader when loading classes for instantiating new objects? Default is false.
userName - Variable in class org.apache.commons.jelly.tags.sql.SetDataSourceTag
 
UtilTagLibrary - class org.apache.commons.jelly.tags.util.UtilTagLibrary.
Implements general utility tags.
UtilTagLibrary() - Constructor for class org.apache.commons.jelly.tags.util.UtilTagLibrary
 

V

ValidateTag - class org.apache.commons.jelly.tags.validate.ValidateTag.
This tag validates its body using a schema Verifier which can validate against DTDs, XML Schema, RelaxNG, Relax or TREX.
ValidateTag() - Constructor for class org.apache.commons.jelly.tags.validate.ValidateTag
 
ValidateTagLibrary - class org.apache.commons.jelly.tags.validate.ValidateTagLibrary.
Describes the Taglib.
ValidateTagLibrary() - Constructor for class org.apache.commons.jelly.tags.validate.ValidateTagLibrary
 
validating - Variable in class org.apache.commons.jelly.parser.XMLParser
Do we want to use a validating parser?
validDocElementName(String) - Method in class org.apache.commons.jelly.util.TagXMLDoclet
 
value - Variable in class org.apache.commons.jelly.tags.sql.DateParamTag
 
value - Variable in class org.apache.commons.jelly.tags.sql.ParamTag
 
var - Variable in class org.apache.commons.jelly.tags.sql.SqlTagSupport
 
VerifierTag - class org.apache.commons.jelly.tags.validate.VerifierTag.
This tag creates a new Verifier of a schema as a variable so that it can be used by a <validate> tag.
VerifierTag() - Constructor for class org.apache.commons.jelly.tags.validate.VerifierTag
 

W

WaitForSchedulerTag - class org.apache.commons.jelly.tags.quartz.WaitForSchedulerTag.
Block and wait for the Quartz scheduler to shutdown.
WaitForSchedulerTag() - Constructor for class org.apache.commons.jelly.tags.quartz.WaitForSchedulerTag
Construct.
warn(String) - Method in class org.apache.commons.jelly.tags.werkz.JellySession
 
warning(SAXParseException) - Method in class org.apache.commons.jelly.parser.XMLParser
Forward notification of a parse warning to the application supplied error handler (if any).
WarnTag - class org.apache.commons.jelly.tags.log.WarnTag.
A tag which generates WARN level logging statement using the given category name.
WarnTag() - Constructor for class org.apache.commons.jelly.tags.log.WarnTag
 
WerkzTagLibrary - class org.apache.commons.jelly.tags.werkz.WerkzTagLibrary.
Implements a bunch of tags that are useful for working with Werkz.
WerkzTagLibrary() - Constructor for class org.apache.commons.jelly.tags.werkz.WerkzTagLibrary
 
WerkzTagSupport - class org.apache.commons.jelly.tags.werkz.WerkzTagSupport.
The abstract base class for Werkz child tags
WerkzTagSupport() - Constructor for class org.apache.commons.jelly.tags.werkz.WerkzTagSupport
 
WerkzTagSupport(boolean) - Constructor for class org.apache.commons.jelly.tags.werkz.WerkzTagSupport
 
WhenTag - class org.apache.commons.jelly.tags.core.WhenTag.
A tag which conditionally evaluates its body based on some condition
WhenTag() - Constructor for class org.apache.commons.jelly.tags.core.WhenTag
 
WhitespaceTag - class org.apache.commons.jelly.tags.core.WhitespaceTag.
A simple tag used to preserve whitespace inside its body
WhitespaceTag() - Constructor for class org.apache.commons.jelly.tags.core.WhitespaceTag
 
WindowListenerTag - class org.apache.commons.jelly.tags.swing.WindowListenerTag.
Creates a WindowListener which is attached to its parent window control which will invoke named Jelly scripts as window events are fired, or will invoke its body if there is no script specified for the named event type.
WindowListenerTag() - Constructor for class org.apache.commons.jelly.tags.swing.WindowListenerTag
 
write(String) - Method in class org.apache.commons.jelly.XMLOutput
Outputs the given String as a piece of valid text in the XML event stream.
writeCDATA(String) - Method in class org.apache.commons.jelly.XMLOutput
Outputs the given String as a piece of CDATA in the XML event stream.
writeComment(String) - Method in class org.apache.commons.jelly.XMLOutput
Outputs a comment to the XML stream

X

XMLDoclet - class org.apache.commons.jelly.util.XMLDoclet.
Main Doclet class to generate JavaDocXML.
XMLDoclet(RootDoc) - Constructor for class org.apache.commons.jelly.util.XMLDoclet
 
XMLOutput - class org.apache.commons.jelly.XMLOutput.
XMLOutput is used to output XML events in a SAX-like manner.
XMLOutput() - Constructor for class org.apache.commons.jelly.XMLOutput
 
XMLOutput(ContentHandler) - Constructor for class org.apache.commons.jelly.XMLOutput
 
XMLOutput(ContentHandler, LexicalHandler) - Constructor for class org.apache.commons.jelly.XMLOutput
 
XMLParser - class org.apache.commons.jelly.parser.XMLParser.
XMLParser parses the XML Jelly format.
XMLParser() - Constructor for class org.apache.commons.jelly.parser.XMLParser
Construct a new XMLParser with default properties.
XMLParser(SAXParser) - Constructor for class org.apache.commons.jelly.parser.XMLParser
Construct a new XMLParser, allowing a SAXParser to be passed in.
XMLParser(XMLReader) - Constructor for class org.apache.commons.jelly.parser.XMLParser
Construct a new XMLParser, allowing an XMLReader to be passed in.
XMLTagLibrary - class org.apache.commons.jelly.tags.xml.XMLTagLibrary.
Describes the Taglib.
XMLTagLibrary() - Constructor for class org.apache.commons.jelly.tags.xml.XMLTagLibrary
 
XPathExpression - class org.apache.commons.jelly.tags.xml.XPathExpression.
An expression which returns an XPath object.
XPathExpression() - Constructor for class org.apache.commons.jelly.tags.xml.XPathExpression
 
XPathExpression(XPath) - Constructor for class org.apache.commons.jelly.tags.xml.XPathExpression
 
XPathPatternExpression - class org.apache.commons.jelly.tags.jsl.XPathPatternExpression.
An expression which returns an XPath based Pattern (like an XSLT pattern).
XPathPatternExpression() - Constructor for class org.apache.commons.jelly.tags.jsl.XPathPatternExpression
 
XPathPatternExpression(Pattern) - Constructor for class org.apache.commons.jelly.tags.jsl.XPathPatternExpression
 
XPathSource - interface org.apache.commons.jelly.tags.xml.XPathSource.
A tag which is capable of producing a source of XPath context objects such as <x:forEach>
XPathTagSupport - class org.apache.commons.jelly.tags.xml.XPathTagSupport.
An abstract base class useful for implementation inheritence
XPathTagSupport() - Constructor for class org.apache.commons.jelly.tags.xml.XPathTagSupport
 

A B C D E F G H I J L M N O P Q R S T U V W X

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