- caseMatched() - Method in class org.apache.commons.jelly.tags.core.SwitchTag
-
- CaseTag - Class in org.apache.commons.jelly.tags.core
-
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
-
- CaseTag - Class in org.apache.commons.jelly.tags.junit
-
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 in org.apache.commons.jelly.tags.core
-
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.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
-
- characters(char[], int, int) - Method in class org.apache.commons.jelly.XMLOutput
-
Receive notification of character data.
- ChooseTag - Class in org.apache.commons.jelly.tags.core
-
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.BaseClassLoaderTag
-
The class loader to use for instantiating application objects.
- ClassLoaderTag - Class in org.apache.commons.jelly.tags.define
-
Creates a new URLClassLoader
to dynamically
load tags froms.
- ClassLoaderTag() - Constructor for class org.apache.commons.jelly.tags.define.ClassLoaderTag
-
- ClassLoaderUtils - Class in org.apache.commons.jelly.util
-
A class to centralize the class loader management code.
- ClassLoaderUtils() - Constructor for class org.apache.commons.jelly.util.ClassLoaderUtils
-
- 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.
- CollectionTag - Interface in org.apache.commons.jelly.impl
-
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 in org.apache.commons.jelly.util
-
Utility class to parse command line options using CLI.
- CommandLineParser() - Constructor for class org.apache.commons.jelly.util.CommandLineParser
-
- comment(char[], int, int) - Method in class org.apache.commons.jelly.XMLOutput
-
Report an XML comment anywhere in the document.
- CommentTag - Class in org.apache.commons.jelly.tags.xml
-
A tag which outputs a comment to the underlying XMLOutput based on the
contents of its body.
- CommentTag() - Constructor for class org.apache.commons.jelly.tags.xml.CommentTag
-
- compare(Object, Object) - Method in class org.apache.commons.jelly.xpath.XPathComparator
-
- compare(Node, Node) - Method in class org.apache.commons.jelly.xpath.XPathComparator
-
- CompilableTag - Interface in org.apache.commons.jelly
-
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 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
-
- 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.
- compileScript() - Method in class org.apache.commons.jelly.Jelly
-
Compiles the script
- compileScript(String) - Method in class org.apache.commons.jelly.JellyContext
-
- compileScript(URL) - Method in class org.apache.commons.jelly.JellyContext
-
- compileScript(InputSource) - Method in class org.apache.commons.jelly.JellyContext
-
- CompositeExpression - Class in org.apache.commons.jelly.expression
-
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 in org.apache.commons.jelly.impl
-
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.
- Config - Class in org.apache.commons.jelly.tags.fmt
-
Class supporting access to configuration data.
- Config() - Constructor for class org.apache.commons.jelly.tags.fmt.Config
-
- 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
- configureStaticTagAttributes(TagScript, Attributes) - Method in class org.apache.commons.jelly.parser.XMLParser
-
- 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
- ConstantExpression - Class in org.apache.commons.jelly.expression
-
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
-
The current context
- 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.
- CopyOfTag - Class in org.apache.commons.jelly.tags.xml
-
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 in org.apache.commons.jelly.tags.xml
-
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 in org.apache.commons.jelly.tags.core
-
This is the core tag library for jelly and contains commonly
used tags.
- CoreTagLibrary() - Constructor for class org.apache.commons.jelly.tags.core.CoreTagLibrary
-
- 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.
- createEscapingExpression(Expression) - Method in class org.apache.commons.jelly.parser.XMLParser
-
- 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(ExpressionFactory, TagScript, String, String) - Method in class org.apache.commons.jelly.TagLibrary
-
Allows taglibs to use their own expression evaluation mechanism
- createExpression(ExpressionFactory, TagScript, String, String) - Method in class org.apache.commons.jelly.tags.junit.JUnitTagLibrary
-
- createExpression(ExpressionFactory, TagScript, String, String) - Method in class org.apache.commons.jelly.tags.xml.XMLTagLibrary
-
- 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
-
- 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
- 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
- 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.xml.ParseTagSupport
-
Factory method to create a new SAXReader
- createSAXResult(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.TransformTag
-
Factory method to create a new SAXResult for the given
XMLOutput so that the output of an XSLT transform will go
directly into the XMLOutput that we are given.
- 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.
- createSuite() - Method in class org.apache.commons.jelly.tags.junit.SuiteTag
-
Factory method to create a new TestSuite
- 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() - Method in class org.apache.commons.jelly.impl.StaticTagScript
-
- 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.
- createTag(String, Attributes) - Method in class org.apache.commons.jelly.TagLibrary
-
Creates a new Tag for the given tag name and attributes
- createTagScript(String, Attributes) - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
-
Creates a new script to execute the given tag name and attributes
- createTagScript(String, Attributes) - Method in class org.apache.commons.jelly.TagLibrary
-
Creates a new script to execute the given tag name and attributes
- createTagScript(String, Attributes) - Method in class org.apache.commons.jelly.tags.core.CoreTagLibrary
-
- createTestListener(XMLOutput) - Method in class org.apache.commons.jelly.tags.junit.RunTag
-
Factory method to create a new TestListener to capture the output of
the test cases
- 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
- 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
- createURIResolver() - Method in class org.apache.commons.jelly.tags.xml.TransformTag
-
Creates a new URI Resolver so that URIs inside the XSLT document can be
resolved using the JellyContext
- createXMLOutput(Writer) - Method in class org.apache.commons.jelly.tags.core.FileTag
-
A Factory method to create a new XMLOutput from the given Writer.
- 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, boolean) - Method in interface org.apache.commons.jelly.XMLOutputFactory
-
- 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
- createXMLReader() - Method in class org.apache.commons.jelly.tags.xml.TransformTag
-
Factory method to create a new XMLReader for this tag
so that the input of the XSLT transform comes from
either the xml var, the nested tag or the tag body.
- createXPathTextExpression(String) - Method in class org.apache.commons.jelly.tags.xml.XMLTagLibrary
-
- getAttribute(String) - Method in class org.apache.commons.jelly.impl.TagScript
-
Retrieves the expression of the given attribute name.
- getAttributes() - Method in class org.apache.commons.jelly.impl.DynamicTag
-
- getAttributes() - Method in class org.apache.commons.jelly.MapTagSupport
-
Helper method which allows derived tags to access the attributes
associated with this tag
- 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
-
- 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(JellyContext, boolean) - Method in class org.apache.commons.jelly.impl.TagScript
-
Evaluates the body and obtains it as a string.
- 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 exception org.apache.commons.jelly.JellyException
-
- getCause() - Method in error org.apache.commons.jelly.tags.junit.JellyAssertionFailedError
-
- getCause() - Method in exception org.apache.commons.jelly.util.NestedRuntimeException
-
- getCause() - Method in exception org.apache.commons.jelly.util.SAXParseException
-
- 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.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.BaseClassLoaderTag
-
Return the class loader to be used for instantiating application objects
when required.
- getClassLoader() - Method in class org.apache.commons.jelly.tags.define.BeanTag
-
- getClassLoader() - Method in class org.apache.commons.jelly.tags.junit.AssertThrowsTag
-
- 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.impl.TagScript
-
- getColumnNumber() - Method in exception org.apache.commons.jelly.JellyException
-
- getColumnNumber() - Method in interface org.apache.commons.jelly.LocationAware
-
- getColumnNumber() - Method in error org.apache.commons.jelly.tags.junit.JellyAssertionFailedError
-
- 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 class org.apache.commons.jelly.impl.Embedded
-
Method getContext.
- getContext() - Method in class org.apache.commons.jelly.parser.XMLParser
-
- 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
-
- 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
-
- getDynaClass() - Method in class org.apache.commons.jelly.tags.define.DynaBeanTag
-
Returns the dynaClass.
- 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.impl.TagScript
-
- getElementName() - Method in exception org.apache.commons.jelly.JellyException
-
- getElementName() - Method in interface org.apache.commons.jelly.LocationAware
-
- getElementName() - Method in error org.apache.commons.jelly.tags.junit.JellyAssertionFailedError
-
- 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.parser.XMLParser
-
- getExpressionFactory() - Method in class org.apache.commons.jelly.TagLibrary
-
Allows derived tag libraries to use their own factory
- getExpressions() - Method in class org.apache.commons.jelly.expression.CompositeExpression
-
- 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
-
- getExpressionText() - Method in class org.apache.commons.jelly.parser.EscapingExpression
-
- getFile() - Method in class org.apache.commons.jelly.tags.core.IncludeTag
-
- getFileName() - Method in class org.apache.commons.jelly.impl.TagScript
-
- getFileName() - Method in exception org.apache.commons.jelly.JellyException
-
- getFileName() - Method in interface org.apache.commons.jelly.LocationAware
-
- getFileName() - Method in error org.apache.commons.jelly.tags.junit.JellyAssertionFailedError
-
- getFromURI() - Method in class org.apache.commons.jelly.tags.xml.ReplaceNamespaceTag
-
- getIgnorePropertySet() - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
-
- getIndex() - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
-
- getInputSourceFromObj(Object) - Method in class org.apache.commons.jelly.tags.xml.TransformTag
-
Helper method to get an xml input source for the supplied object
- getInstance() - Static method in class org.apache.commons.jelly.util.CommandLineParser
-
- getInvokeMethod(Class) - Method in class org.apache.commons.jelly.tags.define.BeanTag
-
Extracts the invoke method for the class if one is used.
- getInvokeMethod(Class) - Method in class org.apache.commons.jelly.tags.define.JellyBeanTag
-
- 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.impl.TagScript
-
- getLineNumber() - Method in exception org.apache.commons.jelly.JellyException
-
- getLineNumber() - Method in interface org.apache.commons.jelly.LocationAware
-
- getLineNumber() - Method in error org.apache.commons.jelly.tags.junit.JellyAssertionFailedError
-
- getList() - Method in class org.apache.commons.jelly.tags.core.UseListTag
-
- getListener() - Method in class org.apache.commons.jelly.tags.junit.RunTag
-
Returns the listener.
- getLocale() - Method in class org.apache.commons.jelly.tags.fmt.LocalizationContext
-
Gets the locale of this I18N localization context.
- getLocalizationContext() - Method in class org.apache.commons.jelly.tags.fmt.BundleTag
-
- getLocalizationContext(JellyContext) - Static method in class org.apache.commons.jelly.tags.fmt.BundleTag
-
Gets the default I18N localization context.
- getLocalizationContext(JellyContext, String) - Static method in class org.apache.commons.jelly.tags.fmt.BundleTag
-
Gets the resource bundle with the given base name, whose locale is
determined as follows:
Check if a match exists between the ordered set of preferred
locales and the available locales, for the given base name.
- 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
- 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
- getMessage() - Method in exception org.apache.commons.jelly.JellyException
-
- getMessage() - Method in class org.apache.commons.jelly.tags.junit.FailTag
-
- getMessage() - Method in error org.apache.commons.jelly.tags.junit.JellyAssertionFailedError
-
- 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.
- getMethod() - Method in class org.apache.commons.jelly.tags.define.JellyBeanTag
-
- getMissingAttribute() - Method in exception org.apache.commons.jelly.MissingAttributeException
-
- getName() - Method in class org.apache.commons.jelly.impl.Attribute
-
Returns the name.
- getName() - Method in class org.apache.commons.jelly.tags.define.ExtendTag
-
- getName() - Method in class org.apache.commons.jelly.tags.define.TagTag
-
- getName() - Method in class org.apache.commons.jelly.tags.junit.CaseTag
-
- getName() - Method in class org.apache.commons.jelly.tags.junit.SuiteTag
-
- getName() - Method in class org.apache.commons.jelly.tags.xml.AttributeTag
-
- getName() - Method in class org.apache.commons.jelly.tags.xml.DoctypeTag
-
Returns the name.
- getName() - Method in class org.apache.commons.jelly.tags.xml.ElementTag
-
- getName() - Method in class org.apache.commons.jelly.tags.xml.ParamTag
-
- getNamespaceContext() - Method in class org.apache.commons.jelly.impl.TagScript
-
Returns the namespace context of this tag.
- getNsUri() - Method in class org.apache.commons.jelly.impl.TagScript
-
- getObjAsSAXSource(Object) - Method in class org.apache.commons.jelly.tags.xml.TransformTag
-
Helper method to convert the specified object to a SAX source
- 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.
- 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
-
- getParser() - Method in class org.apache.commons.jelly.parser.XMLParser
-
Return the SAXParser we will use to parse the input stream.
- getPrefixAsString() - Method in class org.apache.commons.jelly.tags.fmt.BundleTag
-
- getPropertyClass() - Method in class org.apache.commons.jelly.tags.dynabean.PropertyTag
-
Returns the Class for this property
- getPublicId() - Method in class org.apache.commons.jelly.tags.xml.DoctypeTag
-
Returns the publicId.
- 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 exception org.apache.commons.jelly.JellyException
-
- getReason() - Method in error org.apache.commons.jelly.tags.junit.JellyAssertionFailedError
-
- 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.
- getResourceAsStream(String) - Method in class org.apache.commons.jelly.servlet.JellyServletContext
-
Allow access of relative URIs when performing <j:include>.
- getResourceBundle() - Method in class org.apache.commons.jelly.tags.fmt.LocalizationContext
-
Gets the resource bundle of this I18N localization context.
- 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
- getRootURL() - Method in class org.apache.commons.jelly.JellyContext
-
- getSaxAttributes() - Method in class org.apache.commons.jelly.impl.TagScript
-
Returns the SAX attributes of this tag
- getSAXReader() - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
-
- getScope(String) - Method in class org.apache.commons.jelly.JellyContext
-
- getScript() - Method in class org.apache.commons.jelly.parser.XMLParser
-
Returns the script that has just been created if this class is used
as a SAX ContentHandler and passed into some XML processor or parser.
- getScript(HttpServletRequest) - Method in class org.apache.commons.jelly.servlet.JellyServlet
-
Either use the query parameter "script", or the URI itself
to denote the script to run.
- getScriptList() - Method in class org.apache.commons.jelly.impl.ScriptBlock
-
Gets the child scripts that make up this block.
- getScriptURL() - Method in class org.apache.commons.jelly.impl.TagScript
-
Base URL from which the script (that uses this tag) is loaded.
- GetStaticTag - Class in org.apache.commons.jelly.tags.core
-
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
-
- getStep() - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
-
- getStyle(String, String) - Static method in class org.apache.commons.jelly.tags.fmt.FormatDateTag
-
- 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
- getSuite() - Method in class org.apache.commons.jelly.tags.junit.SuiteTag
-
- getSuperScript() - Method in class org.apache.commons.jelly.tags.define.ExtendTag
-
Returns the parent implementation of this tag
- getSystemId() - Method in class org.apache.commons.jelly.tags.xml.DoctypeTag
-
Returns the systemId.
- getTag(JellyContext) - Method in class org.apache.commons.jelly.impl.TagScript
-
- getTagBody() - Method in class org.apache.commons.jelly.impl.TagScript
-
Returns the tagBody.
- getTagClass() - Method in class org.apache.commons.jelly.impl.DefaultTagFactory
-
Returns the tagClass.
- getTagClasses() - Method in class org.apache.commons.jelly.TagLibrary
-
- getTagFactory() - Method in class org.apache.commons.jelly.impl.TagScript
-
Returns the Factory of Tag instances.
- getTagLibrary(String) - Method in class org.apache.commons.jelly.JellyContext
-
- getTagLibrary() - Method in class org.apache.commons.jelly.tags.define.DefineTagSupport
-
- getTagLibrary() - Method in class org.apache.commons.jelly.tags.define.TaglibTag
-
- getTemplate() - Method in class org.apache.commons.jelly.impl.DynamicTag
-
The template to be executed by this tag which may well
invoke this instances body from inside the template
- getTest() - Method in class org.apache.commons.jelly.tags.junit.RunTag
-
Returns the Test to be ran.
- getText() - Method in class org.apache.commons.jelly.impl.TextScript
-
- getText() - Method in class org.apache.commons.jelly.tags.core.ParseTag
-
Returns the text to be parsed
- getText() - Method in class org.apache.commons.jelly.tags.xml.CommentTag
-
Returns the text.
- getText() - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
-
Returns the text to be parsed
- getThrowableClass() - Method in class org.apache.commons.jelly.tags.junit.AssertThrowsTag
-
Returns the Class
corresponding to the class
specified by expected
.
- getTimeZone() - Method in class org.apache.commons.jelly.tags.fmt.TimeZoneTag
-
- getToURI() - Method in class org.apache.commons.jelly.tags.xml.ReplaceNamespaceTag
-
- getUri() - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
-
- getUri() - Method in class org.apache.commons.jelly.impl.StaticTag
-
- getUri() - Method in class org.apache.commons.jelly.tags.define.TaglibTag
-
- getURI() - Method in class org.apache.commons.jelly.tags.xml.AttributeTag
-
- getURI() - Method in class org.apache.commons.jelly.tags.xml.ElementTag
-
- getUrl() - Method in class org.apache.commons.jelly.Jelly
-
- getUrl() - Method in class org.apache.commons.jelly.tags.define.ClassLoaderTag
-
- getUseContextClassLoader() - Method in class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
-
Return the boolean as to whether the context classloader should be used.
- getUseContextClassLoader() - Method in class org.apache.commons.jelly.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.BaseClassLoaderTag
-
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.SwitchTag
-
- getValue() - Method in class org.apache.commons.jelly.tags.xml.ParamTag
-
- getVar() - Method in class org.apache.commons.jelly.tags.core.FileTag
-
Returns the var.
- getVar() - Method in class org.apache.commons.jelly.tags.core.ParseTag
-
The variable name that will be used for the Document variable created
- getVar() - Method in class org.apache.commons.jelly.tags.define.ClassLoaderTag
-
- getVar() - Method in class org.apache.commons.jelly.tags.define.ScriptTag
-
- getVar() - Method in class org.apache.commons.jelly.tags.dynabean.DynabeanTag
-
- getVar() - Method in class org.apache.commons.jelly.tags.dynabean.DynaclassTag
-
- getVar() - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
-
The variable name that will be used for the Document variable created
- getVariable(String) - Method in class org.apache.commons.jelly.JellyContext
-
- getVariable(String, String) - Method in class org.apache.commons.jelly.JellyContext
-
- getVariableNames() - Method in class org.apache.commons.jelly.JellyContext
-
- getVariables() - Method in class org.apache.commons.jelly.JellyContext
-
- getVariableValue(String, String, String) - Method in class org.apache.commons.jelly.expression.xpath.XPathExpression
-
- getVariableWithDefaultValue(String, Object) - Method in class org.apache.commons.jelly.JellyContext
-
Gets the value of the variable, or if it's not defined, return the given default value object.
- getXml() - Method in class org.apache.commons.jelly.tags.xml.ParseTag
-
Gets the source of the XML which is either a String URI, Reader or InputStream
- getXmlDocument(XMLOutput) - Method in class org.apache.commons.jelly.tags.xml.ParseTag
-
- getXMLInputSource() - Method in class org.apache.commons.jelly.tags.xml.TransformTag
-
Helper method to get the appropriate xml input source
so that the input of the XSLT transform comes from
either the xml var, the nested tag or the tag body.
- getXMLOutput() - Method in class org.apache.commons.jelly.test.BaseJellyTest
-
- getXMLParser() - Method in class org.apache.commons.jelly.JellyContext
-
- getXMLReader() - Method in class org.apache.commons.jelly.parser.XMLParser
-
Return the XMLReader to be used for parsing the input document.
- getXMLReader() - Method in class org.apache.commons.jelly.tags.core.ParseTag
-
- getXpath() - Method in class org.apache.commons.jelly.xpath.XPathComparator
-
- getXPathContext() - Method in class org.apache.commons.jelly.tags.xml.ForEachTag
-
- getXPathContext() - Method in class org.apache.commons.jelly.tags.xml.IfTag
-
- getXPathContext() - Method in class org.apache.commons.jelly.xpath.XPathTagSupport
-
- getXPathSource() - Method in class org.apache.commons.jelly.tags.xml.ForEachTag
-
- getXPathSource() - Method in interface org.apache.commons.jelly.xpath.XPathSource
-
- getXslt() - Method in class org.apache.commons.jelly.tags.xml.TransformTag
-
Gets the source of the XSL which is either a String URI, Reader or
InputStream
- SafeContentHandler - Class in org.apache.commons.jelly.util
-
Ensures that only one start and end document event is passed onto the underlying
ContentHandler.
- SafeContentHandler(ContentHandler) - Constructor for class org.apache.commons.jelly.util.SafeContentHandler
-
- SAXParseException - Exception in org.apache.commons.jelly.util
-
SAXParseException with a bug fix to support
exception nesting.
- SAXParseException(String, Locator) - Constructor for exception org.apache.commons.jelly.util.SAXParseException
-
- SAXParseException(String, Locator, Exception) - Constructor for exception org.apache.commons.jelly.util.SAXParseException
-
- SAXParseException(String, String, String, int, int) - Constructor for exception org.apache.commons.jelly.util.SAXParseException
-
- SAXParseException(String, String, String, int, int, Exception) - Constructor for exception org.apache.commons.jelly.util.SAXParseException
-
- ScopeTag - Class in org.apache.commons.jelly.tags.core
-
A tag which creates a new child variable scope for its body.
- ScopeTag() - Constructor for class org.apache.commons.jelly.tags.core.ScopeTag
-
- Script - Interface in org.apache.commons.jelly
-
Script
represents a Jelly script.
- ScriptBlock - Class in org.apache.commons.jelly.impl
-
ScriptBlock
a block of scripts.
- ScriptBlock() - Constructor for class org.apache.commons.jelly.impl.ScriptBlock
-
Create a new instance.
- ScriptTag - Class in org.apache.commons.jelly.tags.define
-
<script> tag is used to assign a Script object
to a variable.
- ScriptTag() - Constructor for class org.apache.commons.jelly.tags.define.ScriptTag
-
- setActual(Expression) - Method in class org.apache.commons.jelly.tags.junit.AssertEqualsTag
-
Sets the actual value which will be compared against the
expected value.
- setAppend(boolean) - Method in class org.apache.commons.jelly.tags.core.FileTag
-
Sets wether to append at the end of the file
(not really something you normally do with an XML file).
- setAsString(boolean) - Method in class org.apache.commons.jelly.tags.xml.SetTag
-
If set to true, will ensure that the (XPath) text-value
of the selected node is taken instead of the node
itself.
- 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 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.impl.DynamicBeanTag
-
- setAttribute(String, Object) - Method in class org.apache.commons.jelly.impl.DynamicDynaBeanTag
-
- setAttribute(String, Object) - Method in class org.apache.commons.jelly.impl.DynamicTag
-
- setAttribute(String, String, String, Object) - Method in class org.apache.commons.jelly.impl.StaticTag
-
- setAttribute(String, Object) - Method in class org.apache.commons.jelly.impl.StaticTag
-
- setAttribute(String, Object) - Method in class org.apache.commons.jelly.MapTagSupport
-
Sets an attribute value of this tag before the tag is invoked
- setAttributeValue(String, String, String) - Method in class org.apache.commons.jelly.tags.xml.ElementTag
-
Sets the attribute of the given name to the specified value.
- setBasename(Expression) - Method in class org.apache.commons.jelly.tags.fmt.BundleTag
-
Setter for property basename.
- setBasename(Expression) - Method in class org.apache.commons.jelly.tags.fmt.SetBundleTag
-
- setBean(Object) - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
-
Allow derived classes to programatically set the bean
- setBeanProperties(Object, Map) - Method in class org.apache.commons.jelly.tags.core.SetPropertiesTag
-
Sets the properties on the bean.
- setBeanProperties(Object, Map) - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
-
Sets the properties on the bean.
- setBeanProperties(Object, Map) - Method in class org.apache.commons.jelly.tags.core.UseListTag
-
- setBegin(int) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
-
Sets the starting index value
- setBlockEvaluated(boolean) - Method in class org.apache.commons.jelly.tags.core.ChooseTag
-
- setBody(Script) - Method in interface org.apache.commons.jelly.Tag
-
Sets the body of the tag
- setBody(Script) - Method in class org.apache.commons.jelly.TagSupport
-
Sets the body of the tag
- setBundle(Expression) - Method in class org.apache.commons.jelly.tags.fmt.MessageTag
-
Setter for property bundle.
- SetBundleTag - Class in org.apache.commons.jelly.tags.fmt
-
Support for tag handlers for <setLocale>, the bundle setting
tag in JSTL.
- SetBundleTag() - Constructor for class org.apache.commons.jelly.tags.fmt.SetBundleTag
-
Creates a new instance of SetBundleTag
- setCacheTags(boolean) - Method in class org.apache.commons.jelly.JellyContext
-
Sets whether caching of Tag instances, per thread, is enabled.
- setClassLoader(ClassLoader) - Method in class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
-
Set the class loader to be used for instantiating application objects
when required.
- 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.BaseClassLoaderTag
-
Set the class loader to be used for instantiating application objects
when required.
- setClassLoader(ClassLoader) - Method in class org.apache.commons.jelly.tags.define.BeanTag
-
Sets the ClassLoader to use to load the class.
- setClassLoader(ClassLoader) - Method in class org.apache.commons.jelly.tags.junit.AssertThrowsTag
-
Sets the class loader to be used to load the exception type
- setClassName(String) - Method in class org.apache.commons.jelly.tags.core.GetStaticTag
-
Sets the fully qualified name of the class containing the static field.
- setClassName(String) - Method in class org.apache.commons.jelly.tags.core.InvokeStaticTag
-
Sets the fully qualified class name containing the static method
- setClassName(String) - Method in class org.apache.commons.jelly.tags.core.NewTag
-
Sets the class name of the object to instantiate
- setClassName(String) - Method in class org.apache.commons.jelly.tags.define.BeanTag
-
Sets the Java class name to use for the tag
- setColumnNumber(int) - Method in class org.apache.commons.jelly.impl.TagScript
-
Sets the column number of the tag
- setColumnNumber(int) - Method in exception org.apache.commons.jelly.JellyException
-
Sets the column number of the tag
- setColumnNumber(int) - Method in interface org.apache.commons.jelly.LocationAware
-
Sets the column number of the tag
- setColumnNumber(int) - Method in error org.apache.commons.jelly.tags.junit.JellyAssertionFailedError
-
Sets the column number of the tag
- setContentHandler(ContentHandler) - Method in class org.apache.commons.jelly.XMLOutput
-
Sets the SAX ContentHandler to pipe SAX events into
- setContext(JellyContext) - Method in class org.apache.commons.jelly.DynaBeanTagSupport
-
Sets the context in which the tag will be run.
- setContext(JellyContext) - Method in class org.apache.commons.jelly.impl.Embedded
-
Method setContext.
- setContext(JellyContext) - Method in class org.apache.commons.jelly.parser.XMLParser
-
- 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
- setContextURLs(JellyContext) - Method in class org.apache.commons.jelly.impl.TagScript
-
Set the context's root and current URL if not present
- setCount(int) - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
-
- setCurrent(Object) - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
-
- setCurrentURL(URL) - Method in class org.apache.commons.jelly.JellyContext
-
Sets the current URL context of the current script that is executing.
- setDateStyle(Expression) - Method in class org.apache.commons.jelly.tags.fmt.FormatDateTag
-
Setter for property dataStyle.
- setDefaultNamespaceURI(String) - Method in class org.apache.commons.jelly.Jelly
-
Set the jelly namespace to use for unprefixed elements.
- setDefaultNamespaceURI(String) - Method in class org.apache.commons.jelly.parser.XMLParser
-
Set the jelly namespace to use for unprefixed elements.
- setDefaultValue(Expression) - Method in class org.apache.commons.jelly.impl.Attribute
-
Sets the defaultValue.
- setDefaultValue(Expression) - Method in class org.apache.commons.jelly.tags.core.SetTag
-
Deprecated.
Sets the default value to be used if the value exprsesion results
in a null value or blank String
- 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.xml.SetTag
-
If set, returns a string delimited by this delimiter.
- setDescending(boolean) - Method in class org.apache.commons.jelly.tags.xml.ForEachTag
-
Set whether to sort ascending or descending.
- setDescending(boolean) - Method in class org.apache.commons.jelly.tags.xml.SetTag
-
Set whether to sort ascending or descending.
- setDescending(boolean) - Method in class org.apache.commons.jelly.tags.xml.SortTag
-
Set whether to sort ascending or descending.
- setDescending(boolean) - Method in class org.apache.commons.jelly.xpath.XPathComparator
-
- setDiscoverClasses(DiscoverClasses) - Method in class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
-
Sets the fully configured DiscoverClasses instance to be used to
lookup services
- setDocumentLocator(Locator) - Method in class org.apache.commons.jelly.parser.XMLParser
-
Set the document locator associated with our parser.
- setDocumentLocator(Locator) - Method in class org.apache.commons.jelly.util.SafeContentHandler
-
- setDocumentLocator(Locator) - Method in class org.apache.commons.jelly.XMLOutput
-
Receive an object for locating the origin of SAX document events.
- setDynaBean(DynaBean) - Method in class org.apache.commons.jelly.DynaBeanTagSupport
-
Sets the DynaBean which is used to store the
attributes of this tag
- setDynaClass(DynaClass) - Method in class org.apache.commons.jelly.tags.define.DynaBeanTag
-
Sets the DynaClass
which will be bound to this dynamic tag.
- setDynaclass(DynaClass) - Method in class org.apache.commons.jelly.tags.dynabean.DynabeanTag
-
Sets the DynaClass of the new instance to create
- setElementName(String) - Method in class org.apache.commons.jelly.impl.TagScript
-
Sets the element name which caused the problem
- setElementName(String) - Method in exception org.apache.commons.jelly.JellyException
-
Sets the element name which caused the problem
- setElementName(String) - Method in interface org.apache.commons.jelly.LocationAware
-
Sets the element name which caused the problem
- setElementName(String) - Method in error org.apache.commons.jelly.tags.junit.JellyAssertionFailedError
-
Sets the element name which caused the problem
- setEncode(boolean) - Method in class org.apache.commons.jelly.tags.core.SetTag
-
Deprecated.
Sets whether the body of the tag should be XML encoded as text (so that < and > are
encoded as < and >) or leave the text as XML which is the default.
- setEncode(boolean) - Method in class org.apache.commons.jelly.tags.log.LogTagSupport
-
Sets whether the body of the tag should be encoded as text (so that < and > are
encoded as < and >) or leave the text as XML which is the default.
- setEncoding(String) - Method in class org.apache.commons.jelly.tags.core.FileTag
-
Sets the XML encoding mode, which defaults to UTF-8
- setEnd(int) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
-
Sets the ending index value
- setErrorHandler(ErrorHandler) - Method in class org.apache.commons.jelly.parser.XMLParser
-
Set the error handler for this XMLParser.
- setEscapeByDefault(boolean) - Method in class org.apache.commons.jelly.parser.XMLParser
-
- setEscapeText(boolean) - Method in class org.apache.commons.jelly.TagSupport
-
Sets whether the body of the tag should be escaped as text (so that < and > are
escaped as < and >), which is the default or leave the text as XML.
- setExceptionVar(String) - Method in class org.apache.commons.jelly.tags.core.InvokeStaticTag
-
Sets the name of a variable that exports the exception thrown by
the method's invocation (if any)
- setExceptionVar(String) - Method in class org.apache.commons.jelly.tags.core.InvokeTag
-
Sets the name of a variable that exports the exception thrown by
the method's invocation (if any)
- setExpected(Expression) - Method in class org.apache.commons.jelly.tags.junit.AssertEqualsTag
-
Sets the expected value to be tested against
- setExpected(String) - Method in class org.apache.commons.jelly.tags.junit.AssertThrowsTag
-
Sets the class name of exception expected to be thrown by the body.
- setExport(boolean) - Method in class org.apache.commons.jelly.JellyContext
-
Sets whether we should export variable definitions to our parent context
- setExport(String) - Method in class org.apache.commons.jelly.tags.core.IncludeTag
-
- setExportLibraries(boolean) - Method in class org.apache.commons.jelly.JellyContext
-
Sets whether we export tag libraries to our parents context
- setExpression(Expression) - Method in class org.apache.commons.jelly.impl.ExpressionScript
-
Sets the expression evaluated as a String and output by this script
- setExpressionFactory(ExpressionFactory) - Method in class org.apache.commons.jelly.parser.XMLParser
-
Sets the expression factory used to evaluate tag attributes
- setExpressions(List) - Method in class org.apache.commons.jelly.expression.CompositeExpression
-
Sets the Expression objects that make up this
composite expression
- setFallingThru(boolean) - Method in class org.apache.commons.jelly.tags.core.SwitchTag
-
- setFallThru(boolean) - Method in class org.apache.commons.jelly.tags.core.CaseTag
-
- setFallThru(boolean) - Method in class org.apache.commons.jelly.tags.core.DefaultTag
-
- setField(String) - Method in class org.apache.commons.jelly.tags.core.GetStaticTag
-
Sets the name of the field to retrieve.
- setFile(String) - Method in class org.apache.commons.jelly.tags.core.ImportTag
-
Sets the file for the script to evaluate.
- setFile(File) - Method in class org.apache.commons.jelly.tags.core.IncludeTag
-
Sets the file to be included which is either an absolute file or a file
relative to the current directory
- setFile(String) - Method in class org.apache.commons.jelly.tags.core.ThreadTag
-
Set the file which is generated from the output
- setFile(File) - Method in class org.apache.commons.jelly.tags.junit.AssertFileContainsTag
-
The file to be tested.
- setFile(File) - Method in class org.apache.commons.jelly.tags.junit.AssertFileExistsTag
-
The file to be tested.
- setFile(File) - Method in class org.apache.commons.jelly.tags.junit.AssertFileNotFoundTag
-
The file to be tested.
- setFileName(String) - Method in class org.apache.commons.jelly.impl.TagScript
-
Sets the Jelly file which caused the problem
- setFileName(String) - Method in exception org.apache.commons.jelly.JellyException
-
Sets the Jelly file which caused the problem
- setFileName(String) - Method in interface org.apache.commons.jelly.LocationAware
-
Sets the Jelly file which caused the problem
- setFileName(String) - Method in error org.apache.commons.jelly.tags.junit.JellyAssertionFailedError
-
Sets the Jelly file which caused the problem
- setFirst(boolean) - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
-
- setFromURI(String) - Method in class org.apache.commons.jelly.tags.xml.ReplaceNamespaceTag
-
Sets the source namespace URI to replace.
- setIgnoreUnknownProperties(boolean) - Method in class org.apache.commons.jelly.tags.core.UseBeanTag
-
If this tag finds an attribute in the XML that's not
ignored by
UseBeanTag.ignoreProperties
and isn't a
bean property, should it throw an exception?
- setIndex(int) - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
-
- setIndexVar(String) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
-
Sets the variable name to export the current index counter to
- setInherit(boolean) - Method in class org.apache.commons.jelly.JellyContext
-
Sets whether we should inherit variables from our parent context
- setInherit(boolean) - Method in class org.apache.commons.jelly.tags.core.ImportTag
-
Sets whether property inheritence is enabled or disabled
- setInherit(String) - Method in class org.apache.commons.jelly.tags.core.IncludeTag
-
- setInherit(boolean) - Method in class org.apache.commons.jelly.tags.define.TaglibTag
-
Sets whether this dynamic tag should inherit from the current existing tag library
of the same URI.
- setItems(Expression) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
-
Sets the expression used to iterate over.
- setJellyParser(XMLParser) - Method in class org.apache.commons.jelly.tags.core.ParseTag
-
Sets the jellyParser.
- setKey(Expression) - Method in class org.apache.commons.jelly.tags.fmt.MessageTag
-
Setter for property key.
- setLast(boolean) - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
-
- setLexical(boolean) - Method in class org.apache.commons.jelly.tags.xml.CopyOfTag
-
- setLexical(boolean) - Method in class org.apache.commons.jelly.tags.xml.CopyTag
-
- 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.impl.TagScript
-
Sets the line number of the tag
- setLineNumber(int) - Method in exception org.apache.commons.jelly.JellyException
-
Sets the line number of the tag
- setLineNumber(int) - Method in interface org.apache.commons.jelly.LocationAware
-
Sets the line number of the tag
- setLineNumber(int) - Method in error org.apache.commons.jelly.tags.junit.JellyAssertionFailedError
-
Sets the line number of the tag
- setList(List) - Method in class org.apache.commons.jelly.tags.xml.SortTag
-
Set the list to sort.
- setListener(TestListener) - Method in class org.apache.commons.jelly.tags.junit.RunTag
-
Sets the TestListener.to be used to format the output of running the unit test cases
- SetLocaleTag - Class in org.apache.commons.jelly.tags.fmt
-
Support for tag handlers for <setLocale>, the locale setting
tag in JSTL.
- SetLocaleTag() - Constructor for class org.apache.commons.jelly.tags.fmt.SetLocaleTag
-
Creates a new instance of SetLocaleTag
- setLocalName(String) - Method in class org.apache.commons.jelly.impl.StaticTag
-
- setLocalName(String) - Method in class org.apache.commons.jelly.impl.TagScript
-
Sets the local, non namespaced name of this tag.
- 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.
- setMatch(String) - Method in class org.apache.commons.jelly.tags.junit.AssertFileContainsTag
-
The content to be checked for.
- 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.core.InvokeStaticTag
-
Sets the name of the method to invoke
- setMethod(String) - Method in class org.apache.commons.jelly.tags.core.InvokeTag
-
- setMethod(String) - Method in class org.apache.commons.jelly.tags.define.JellyBeanTag
-
Sets the name of the method to invoke on the bean.
- setName(String) - Method in class org.apache.commons.jelly.impl.Attribute
-
Sets the name.
- setName(String) - Method in class org.apache.commons.jelly.tags.core.FileTag
-
Sets the file name for the output
- 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.define.AttributeTag
-
Sets the name of the attribute
- setName(String) - Method in class org.apache.commons.jelly.tags.define.BeanTag
-
Sets the name of the tag to create
- setName(String) - Method in class org.apache.commons.jelly.tags.define.DynaBeanTag
-
Sets the name of the tag to create
- setName(String) - Method in class org.apache.commons.jelly.tags.define.ExtendTag
-
Sets the name of the tag to create
- setName(String) - Method in class org.apache.commons.jelly.tags.define.TagTag
-
Sets the name of the tag to create
- setName(String) - Method in class org.apache.commons.jelly.tags.dynabean.DynaclassTag
-
Sets the name of the new DynaClass
- setName(String) - Method in class org.apache.commons.jelly.tags.dynabean.PropertyTag
-
Sets the name of this property
- setName(String) - Method in class org.apache.commons.jelly.tags.junit.CaseTag
-
Sets the name of this test case
- 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.log.LogTagSupport
-
Sets the name of the logger to use
- 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.xml.DoctypeTag
-
Sets the document type name of the DOCTYPE
- 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.ParamTag
-
Sets the name of the attribute
- setNamespaceContext(Map) - Method in interface org.apache.commons.jelly.NamespaceAwareTag
-
Sets the namespace context in scope when this tag is used
- setNsUri(String) - Method in class org.apache.commons.jelly.impl.TagScript
-
- setOmitXmlDeclaration(boolean) - Method in class org.apache.commons.jelly.tags.core.FileTag
-
Sets whether the XML declaration should be output or not
- setOn(Object) - Method in class org.apache.commons.jelly.tags.core.InvokeTag
-
- setOn(Expression) - Method in class org.apache.commons.jelly.tags.core.SwitchTag
-
Sets the value to switch on.
- setOutputMode(String) - Method in class org.apache.commons.jelly.tags.core.FileTag
-
Sets the output mode, whether XML or HTML
- setOutputStream(OutputStream) - Method in class org.apache.commons.jelly.impl.Embedded
-
Method setOutputStream.
- setParameterValue(String, Object) - Method in class org.apache.commons.jelly.tags.xml.TransformTag
-
- setParent(TagLibrary) - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
-
Sets the parent to inherit tags from that are not defined in this library.
- setParent(TagScript) - Method in class org.apache.commons.jelly.impl.TagScript
-
Sets the parent.
- setParent(JellyContext) - Method in class org.apache.commons.jelly.JellyContext
-
Change the parent context to the one provided
- 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
- setPattern(Expression) - Method in class org.apache.commons.jelly.tags.fmt.FormatDateTag
-
Setter for property pattern.
- setPrefix(Expression) - Method in class org.apache.commons.jelly.tags.fmt.BundleTag
-
Setter for property prefix.
- setPrettyPrint(boolean) - Method in class org.apache.commons.jelly.tags.core.FileTag
-
Sets whether pretty printing mode is turned on.
- SetPropertiesTag - Class in org.apache.commons.jelly.tags.core
-
A tag which sets the bean properties on the given bean.
- SetPropertiesTag() - Constructor for class org.apache.commons.jelly.tags.core.SetPropertiesTag
-
- setProperty(String) - Method in class org.apache.commons.jelly.tags.core.SetTag
-
Deprecated.
Sets the name of the property to set on the target object.
- setProperty(String) - Method in class org.apache.commons.jelly.tags.dynabean.SetTag
-
Sets the name of the property to set on the target object.
- setPropertyClass(Class) - Method in class org.apache.commons.jelly.tags.dynabean.PropertyTag
-
Sets the Class instance for this property
- setPropertyValue(Object, String, Object) - Method in class org.apache.commons.jelly.tags.core.SetTag
-
Deprecated.
- setPropertyValue(Object, String, Object) - Method in class org.apache.commons.jelly.tags.dynabean.SetTag
-
- setPublicId(String) - Method in class org.apache.commons.jelly.tags.xml.DoctypeTag
-
Sets the declared public identifier for DTD
- setQName(String) - Method in class org.apache.commons.jelly.impl.StaticTag
-
- setRequired(boolean) - Method in class org.apache.commons.jelly.impl.Attribute
-
Sets whether this attribute is required.
- setRequired(boolean) - Method in class org.apache.commons.jelly.tags.define.AttributeTag
-
Sets whether this attribute is mandatory or not
- setResult(TestResult) - Method in class org.apache.commons.jelly.tags.junit.RunTag
-
Sets the JUnit TestResult used to capture the results of the tst
- setRootContext(URL) - Method in class org.apache.commons.jelly.Jelly
-
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.
- setSaxAttributes(Attributes) - Method in class org.apache.commons.jelly.impl.TagScript
-
Sets the SAX attributes of this tag
- 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
-
Deprecated.
Sets the variable scope for this variable.
- setScope(String) - Method in class org.apache.commons.jelly.tags.dynabean.SetTag
-
Sets the variable scope for this variable.
- setScope(String) - Method in class org.apache.commons.jelly.tags.fmt.FormatDateTag
-
Setter for property scope.
- setScope(String) - Method in class org.apache.commons.jelly.tags.fmt.MessageTag
-
Setter for property scope.
- setScope(String) - Method in class org.apache.commons.jelly.tags.fmt.SetBundleTag
-
- setScope(String) - Method in class org.apache.commons.jelly.tags.fmt.SetLocaleTag
-
- setScope(String) - Method in class org.apache.commons.jelly.tags.fmt.SetTimeZoneTag
-
- setScript(String) - Method in class org.apache.commons.jelly.impl.Embedded
-
Set the input script
- setScript(InputStream) - Method in class org.apache.commons.jelly.impl.Embedded
-
Set the input stream
- 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(Script) - Method in class org.apache.commons.jelly.tags.define.InvokeTag
-
Sets the Script to be invoked by this tag, which typically has been previously
defined by the use of the <script> tag.
- 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.CopyTag
-
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.ForEachTag
-
Sets the XPath selection expression
- 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.SetTag
-
Sets the XPath expression to evaluate.
- setSingle(boolean) - Method in class org.apache.commons.jelly.tags.xml.SetTag
-
If set to true will only take the first element matching.
- setSort(XPath) - Method in class org.apache.commons.jelly.tags.xml.ForEachTag
-
Sets the xpath expression to use to sort selected nodes.
- setSort(XPath) - Method in class org.apache.commons.jelly.tags.xml.SetTag
-
Sets the xpath expression to use to sort selected nodes.
- setSort(XPath) - Method in class org.apache.commons.jelly.tags.xml.SortTag
-
Sets the xpath expression to use to sort selected nodes.
- setStep(int) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
-
Sets the index increment step
- 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.xml.DoctypeTag
-
Sets the declared system identifier for the DTD
- setTag(Tag, JellyContext) - Method in class org.apache.commons.jelly.impl.TagScript
-
Allows the script to set the tag instance to be used, such as in a StaticTagScript
when a StaticTag is switched with a DynamicTag
- SetTag - Class in org.apache.commons.jelly.tags.core
-
- SetTag() - Constructor for class org.apache.commons.jelly.tags.core.SetTag
-
Deprecated.
- SetTag - Class in org.apache.commons.jelly.tags.dynabean
-
A tag which sets a variable from the result of an expression
- SetTag() - Constructor for class org.apache.commons.jelly.tags.dynabean.SetTag
-
- SetTag - Class in org.apache.commons.jelly.tags.xml
-
A tag which defines a variable from an XPath expression.
- SetTag() - Constructor for class org.apache.commons.jelly.tags.xml.SetTag
-
- setTagBody(Script) - Method in class org.apache.commons.jelly.impl.TagScript
-
Sets the tagBody.
- setTagClass(Class) - Method in class org.apache.commons.jelly.impl.DefaultTagFactory
-
Sets the tagClass.
- setTagFactory(TagFactory) - Method in class org.apache.commons.jelly.impl.TagScript
-
Sets the Factory of Tag instances.
- setTagNamespacesMap(Map) - Method in class org.apache.commons.jelly.impl.TagScript
-
Sets the optional namespaces prefix -> URI map of
the namespaces attached to this Tag
- setTarget(Object) - Method in class org.apache.commons.jelly.tags.core.SetTag
-
Deprecated.
Sets the target object on which to set a property.
- setTarget(Object) - Method in class org.apache.commons.jelly.tags.dynabean.SetTag
-
Sets the target object on which to set a property.
- setTemplate(Script) - Method in class org.apache.commons.jelly.impl.DynamicTag
-
- setTest(Expression) - Method in class org.apache.commons.jelly.tags.core.BreakTag
-
Sets the Jelly expression to evaluate (optional).
- setTest(Expression) - Method in class org.apache.commons.jelly.tags.core.IfTag
-
Deprecated.
Sets the Jelly expression to evaluate.
- setTest(Expression) - Method in class org.apache.commons.jelly.tags.core.WhenTag
-
Sets the expression to evaluate.
- setTest(Expression) - Method in class org.apache.commons.jelly.tags.core.WhileTag
-
Setter for the expression
- 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.core.ParseTag
-
Sets the text to be parsed by this parser
- setText(String) - Method in class org.apache.commons.jelly.tags.xml.CommentTag
-
Sets the comment text.
- setText(String) - Method in class org.apache.commons.jelly.tags.xml.ParseTagSupport
-
Sets the text to be parsed by this parser
- setTimeStyle(Expression) - Method in class org.apache.commons.jelly.tags.fmt.FormatDateTag
-
Setter for property timeStyle.
- setTimeZone(Expression) - Method in class org.apache.commons.jelly.tags.fmt.FormatDateTag
-
Setter for property timeZone.
- SetTimeZoneTag - Class in org.apache.commons.jelly.tags.fmt
-
Support for tag handlers for <setTimeZone>, the time zone setting
tag in JSTL.
- SetTimeZoneTag() - Constructor for class org.apache.commons.jelly.tags.fmt.SetTimeZoneTag
-
Creates a new instance of SetLocaleTag
- setToURI(String) - Method in class org.apache.commons.jelly.tags.xml.ReplaceNamespaceTag
-
Sets the destination namespace URI to replace.
- setTrim(boolean) - Method in class org.apache.commons.jelly.TagSupport
-
Deprecated.
Trimming is now handled during parsing of the script, like it does in XSLT.
- setType(String) - Method in class org.apache.commons.jelly.tags.core.ArgTag
-
The name of the argument class or type, if any.
- setType(String) - Method in class org.apache.commons.jelly.tags.dynabean.PropertyTag
-
Sets the type name of this property
- setType(Expression) - Method in class org.apache.commons.jelly.tags.fmt.FormatDateTag
-
Setter for property type.
- setUp() - Method in class org.apache.commons.jelly.test.BaseJellyTest
-
- setUpScript(String) - Method in class org.apache.commons.jelly.test.BaseJellyTest
-
- setUri(String) - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
-
- 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.TaglibTag
-
Sets the namespace URI to register this new dynamic tag library with
- setURI(String) - Method in class org.apache.commons.jelly.tags.xml.AttributeTag
-
Sets the namespace URI of the element
- setURI(String) - Method in class org.apache.commons.jelly.tags.xml.ElementTag
-
Sets the namespace URI of the element
- setUrl(URL) - Method in class org.apache.commons.jelly.Jelly
-
Sets the script URL to use
- setUrl(String) - Method in class org.apache.commons.jelly.tags.define.ClassLoaderTag
-
- setUseContextClassLoader(boolean) - Method in class org.apache.commons.jelly.impl.DefaultTagLibraryResolver
-
Determine whether to use the Context ClassLoader (the one found by
calling Thread.currentThread().getContextClassLoader()
)
to resolve/load classes.
- setUseContextClassLoader(boolean) - Method in class org.apache.commons.jelly.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.BaseClassLoaderTag
-
Determine whether to use the Context ClassLoader (the one found by
calling Thread.currentThread().getContextClassLoader()
)
to resolve/load classes.
- setValidate(boolean) - Method in class org.apache.commons.jelly.tags.xml.ParseTag
-
Sets whether XML validation is enabled or disabled
- setValidateXML(boolean) - Method in class org.apache.commons.jelly.Jelly
-
When set to true, the XML parser will attempt to validate
the Jelly XML before converting it into a Script.
- setValidating(boolean) - Method in class org.apache.commons.jelly.parser.XMLParser
-
Set the validating parser flag.
- 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.core.ArgTag
-
The (possibly null) value of this argument.
- setValue(Expression) - Method in class org.apache.commons.jelly.tags.core.CaseTag
-
- 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
-
Deprecated.
Sets the expression to evaluate.
- setValue(Expression) - Method in class org.apache.commons.jelly.tags.dynabean.SetTag
-
Sets the expression to evaluate.
- setValue(Expression) - Method in class org.apache.commons.jelly.tags.fmt.FormatDateTag
-
Setter for property value.
- setValue(Expression) - Method in class org.apache.commons.jelly.tags.fmt.ParamTag
-
Setter for property value.
- setValue(Expression) - Method in class org.apache.commons.jelly.tags.fmt.SetLocaleTag
-
- setValue(Expression) - Method in class org.apache.commons.jelly.tags.fmt.SetTimeZoneTag
-
- setValue(Expression) - Method in class org.apache.commons.jelly.tags.fmt.TimeZoneTag
-
Setter for property value.
- setValue(Object) - Method in class org.apache.commons.jelly.tags.xml.ParamTag
-
Sets the value of the attribute
- setVar(String) - Method in class org.apache.commons.jelly.tags.core.BreakTag
-
Sets the variable name to export indicating if the item was broken
- 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.FileTag
-
Sets the var.
- 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.GetStaticTag
-
Sets the name of the variable exported by this tag.
- setVar(String) - Method in class org.apache.commons.jelly.tags.core.InvokeStaticTag
-
Sets the name of the variable exported by this tag
- setVar(String) - Method in class org.apache.commons.jelly.tags.core.InvokeTag
-
Sets the name of the variable exported by this tag
- 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.ParseTag
-
Sets the variable name that will be used for the Document variable created
- setVar(Expression) - Method in class org.apache.commons.jelly.tags.core.RemoveTag
-
Sets the name of the variable which will be removed by this tag..
- setVar(String) - Method in class org.apache.commons.jelly.tags.core.SetTag
-
Deprecated.
Sets the variable name to define for this expression
- setVar(String) - Method in class org.apache.commons.jelly.tags.define.ClassLoaderTag
-
- setVar(String) - Method in class org.apache.commons.jelly.tags.define.ScriptTag
-
Sets the variable name of the tag to create
- setVar(String) - Method in class org.apache.commons.jelly.tags.dynabean.DynabeanTag
-
Sets the name of the variable to export the new DynaBean instance to
- setVar(String) - Method in class org.apache.commons.jelly.tags.dynabean.DynaclassTag
-
Sets the name of the variable to export the DynaClass instance
- setVar(String) - Method in class org.apache.commons.jelly.tags.dynabean.SetTag
-
Sets the variable name to define for this expression
- setVar(String) - Method in class org.apache.commons.jelly.tags.fmt.FormatDateTag
-
Setter for property var.
- setVar(String) - Method in class org.apache.commons.jelly.tags.fmt.MessageTag
-
Setter for property var.
- setVar(String) - Method in class org.apache.commons.jelly.tags.fmt.SetBundleTag
-
- setVar(String) - Method in class org.apache.commons.jelly.tags.fmt.SetTimeZoneTag
-
- setVar(String) - Method in class org.apache.commons.jelly.tags.junit.AssertThrowsTag
-
Sets the variable name to define for this expression.
- setVar(String) - Method in class org.apache.commons.jelly.tags.junit.SuiteTag
-
Sets the name of the test suite whichi is exported
- setVar(String) - Method in class org.apache.commons.jelly.tags.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
- setVarAttribute(String) - Method in class org.apache.commons.jelly.tags.define.BeanTag
-
Sets the name of the attribute used to define the bean variable that this dynamic
tag will output its results as.
- setVarAttribute(String) - Method in class org.apache.commons.jelly.tags.define.DynaBeanTag
-
Sets the name of the attribute used to define the bean variable that this dynamic
tag will output its results as.
- setVariable(String, Object) - Method in class org.apache.commons.jelly.impl.Embedded
-
Set a new variable within the context for the script to use.
- setVariable(String, Object) - Method in class org.apache.commons.jelly.JellyContext
-
Sets the value of the named variable
- 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
- setVariant(Expression) - Method in class org.apache.commons.jelly.tags.fmt.SetLocaleTag
-
- setVarStatus(String) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
-
Sets the variable name to export the current status to.
- setXml(Object) - Method in class org.apache.commons.jelly.tags.xml.ParseTag
-
Sets the source of the XML which is either a String URI, a File, Reader or InputStream
- setXmlOutput(XMLOutput) - Method in class org.apache.commons.jelly.tags.core.ThreadTag
-
Sets the destination of output
- setXMLReader(XMLReader) - Method in class org.apache.commons.jelly.tags.core.ParseTag
-
Sets the XMLReader used for parsing
- setXpath(XPath) - Method in class org.apache.commons.jelly.tags.junit.AssertTag
-
Sets the boolean XPath expression to evaluate.
- setXpath(XPath) - Method in class org.apache.commons.jelly.xpath.XPathComparator
-
- setXslt(Object) - Method in class org.apache.commons.jelly.tags.xml.TransformTag
-
Sets the source of the XSL which is either a String URI, Reader or
InputStream
- skippedEntity(String) - Method in class org.apache.commons.jelly.parser.XMLParser
-
Process notification of a skipped entity.
- skippedEntity(String) - Method in class org.apache.commons.jelly.util.SafeContentHandler
-
- skippedEntity(String) - Method in class org.apache.commons.jelly.XMLOutput
-
Receive notification of a skipped entity.
- SortTag - Class in org.apache.commons.jelly.tags.xml
-
A tag that can sort a list of xml nodes via an xpath expression.
- SortTag() - Constructor for class org.apache.commons.jelly.tags.xml.SortTag
-
- stackTraceToString(Throwable) - Method in class org.apache.commons.jelly.tags.junit.RunTag
-
- startCDATA() - Method in class org.apache.commons.jelly.XMLOutput
-
Report the start of a CDATA section.
- startDocument() - Method in class org.apache.commons.jelly.parser.XMLParser
-
Process notification of the beginning of the document being reached.
- startDocument() - Method in class org.apache.commons.jelly.util.SafeContentHandler
-
- startDocument() - Method in class org.apache.commons.jelly.XMLOutput
-
Receive notification of the beginning of a document.
- 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.parser.DefaultNamespaceFilter
-
All incoming empty URIs will be remapped to the default.
- 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.
- startElement(String, String, String, Attributes) - Method in class org.apache.commons.jelly.util.SafeContentHandler
-
- startElement(String) - Method in class org.apache.commons.jelly.XMLOutput
-
Helper method for outputting a start element event
for an element in no namespace.
- startElement(String, Attributes) - Method in class org.apache.commons.jelly.XMLOutput
-
Helper method for outputting a start element event
for an element in no namespace.
- startElement(String, String, String, Attributes) - Method in class org.apache.commons.jelly.XMLOutput
-
Receive notification of the beginning of an element.
- 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.parser.DefaultNamespaceFilter
-
All incoming empty URIs will be remapped to the default.
- startPrefixMapping(String, String) - Method in class org.apache.commons.jelly.parser.XMLParser
-
Process notification that a namespace prefix is coming in to scope.
- startPrefixMapping(String, String) - Method in class org.apache.commons.jelly.util.SafeContentHandler
-
- startPrefixMapping(String, String) - Method in class org.apache.commons.jelly.XMLOutput
-
Begin the scope of a prefix-URI Namespace mapping.
- StaticTag - Class in org.apache.commons.jelly.impl
-
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 in org.apache.commons.jelly.impl
-
StaticTagScript
is a script that evaluates a StaticTag, a piece of static XML
though its attributes or element content may contain dynamic expressions.
- StaticTagScript() - Constructor for class org.apache.commons.jelly.impl.StaticTagScript
-
- StaticTagScript(TagFactory) - Constructor for class org.apache.commons.jelly.impl.StaticTagScript
-
Deprecated.
The tag name is inferred automatically, so no need to set a tag factory.
Use the default constructor.
- SuiteTag - Class in org.apache.commons.jelly.tags.junit
-
Represents a collection of TestCases..
- SuiteTag() - Constructor for class org.apache.commons.jelly.tags.junit.SuiteTag
-
- SuperTag - Class in org.apache.commons.jelly.tags.define
-
<super> tag is used to invoke a parent tag implementation, when
a tag extends an existing tag
- SuperTag() - Constructor for class org.apache.commons.jelly.tags.define.SuperTag
-
- SwitchTag - Class in org.apache.commons.jelly.tags.core
-
Executes the child <case> tag whose value equals my on attribute.
- SwitchTag() - Constructor for class org.apache.commons.jelly.tags.core.SwitchTag
-