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

A

ArgTag - class org.apache.commons.jelly.tags.core.ArgTag.
An argument to a NewTag or InvokeTag.
ArgTag() - Constructor for class org.apache.commons.jelly.tags.core.ArgTag
 
ArgTagParent - interface org.apache.commons.jelly.tags.core.ArgTagParent.
Interface for classes that support ArgTag children.
Attribute - class org.apache.commons.jelly.impl.Attribute.
Represents the attribute definition used by dynamic tags, such as whether the attribute is required or any default values etc.
Attribute() - Constructor for class org.apache.commons.jelly.impl.Attribute
 
addArgument(Class, Object) - Method in interface org.apache.commons.jelly.tags.core.ArgTagParent
 
addArgument(Class, Object) - Method in class org.apache.commons.jelly.tags.core.InvokeStaticTag
Adds an argument to supply to the method
addArgument(Class, Object) - Method in class org.apache.commons.jelly.tags.core.InvokeTag
 
addArgument(Class, Object) - Method in class org.apache.commons.jelly.tags.core.NewTag
 
addAttribute(String, Expression) - Method in class org.apache.commons.jelly.impl.TagScript
Add an initialization attribute for the tag.
addAttribute(String, String, String, Expression) - Method in class org.apache.commons.jelly.impl.TagScript
Add an initialization attribute for the tag.
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.
addIgnoreProperty(String) - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
Adds a name to the Set of property names that will be skipped when setting bean properties.
addItem(Object) - Method in interface org.apache.commons.jelly.impl.CollectionTag
 
addItem(Object) - Method in class org.apache.commons.jelly.tags.core.UseListTag
 
addScript(Script) - Method in class org.apache.commons.jelly.impl.ScriptBlock
Add a new script to the end of this block
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.
applyLocation(LocationAware) - Method in class org.apache.commons.jelly.impl.TagScript
 
attributes - Variable in class org.apache.commons.jelly.impl.TagScript
The attribute expressions that are created

B

BaseClassLoaderTag - class org.apache.commons.jelly.tags.core.BaseClassLoaderTag.
Abstract base tag providing ClassLoader support.
BaseClassLoaderTag() - Constructor for class org.apache.commons.jelly.tags.core.BaseClassLoaderTag
 
BaseJellyTest - class org.apache.commons.jelly.test.BaseJellyTest.
 
BaseJellyTest(String) - Constructor for class org.apache.commons.jelly.test.BaseJellyTest
 
BeanSource - interface org.apache.commons.jelly.impl.BeanSource.
A tag which is associated with a JavaBean, such as a DynamicBeanTag
BreakException - exception org.apache.commons.jelly.impl.BreakException.
BreakException is used to terminate loops such as <forEach> and <while> tags.
BreakException() - Constructor for class org.apache.commons.jelly.impl.BreakException
 
BreakTag - class org.apache.commons.jelly.tags.core.BreakTag.
A tag which terminates the execution of the current <forEach> or ≶while> loop.
BreakTag() - Constructor for class org.apache.commons.jelly.tags.core.BreakTag
 
beforeSetAttributes() - Method in class org.apache.commons.jelly.DynaBeanTagSupport
Callback to allow processing to occur before the attributes are about to be set
beforeSetAttributes() - Method in class org.apache.commons.jelly.impl.DynamicBeanTag
 
beforeSetAttributes() - Method in class org.apache.commons.jelly.impl.DynamicDynaBeanTag
 
body - Variable in class org.apache.commons.jelly.TagSupport
the body of the tag

C

CaseTag - class org.apache.commons.jelly.tags.core.CaseTag.
A tag which conditionally evaluates its body if my value attribute equals my ancestor <switch> tag's "on" attribute.
CaseTag() - Constructor for class org.apache.commons.jelly.tags.core.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
 
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
 
ClassLoaderUtils - class org.apache.commons.jelly.util.ClassLoaderUtils.
A class to centralize the class loader management code.
ClassLoaderUtils() - Constructor for class org.apache.commons.jelly.util.ClassLoaderUtils
 
CollectionTag - interface org.apache.commons.jelly.impl.CollectionTag.
A tag which is capable of consuming objects, such as a <useList> tag such that nested objects will be added to the parent tag.
CommandLineParser - class org.apache.commons.jelly.util.CommandLineParser.
Utility class to parse command line options using CLI.
CommandLineParser() - Constructor for class org.apache.commons.jelly.util.CommandLineParser
 
CompilableTag - interface org.apache.commons.jelly.CompilableTag.
Compilable represents a Tag that is compilable.
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
Create an instance.
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.
CoreTagLibrary - class org.apache.commons.jelly.tags.core.CoreTagLibrary.
This is the core tag library for jelly and contains commonly used tags.
CoreTagLibrary() - Constructor for class org.apache.commons.jelly.tags.core.CoreTagLibrary
 
caseMatched() - Method in class org.apache.commons.jelly.tags.core.SwitchTag
 
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.
characters(char[], int, int) - Method in class org.apache.commons.jelly.util.SafeContentHandler
 
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.BaseClassLoaderTag
The class loader to use for instantiating application objects.
clear() - Method in class org.apache.commons.jelly.JellyContext
Clears variables set by Tags.
clearTag() - Method in class org.apache.commons.jelly.impl.TagScript
Flushes the current cached tag so that it will be created, lazily, next invocation
clearVariables() - Method in class org.apache.commons.jelly.JellyContext
Clears variables set by Tags (variables set while running a Jelly script)
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.
compare(Object, Object) - Method in class org.apache.commons.jelly.xpath.XPathComparator
 
compare(Node, Node) - Method in class org.apache.commons.jelly.xpath.XPathComparator
 
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.ExpressionScript
 
compile() - Method in class org.apache.commons.jelly.impl.ScriptBlock
 
compile() - Method in class org.apache.commons.jelly.impl.TagScript
Compiles the tags body
compile() - Method in class org.apache.commons.jelly.impl.TextScript
 
compileScript() - Method in class org.apache.commons.jelly.Jelly
Compiles the script
compileScript(String) - Method in class org.apache.commons.jelly.JellyContext
Attempts to parse the script from the given uri using the JellyContext.getResource(java.lang.String) method then returns the compiled script.
compileScript(URL) - Method in class org.apache.commons.jelly.JellyContext
Attempts to parse the script from the given URL using the JellyContext.getResource(java.lang.String) method then returns the compiled script.
compileScript(InputSource) - Method in class org.apache.commons.jelly.JellyContext
Attempts to parse the script from the given InputSource using the JellyContext.getResource(java.lang.String) method then returns the compiled script.
configure() - Method in class org.apache.commons.jelly.parser.XMLParser
This method is called only once before parsing occurs which allows tag libraries to be registered and so forth
configureTag(Tag, JellyContext) - Method in class org.apache.commons.jelly.impl.TagScript
Compiles a newly created tag if required, sets its parent and body.
configureTagScript(TagScript) - Method in class org.apache.commons.jelly.parser.XMLParser
Configure a newly created TagScript instance before any Expressions are created
context - Variable in class org.apache.commons.jelly.TagSupport
 
convertToClass(Object) - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
Attempts to convert the given object to a Class instance.
convertType(Object, Class) - Method in class org.apache.commons.jelly.impl.TagScript
Converts the given value to the required type.
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
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.servlet.JellyServletContext
 
createConstantExpression(String, String, String) - Method in class org.apache.commons.jelly.parser.XMLParser
 
createContext(HttpServletRequest, HttpServletResponse) - Method in class org.apache.commons.jelly.servlet.JellyServlet
 
createDummyXMLOutput() - Static method in class org.apache.commons.jelly.XMLOutput
returns an XMLOutput object that will discard all tag-generated XML events.
createExpression(ExpressionFactory, TagScript, String, String) - Method in class org.apache.commons.jelly.TagLibrary
Allows taglibs to use their own expression evaluation mechanism
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
 
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
createJellyParser() - Method in class org.apache.commons.jelly.tags.core.ParseTag
Factory method to create a new Jelly parser
createLoadClassFailedException(Exception) - Method in class org.apache.commons.jelly.tags.core.InvokeStaticTag
Factory method to create a new JellyTagException instance from a given failure exception
createRelativeURL(URL, String) - Method in class org.apache.commons.jelly.JellyContext
 
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
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
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.
createTag(String, Attributes) - Method in class org.apache.commons.jelly.TagLibrary
Creates a new Tag for the given tag name and attributes
createTag(String, Attributes) - Method in class org.apache.commons.jelly.impl.DefaultTagFactory
 
createTag(String, Attributes) - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
Creates a new Tag for the given tag name if it exists
createTag(String, Attributes) - Method in interface org.apache.commons.jelly.impl.TagFactory
Creates a Tag for the given local name and the SAX attributes
createTag() - Method in class org.apache.commons.jelly.impl.TagScript
Factory method to create a new Tag instance.
createTag(String, String, Attributes) - Method in class org.apache.commons.jelly.parser.XMLParser
Factory method to create new Tag script for the given namespaceURI and name or return null if this is not a custom Tag.
createTagScript(String, Attributes) - Method in class org.apache.commons.jelly.TagLibrary
Creates a new script to execute the given tag name and attributes
createTagScript(String, Attributes) - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
Creates a new script to execute the given tag name and attributes
createUriMap(Map) - Method in class org.apache.commons.jelly.expression.xpath.XPathExpression
Factory method to create a synchronized Map of non-null and non-blank namespace prefixes to namespace URIs
createXMLOutput(XMLReader) - Static method in class org.apache.commons.jelly.XMLOutput
Creates an XMLOutput from an existing SAX XMLReader.
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(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(XMLWriter) - Static method in class org.apache.commons.jelly.XMLOutput
Factory method to create a new XMLOutput from an XMLWriter
createXMLOutput(Writer) - Method in class org.apache.commons.jelly.tags.core.FileTag
A Factory method to create a new XMLOutput from the given Writer.
createXMLParser() - Method in class org.apache.commons.jelly.JellyContext
Factory method to allow JellyContext implementations to overload how an XMLParser is created - such as to overload what the default ExpressionFactory should be.
createXMLReader() - Method in class org.apache.commons.jelly.tags.core.ParseTag
Factory method to create a new XMLReader

D

DefaultNamespaceFilter - class org.apache.commons.jelly.parser.DefaultNamespaceFilter.
XMLFilter that can provide a default namespace when one has not been declared by the XML document.
DefaultNamespaceFilter(String, XMLReader) - Constructor for class org.apache.commons.jelly.parser.DefaultNamespaceFilter
Filter for undefined an undefined namespace
DefaultTag - class org.apache.commons.jelly.tags.core.DefaultTag.
A tag which conditionally evaluates its body if none of its preceeding sibling <case> tags have been evaluated.
DefaultTag() - Constructor for class org.apache.commons.jelly.tags.core.DefaultTag
 
DefaultTagFactory - class org.apache.commons.jelly.impl.DefaultTagFactory.
DefaultTagFactory a default implementation of TagFactory which creates new instances of a given class.
DefaultTagFactory() - Constructor for class org.apache.commons.jelly.impl.DefaultTagFactory
 
DefaultTagFactory(Class) - Constructor for class org.apache.commons.jelly.impl.DefaultTagFactory
 
DefaultTagLibraryResolver - class org.apache.commons.jelly.impl.DefaultTagLibraryResolver.
DefaultTagLibraryResolver is a default implemenation which attempts to interpret the URI as a String called 'jelly:className' and class load the given Java class.
DefaultTagLibraryResolver() - Constructor for class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
 
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
 
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.
DynaTagSupport - class org.apache.commons.jelly.DynaTagSupport.
DynaTagSupport is an abstract base class for any DynaTag implementation to derive from.
DynaTagSupport() - Constructor for class org.apache.commons.jelly.DynaTagSupport
 
DynamicBeanTag - class org.apache.commons.jelly.impl.DynamicBeanTag.
This tag is bound onto a Java Bean class.
DynamicBeanTag(Class, Map, String, Method) - Constructor for class org.apache.commons.jelly.impl.DynamicBeanTag
 
DynamicDynaBeanTag - class org.apache.commons.jelly.impl.DynamicDynaBeanTag.
This tag is bound onto a DynaClass instance.
DynamicDynaBeanTag(DynaClass, Map, String) - Constructor for class org.apache.commons.jelly.impl.DynamicDynaBeanTag
 
DynamicTag - class org.apache.commons.jelly.impl.DynamicTag.
DynamicTag is a tag that is created from inside a Jelly script as a Jelly template and will invoke a given script, passing in its instantiation attributes as variables and will allow the template to invoke its instance body.
DynamicTag() - Constructor for class org.apache.commons.jelly.impl.DynamicTag
 
DynamicTag(Script) - Constructor for class org.apache.commons.jelly.impl.DynamicTag
 
DynamicTagLibrary - class org.apache.commons.jelly.impl.DynamicTagLibrary.
DynamicTagLibrary represents a TagLibrary which gets created by running a Jelly script.
DynamicTagLibrary() - Constructor for class org.apache.commons.jelly.impl.DynamicTagLibrary
 
DynamicTagLibrary(String) - Constructor for class org.apache.commons.jelly.impl.DynamicTagLibrary
 
defaultEncountered() - Method in class org.apache.commons.jelly.tags.core.SwitchTag
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.commons.jelly.servlet.JellyServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.commons.jelly.servlet.JellyServlet
 
doRequest(HttpServletRequest, HttpServletResponse) - Method in class org.apache.commons.jelly.servlet.JellyServlet
Handles all requests
doTag(XMLOutput) - Method in interface org.apache.commons.jelly.Tag
Evaluates this tag after all the tags properties have been initialized.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.impl.DynamicBeanTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.impl.DynamicDynaBeanTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.impl.DynamicTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.impl.StaticTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ArgTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.BreakTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.CaseTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.CatchTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ChooseTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.DefaultTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ExprTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.FileTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.GetStaticTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.IfTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ImportTag
Perform tag processing
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.IncludeTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.InvokeStaticTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.InvokeTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.JellyTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.MuteTag
Invoke the body and produce no output.
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.NewTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.OtherwiseTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ParseTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.RemoveTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ScopeTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.SetPropertiesTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.SetTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.SwitchTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ThreadTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.WhenTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.WhileTag
Tag interface
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.WhitespaceTag
 

E

EMPTY_ITERATOR - Static variable in class org.apache.commons.jelly.expression.ExpressionSupport
 
Embedded - class org.apache.commons.jelly.impl.Embedded.
 
Embedded() - Constructor for class org.apache.commons.jelly.impl.Embedded
Default Constructor
ExprTag - class org.apache.commons.jelly.tags.core.ExprTag.
A tag which evaluates an expression
ExprTag() - Constructor for class org.apache.commons.jelly.tags.core.ExprTag
 
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
 
endCDATA() - Method in class org.apache.commons.jelly.XMLOutput
Report the end of a CDATA section.
endDTD() - Method in class org.apache.commons.jelly.XMLOutput
Report the end of DTD declarations.
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.
endDocument() - Method in class org.apache.commons.jelly.util.SafeContentHandler
 
endElement(String) - Method in class org.apache.commons.jelly.XMLOutput
Helper method for outputting an end element event for an element in no namespace.
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.DefaultNamespaceFilter
All incoming empty URIs will be remapped to the default.
endElement(String, String, String) - Method in class org.apache.commons.jelly.parser.XMLParser
Process notification of the end of an XML element being reached.
endElement(String, String, String) - Method in class org.apache.commons.jelly.util.SafeContentHandler
 
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.
endPrefixMapping(String) - Method in class org.apache.commons.jelly.util.SafeContentHandler
 
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, otherwise throw a SAXException with the error.
error(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.apache.commons.jelly.servlet.JellyServlet
Invoked when there is an error thrown in any part of doRequest() processing.
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.
evaluate(JellyContext) - Method in class org.apache.commons.jelly.expression.CompositeExpression
 
evaluate(JellyContext) - Method in class org.apache.commons.jelly.expression.ConstantExpression
Evaluate expression against given context.
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.jexl.JexlExpression
 
evaluate(JellyContext) - Method in class org.apache.commons.jelly.expression.xpath.XPathExpression
 
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.
evaluateAsBoolean(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.
evaluateAsIterator(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.
evaluateAsString(JellyContext) - Method in class org.apache.commons.jelly.expression.ExpressionSupport
 
evaluateRecurse(JellyContext) - Method in interface org.apache.commons.jelly.expression.Expression
This method evaluates the expression until a value (a non-Expression) object is returned.
evaluateRecurse(JellyContext) - Method in class org.apache.commons.jelly.expression.ExpressionSupport
 
execute() - Method in class org.apache.commons.jelly.impl.Embedded
Execute the jelly script and capture the errors (ifany)within.

F

FileTag - class org.apache.commons.jelly.tags.core.FileTag.
A tag that pipes its body to a file denoted by the name attribute or to an in memory String which is then output to a variable denoted by the var variable.
FileTag() - Constructor for class org.apache.commons.jelly.tags.core.FileTag
 
ForEachTag - class org.apache.commons.jelly.tags.core.ForEachTag.
Iterates over a collection, iterator or an array of objects.
ForEachTag() - Constructor for class org.apache.commons.jelly.tags.core.ForEachTag
 
ForEachTag.LoopStatus - class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus.
Holds the status of the loop.
ForEachTag.LoopStatus(Integer, Integer, Integer) - Constructor for class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
 
factory - Static variable in class org.apache.commons.jelly.parser.XMLParser
The SAXParserFactory that is created the first time we need it.
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, otherwise throw a SAXException with the error.
find(String) - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
Returns the tag library instance which contains the named tag.
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
findAncestorWithClass(Tag, Collection) - Static method in class org.apache.commons.jelly.TagSupport
Searches up the parent hierarchy from the given tag for a Tag matching one or more of given types.
findAncestorWithClass(Tag, Class[]) - Static method in class org.apache.commons.jelly.TagSupport
Searches up the parent hierarchy from the given tag for a Tag matching one or more of given types.
findAncestorWithClass(Class) - Method in class org.apache.commons.jelly.TagSupport
Searches up the parent hierarchy for a Tag of the given type.
findAncestorWithClass(Class[]) - Method in class org.apache.commons.jelly.TagSupport
Searches up the parent hierarchy for a Tag of one of the given types.
findAncestorWithClass(Collection) - Method in class org.apache.commons.jelly.TagSupport
Searches up the parent hierarchy for a Tag of one of the given types.
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
Flushes the underlying stream if XMLWriter or XMLOutput.

G

GetStaticTag - class org.apache.commons.jelly.tags.core.GetStaticTag.
A tag which can retrieve the value of a static field of a given class.
GetStaticTag() - Constructor for class org.apache.commons.jelly.tags.core.GetStaticTag
 
getAttributeType(String) - Method in class org.apache.commons.jelly.DynaBeanTagSupport
 
getAttributeType(String) - Method in interface org.apache.commons.jelly.DynaTag
 
getAttributeType(String) - Method in class org.apache.commons.jelly.DynaTagSupport
 
getAttributeType(String) - Method in class org.apache.commons.jelly.tags.core.UseListTag
 
getAttributes() - Method in class org.apache.commons.jelly.MapTagSupport
Helper method which allows derived tags to access the attributes associated with this tag
getBean() - Method in interface org.apache.commons.jelly.impl.BeanSource
 
getBean() - Method in class org.apache.commons.jelly.impl.DynamicBeanTag
 
getBean() - Method in class org.apache.commons.jelly.impl.DynamicDynaBeanTag
 
getBean() - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
 
getBegin() - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
 
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
Executes the body of the tag and returns the result as a String.
getBodyText(boolean) - Method in class org.apache.commons.jelly.TagSupport
Executes the body of the tag and returns the result as a String.
getCause() - Method in class org.apache.commons.jelly.JellyException
 
getCause() - Method in class org.apache.commons.jelly.util.NestedRuntimeException
 
getClassLoader() - Method in class org.apache.commons.jelly.JellyContext
Return the class loader to be used for instantiating application objects when required.
getClassLoader() - Method in class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
Return the class loader to be used for instantiating application objects when required.
getClassLoader() - Method in class org.apache.commons.jelly.parser.XMLParser
Return the class loader to be used for instantiating application objects when required.
getClassLoader() - Method in class org.apache.commons.jelly.tags.core.BaseClassLoaderTag
Return the class loader to be used for instantiating application objects when required.
getClassLoader(ClassLoader, boolean, Class) - Static method in class org.apache.commons.jelly.util.ClassLoaderUtils
Return the class loader to be used for instantiating application objects when required.
getClassLoader(ClassLoader, Class) - Static method in class org.apache.commons.jelly.util.ClassLoaderUtils
Return the class loader to be used for instantiating application objects when a context class loader is not specified.
getClassLoader(Class) - Static method in class org.apache.commons.jelly.util.ClassLoaderUtils
Get the loader for the given class.
getColumnNumber() - Method in class org.apache.commons.jelly.JellyException
 
getColumnNumber() - Method in interface org.apache.commons.jelly.LocationAware
 
getColumnNumber() - Method in class org.apache.commons.jelly.impl.TagScript
 
getComparableValue(Object) - Method in class org.apache.commons.jelly.xpath.XPathComparator
Turns the XPath result value into a Comparable object.
getContentHandler() - Method in class org.apache.commons.jelly.XMLOutput
 
getContext() - Method in interface org.apache.commons.jelly.Tag
Gets the context in which the tag will be run
getContext() - Method in class org.apache.commons.jelly.TagSupport
 
getContext() - Method in class org.apache.commons.jelly.impl.Embedded
Method getContext.
getContext() - Method in class org.apache.commons.jelly.parser.XMLParser
 
getCount() - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
 
getCurrent() - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
 
getCurrentURI() - Method in class org.apache.commons.jelly.parser.XMLParser
 
getCurrentURL() - Method in class org.apache.commons.jelly.JellyContext
 
getDefaultClass() - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
Allows derived classes to provide a default bean implementation class
getDefaultClass() - Method in class org.apache.commons.jelly.tags.core.UseListTag
 
getDefaultValue() - Method in class org.apache.commons.jelly.impl.Attribute
Returns the defaultValue.
getDiscoverClasses() - Method in class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
 
getDynaBean() - Method in class org.apache.commons.jelly.DynaBeanTagSupport
 
getDynamicTag(String) - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
Returns the script associated with the given tag name
getElementName() - Method in class org.apache.commons.jelly.JellyException
 
getElementName() - Method in interface org.apache.commons.jelly.LocationAware
 
getElementName() - Method in class org.apache.commons.jelly.impl.TagScript
 
getEnd() - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
 
getErrorHandler() - Method in class org.apache.commons.jelly.parser.XMLParser
Return the error handler for this XMLParser.
getErrorMsg() - Method in class org.apache.commons.jelly.impl.Embedded
Returns the errorMsg.
getExpression() - Method in class org.apache.commons.jelly.impl.ExpressionScript
 
getExpressionFactory() - Method in class org.apache.commons.jelly.TagLibrary
Allows derived tag libraries to use their own factory
getExpressionFactory() - Method in class org.apache.commons.jelly.parser.XMLParser
 
getExpressionText() - Method in class org.apache.commons.jelly.expression.CompositeExpression
 
getExpressionText() - Method in class org.apache.commons.jelly.expression.ConstantExpression
 
getExpressionText() - Method in interface org.apache.commons.jelly.expression.Expression
 
getExpressionText() - Method in class org.apache.commons.jelly.expression.jexl.JexlExpression
 
getExpressionText() - Method in class org.apache.commons.jelly.expression.xpath.XPathExpression
 
getExpressions() - Method in class org.apache.commons.jelly.expression.CompositeExpression
 
getFile() - Method in class org.apache.commons.jelly.tags.core.IncludeTag
 
getFileName() - Method in class org.apache.commons.jelly.JellyException
 
getFileName() - Method in interface org.apache.commons.jelly.LocationAware
 
getFileName() - Method in class org.apache.commons.jelly.impl.TagScript
 
getIgnorePropertySet() - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
 
getIndex() - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
 
getInstance() - Static method in class org.apache.commons.jelly.util.CommandLineParser
 
getJelly() - Method in class org.apache.commons.jelly.test.BaseJellyTest
 
getJellyBuildDate() - Static method in class org.apache.commons.jelly.Jelly
 
getJellyContext() - Method in class org.apache.commons.jelly.Jelly
The context to use
getJellyContext() - Method in class org.apache.commons.jelly.test.BaseJellyTest
 
getJellyContextURL(URL) - Method in class org.apache.commons.jelly.JellyContext
Strips off the name of a script to create a new context URL
getJellyContextURL(InputSource) - Method in class org.apache.commons.jelly.JellyContext
Strips off the name of a script to create a new context URL
getJellyParser() - Method in class org.apache.commons.jelly.tags.core.ParseTag
 
getJellyProperties() - Method in class org.apache.commons.jelly.parser.XMLParser
A helper method which loads the static Jelly properties once on startup
getJellyVersion() - Static method in class org.apache.commons.jelly.Jelly
 
getLexicalHandler() - Method in class org.apache.commons.jelly.XMLOutput
 
getLineNumber() - Method in class org.apache.commons.jelly.JellyException
 
getLineNumber() - Method in interface org.apache.commons.jelly.LocationAware
 
getLineNumber() - Method in class org.apache.commons.jelly.impl.TagScript
 
getList() - Method in class org.apache.commons.jelly.tags.core.UseListTag
 
getLocalName() - Method in class org.apache.commons.jelly.impl.StaticTag
 
getLocalName() - Method in class org.apache.commons.jelly.impl.TagScript
Returns the local, non namespaced XML name of this tag
getLogger() - Method in class org.apache.commons.jelly.parser.XMLParser
Return the current Logger associated with this instance of the XMLParser
getMessage() - Method in class org.apache.commons.jelly.JellyException
 
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 arbitrarily many arguments.
getMessage(String, Object) - Static method in class org.apache.commons.jelly.tags.Resources
Retrieves a message with one argument.
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.
getMissingAttribute() - Method in class org.apache.commons.jelly.MissingAttributeException
 
getName() - Method in class org.apache.commons.jelly.impl.Attribute
Returns the name.
getNamespaceContext() - Method in class org.apache.commons.jelly.impl.TagScript
Returns the namespace context of this tag.
getParent() - Method in class org.apache.commons.jelly.JellyContext
 
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.impl.DynamicTagLibrary
Returns the parent library which will be used to resolve unknown tags.
getParent() - Method in class org.apache.commons.jelly.impl.TagScript
Returns the parent.
getParser() - Method in class org.apache.commons.jelly.parser.XMLParser
Return the SAXParser we will use to parse the input stream.
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.
getResource(String) - Method in class org.apache.commons.jelly.servlet.JellyServletContext
Allow access of relative URIs when performing <j:include>.
getResourceAsStream(String) - Method in class org.apache.commons.jelly.JellyContext
Attempts to open an InputStream to the given resource at the specified path.