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

A

addAttribute(Attribute) - Method in class org.apache.commons.jelly.tags.define.DefineBeanTag
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.
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
addRuntimeTask(String) - Method in class org.apache.commons.jelly.tags.jeez.JeezTagLibrary
 
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
addText(Project, Object, String) - Method in class org.apache.commons.jelly.tags.ant.IntrospectionHelper
Adds PCDATA areas.
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.
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(Project, 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
 
AntTagLibrary(Project) - 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
 
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.tags.define.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.tags.define.Attribute
 
attributes - Variable in class org.apache.commons.jelly.impl.TagScript
The attribute expressions that are created
AttributeTag - class org.apache.commons.jelly.tags.define.AttributeTag.
This tag is bound onto a Java Bean class.
AttributeTag - class org.apache.commons.jelly.tags.xml.AttributeTag.
Adds an XML attribute to the parent element tag like the <xsl:attribute> tag.
AttributeTag() - Constructor for class org.apache.commons.jelly.tags.define.AttributeTag
 
AttributeTag() - Constructor for class org.apache.commons.jelly.tags.xml.AttributeTag
 
AttributeTag(Attribute) - Constructor for class org.apache.commons.jelly.tags.define.AttributeTag
 

B

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
 
BeanTag - class org.apache.commons.jelly.tags.define.BeanTag.
This tag is bound onto a Java Bean class.
BeanTag(Class, Map, String, Method) - 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(Tag) - 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.tags.define.BeanTag
 
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.ant.IntrospectionHelper
 
buildFinished(BuildEvent) - Method in class org.apache.commons.jelly.tags.werkz.JellyBuildListener
 
buildStarted(BuildEvent) - Method in class org.apache.commons.jelly.tags.ant.IntrospectionHelper
 
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
 
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.
clearParameters() - Method in class org.apache.commons.jelly.tags.sql.SqlTagSupport
 
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.ScriptBlock
 
compile() - Method in class org.apache.commons.jelly.impl.TextScript
 
compile() - Method in class org.apache.commons.jelly.impl.ExpressionScript
 
compile() - Method in class org.apache.commons.jelly.impl.BeanTagScript
Compiles the script to a more efficient form.
compile() - Method in class org.apache.commons.jelly.impl.DynaTagScript
Compiles the script to a more efficient form.
compile() - Method in class org.apache.commons.jelly.tags.core.ChooseTag
 
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 {#link getResource()} 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 {#link getResource()} method then returns the compiled script.
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
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
 
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() - 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
 
createDataType(String) - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
createElement(Project, Object, String) - Method in class org.apache.commons.jelly.tags.ant.IntrospectionHelper
Creates a named nested element.
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
 
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
 
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() - 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() - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
 
createRuntimeTaskTagScript(String, Attributes) - Method in class org.apache.commons.jelly.tags.ant.AntTagLibrary
 
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() - 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(String) - Method in class org.apache.commons.jelly.tags.define.DynamicTagLibrary
Creates a new Tag for the given tag name if it exists
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.tags.define.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
 
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(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

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
 
DefineBeanTag - class org.apache.commons.jelly.tags.define.DefineBeanTag.
Binds a Java bean to the given named Jelly tag so that the attributes of the tag set the bean properties..
DefineBeanTag() - Constructor for class org.apache.commons.jelly.tags.define.DefineBeanTag
 
DefineJellyBeanTag - class org.apache.commons.jelly.tags.define.DefineJellyBeanTag.
Binds a Java bean to the given named Jelly tag so that the attributes of the tag set the bean properties.
DefineJellyBeanTag() - Constructor for class org.apache.commons.jelly.tags.define.DefineJellyBeanTag
 
DefineScriptTag - class org.apache.commons.jelly.tags.define.DefineScriptTag.
DefineScriptTag is used to assign a Script object to a variable.
DefineScriptTag() - Constructor for class org.apache.commons.jelly.tags.define.DefineScriptTag
 
DefineTagLibrary - class org.apache.commons.jelly.tags.define.DefineTagLibrary.
Describes the Taglib.
DefineTagLibrary() - Constructor for class org.apache.commons.jelly.tags.define.DefineTagLibrary
 
DefineTagLibTag - class org.apache.commons.jelly.tags.define.DefineTagLibTag.
DefineTag is used to define a new taglib using a Jelly script..
DefineTagLibTag() - Constructor for class org.apache.commons.jelly.tags.define.DefineTagLibTag
 
DefineTagLibTag(String) - Constructor for class org.apache.commons.jelly.tags.define.DefineTagLibTag
 
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
 
DefineTagTag - class org.apache.commons.jelly.tags.define.DefineTagTag.
DefineTagTag is used to define a new tag using a Jelly script..
DefineTagTag() - Constructor for class org.apache.commons.jelly.tags.define.DefineTagTag
 
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
 
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.StaticTag
 
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.CatchTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ThreadTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.OtherwiseTag
 
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.define.BeanTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.DefineTagTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.DefineBeanTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.DefineTagLibTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.InvokeBodyTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.DefineScriptTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.AttributeTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.DynamicTag
 
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.ExprTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.ParseTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.SetTag
 
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.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.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.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.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.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.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
 
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
 
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
 
DynamicTag - class org.apache.commons.jelly.tags.define.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.tags.define.DynamicTag
 
DynamicTag(Script) - Constructor for class org.apache.commons.jelly.tags.define.DynamicTag
 
DynamicTagLibrary - class org.apache.commons.jelly.tags.define.DynamicTagLibrary.
DynamicTagLibrary represents a TagLibrary which gets created by running a Jelly script.
DynamicTagLibrary() - Constructor for class org.apache.commons.jelly.tags.define.DynamicTagLibrary
 
DynamicTagLibrary(String) - Constructor for class org.apache.commons.jelly.tags.define.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(DynaTag) - 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
 
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.task.JellyTask
Excutes the Jelly script
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.
fail(String) - Method in class org.apache.commons.jelly.tags.junit.AssertTagSupport
Produces a failure assertion with the given message
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
 
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(Project) - 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
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.jsl.TemplateTag
Getter for property action.
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
getAttributes() - Method in class org.apache.commons.jelly.tags.ant.IntrospectionHelper
Return all attribues supported by the introspected class.
getAttributeType(String) - Method in class org.apache.commons.jelly.tags.ant.IntrospectionHelper
returns the type of a named attribute.
getBean() - Method in class org.apache.commons.jelly.tags.define.BeanTag
 
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.
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.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.DefineBeanTag
 
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
 
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.parser.XMLParser
 
getCurrentURL() - Method in class org.apache.commons.jelly.JellyContext
 
getDefaultValue() - Method in class org.apache.commons.jelly.tags.define.Attribute
Returns the defaultValue.
getDestination() - Method in class org.apache.commons.jelly.tags.jms.MessageOperationTag
 
getDynaBean() - Method in class org.apache.commons.jelly.DynaBeanTagSupport
 
getElementName() - Method in class org.apache.commons.jelly.JellyException
 
getElementName() - Method in class org.apache.commons.jelly.impl.TagScript
 
getElementName(Project, Object) - Method in class org.apache.commons.jelly.tags.ant.IntrospectionHelper
 
getElementType(String) - Method in class org.apache.commons.jelly.tags.ant.IntrospectionHelper
returns the type of a named nested element.
getErrorHandler() - Method in class org.apache.commons.jelly.parser.XMLParser
Return the error handler for this XMLParser.
getExport() - Method in class org.apache.commons.jelly.JellyContext
 
getExport() - Method in class org.apache.commons.jelly.tags.core.IncludeTag
 
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
 
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
 
getHelper(Class) - Static method in class org.apache.commons.jelly.tags.ant.IntrospectionHelper
Factory method for helper objects.
getInherit() - Method in class org.apache.commons.jelly.JellyContext
 
getInherit() - Method in class org.apache.commons.jelly.tags.core.ImportTag
 
getInherit() - Method in class org.apache.commons.jelly.tags.core.IncludeTag
 
getInitParameter(String) - Method in class org.apache.commons.jelly.tags.sql.DriverTag
 
getInvokeMethod(Class) - Method in class org.apache.commons.jelly.tags.define.DefineBeanTag
Extracts the invoke method for the class if one is used.
getInvokeMethod(Class) - Method in class org.apache.commons.jelly.tags.define.DefineJellyBeanTag
 
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
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.DefineJellyBeanTag
 
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.tags.define.DefineTagTag
 
getName() - Method in class org.apache.commons.jelly.tags.define.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.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
 
getNestedElements() - Method in class org.apache.commons.jelly.tags.ant.IntrospectionHelper
Return all nested elements supported by the introspected class.
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
 
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.ant.AntTagLibrary
 
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.
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.
getRule() - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
Getter for property rule.
getSAXReader() - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
 
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.
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
 
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.JSLTagSupport
 
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
 
getTagClasses() - Method in class org.apache.commons.jelly.TagLibrary
 
getTagLibrary() - Method in class org.apache.commons.jelly.tags.define.DefineTagSupport
 
getTagLibrary() - Method in class org.apache.commons.jelly.tags.define.DefineTagLibTag
 
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.tags.define.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.tags.define.DefineTagLibTag
 
getUri() - Method in class org.apache.commons.jelly.tags.define.DynamicTagLibrary
 
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.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.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
getValue() - Method in class org.apache.commons.jelly.tags.core.WhenTag
 
getVar() - Method in class org.apache.commons.jelly.tags.define.DefineScriptTag
 
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.jms.ReceiveTag
 
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
 
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.
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.
IntrospectionHelper - class org.apache.commons.jelly.tags.ant.IntrospectionHelper.
Helper class that collects the methods a task or nested element holds to set attributes, create nested elements or hold PCDATA elements.
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.
InvokeBodyTag this tag needs to find the correct parent DynamicTag instance and call its body.
InvokeBodyTag() - Constructor for class org.apache.commons.jelly.tags.define.InvokeBodyTag
 
isDebug() - Method in class org.apache.commons.jelly.tags.werkz.JellyBuildListener
 
isDebug(boolean) - Method in class org.apache.commons.jelly.tags.werkz.JellyBuildListener
 
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.tags.define.Attribute
Returns whether this attribute is required.
isRuntimeTask(String) - Method in class org.apache.commons.jelly.tags.jeez.JeezTagLibrary
 
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
Use a default ant Project
JeezTagLibrary(Project) - Constructor for class org.apache.commons.jelly.tags.jeez.JeezTagLibrary
Construct.
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
 
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
 
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
 
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
 
JSLTagSupport - class org.apache.commons.jelly.tags.jsl.JSLTagSupport.
A common base class useful for implementation inheritence
JSLTagSupport() - Constructor for class org.apache.commons.jelly.tags.jsl.JSLTagSupport
 
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
 
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.ant.IntrospectionHelper
 
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(Tag) - Static method in class org.apache.commons.jelly.impl.TagScript
 
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
 
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.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.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
 
org.apache.commons.jelly.tags.jeez - package org.apache.commons.jelly.tags.jeez
 
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.sql - package org.apache.commons.jelly.tags.sql
The SQL Tags from the JSTL
org.apache.commons.jelly.tags.util - package org.apache.commons.jelly.tags.util
 
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

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
 
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() - Constructor for class org.apache.commons.jelly.tags.xml.ParseTag
 
ParseTag() - Constructor for class org.apache.commons.jelly.tags.html.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
 
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.
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() - Constructor for class org.apache.commons.jelly.tags.jms.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

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
 
registerBeanTag(String, BeanTag) - Method in class org.apache.commons.jelly.tags.define.DynamicTagLibrary
Creates a new Jelly Bean Tag with the given name
registerDynamicTag(String, Script) - Method in class org.apache.commons.jelly.tags.define.DynamicTagLibrary
Creates a new tag with the given name and template
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, TagLibrary) - Method in class org.apache.commons.jelly.JellyContext
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.
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(ResultSet, int, int) - Constructor for class org.apache.commons.jelly.tags.sql.ResultImpl
This constructor reads the ResultSet and saves a cached copy.
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.ScriptBlock
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.ExpressionScript
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.DynaTagScript
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

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
 
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.jsl.TemplateTag
Sets the action.
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".
setAntProject(Project) - Method in class org.apache.commons.jelly.tags.ant.AntTag
 
setAttribute(Project, Object, String, String) - Method in class org.apache.commons.jelly.tags.ant.IntrospectionHelper
Sets the named attribute.
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.StaticTag
 
setAttribute(String, Object) - Method in class org.apache.commons.jelly.tags.define.BeanTag
 
setAttribute(String, Object) - Method in class org.apache.commons.jelly.tags.define.DynamicTag
 
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
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
 
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.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.DefineBeanTag
Sets the ClassLoader to use to load the class.
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.DefineBeanTag
Sets the Java class name to use for the tag
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.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
 
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.tags.define.Attribute
Sets the defaultValue.
setDefaultValue(Expression) - Method in class org.apache.commons.jelly.tags.define.AttributeTag
Sets the default value of this attribute
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
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
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
 
setExport(String) - Method in class org.apache.commons.jelly.tags.core.IncludeTag
 
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
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
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
 
setInherit(String) - Method in class org.apache.commons.jelly.tags.core.ImportTag
 
setInherit(String) - Method in class org.apache.commons.jelly.tags.core.IncludeTag
 
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
 
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.DefineJellyBeanTag
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.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.define.DefineTagTag
Sets the name of the tag to create
setName(String) - Method in class org.apache.commons.jelly.tags.define.Attribute
Sets the name.
setName(String) - Method in class org.apache.commons.jelly.tags.define.DefineBeanTag
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.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.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
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.
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
 
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
setPassword(String) - Method in class org.apache.commons.jelly.tags.sql.DataSourceWrapper
 
setPassword(String) - Method in class org.apache.commons.jelly.tags.sql.SetDataSourceTag
 
setPrereqs(String) - Method in class org.apache.commons.jelly.tags.werkz.GoalTag
 
setPriority(double) - Method in class org.apache.commons.jelly.tags.jsl.TemplateTag
Sets the priority.
setProject(Project) - Method in class org.apache.commons.jelly.tags.ant.AntTagLibrary
Sets the Ant Project for this tag library.
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.
setPropertyValue(Object, String, Object) - Method in class org.apache.commons.jelly.tags.core.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.tags.define.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
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.
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.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
 
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() - Constructor for class org.apache.commons.jelly.tags.core.SetTag
 
SetTag() - Constructor for class org.apache.commons.jelly.tags.xml.SetTag
 
setTag(Tag) - Method in class org.apache.commons.jelly.impl.TagScript
Sets the tag to be evaluated
setTarget(Object) - Method in class org.apache.commons.jelly.tags.core.SetTag
Sets the target object on which to set a property.
setTemplate(Script) - Method in class org.apache.commons.jelly.tags.define.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
setUri(String) - Method in class org.apache.commons.jelly.impl.StaticTag
 
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.DefineTagLibTag
 
setUri(String) - Method in class org.apache.commons.jelly.tags.define.DynamicTagLibrary
 
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.xml.ElementTag
Sets the namespace URI of the element
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.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.
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(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.define.DefineScriptTag
Sets the variable name of the tag to create
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.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.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
setVarAttribute(String) - Method in class org.apache.commons.jelly.tags.define.DefineBeanTag
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.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(Expression) - 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(StaticTag) - Constructor for class org.apache.commons.jelly.impl.StaticTagScript
 
storeElement(Project, Object, Object, String) - Method in class org.apache.commons.jelly.tags.ant.IntrospectionHelper
Creates a named nested element.
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
 
supportsCharacters() - Method in class org.apache.commons.jelly.tags.ant.IntrospectionHelper
Does the introspected class support PCDATA?

T

tag - Variable in class org.apache.commons.jelly.impl.TagScript
the tag to be evaluated
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() - Constructor for class org.apache.commons.jelly.tags.jeez.TagDefTag
 
tagLibrary - Static variable in class org.apache.commons.jelly.tags.jeez.TagDefTag
 
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
 
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(Tag) - 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
 
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.ant.IntrospectionHelper
 
targetFinished(BuildEvent) - Method in class org.apache.commons.jelly.tags.werkz.JellyBuildListener
 
targetStarted(BuildEvent) - Method in class org.apache.commons.jelly.tags.ant.IntrospectionHelper
 
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.ant.IntrospectionHelper
 
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.ant.IntrospectionHelper
 
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.ScriptBlock
 
toString() - Method in class org.apache.commons.jelly.impl.TextScript
 
toString() - Method in class org.apache.commons.jelly.impl.ExpressionScript
 
toString() - Method in class org.apache.commons.jelly.impl.TagScript
 
toString() - Method in class org.apache.commons.jelly.impl.StaticTag
 
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
 
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

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
 
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.