- 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
-
- 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.
- 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.
- 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.
- 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.
- 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
- 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.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
-
- 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(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
- 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 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(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
-
- 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
-
- 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
-
- 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
-
- 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.impl.TagScript
-
- getLineNumber() - Method in exception org.apache.commons.jelly.JellyException
-
- getLineNumber() - Method in interface org.apache.commons.jelly.LocationAware
-
- 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 exception 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 exception 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.
- getNsUri() - Method in class org.apache.commons.jelly.impl.TagScript
-
- 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.
- getQName() - Method in class org.apache.commons.jelly.impl.StaticTag
-
- getReader() - Method in class org.apache.commons.jelly.parser.XMLParser
-
- getReason() - Method in exception 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.
- getResourceAsStream(String) - Method in class org.apache.commons.jelly.servlet.JellyServletContext
-
Allow access of relative URIs when performing <j:include>.
- 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
- 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
-
- 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
-
- 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
- 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
- getUri() - Method in class org.apache.commons.jelly.impl.DynamicTagLibrary
-
- getUri() - Method in class org.apache.commons.jelly.impl.StaticTag
-
- getUrl() - Method in class org.apache.commons.jelly.Jelly
-
- 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.
- 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
-
- 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
- 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.
- 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.xpath.XPathTagSupport
-
- getXPathSource() - Method in interface org.apache.commons.jelly.xpath.XPathSource
-
- 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.
- 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).
- 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
- 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
- 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.
- 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
- 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
- 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.
- 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
- 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
- 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
- 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.
- 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)
- 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
- 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
- setFirst(boolean) - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
-
- 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
-
- 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.
- setLast(boolean) - Method in class org.apache.commons.jelly.tags.core.ForEachTag.LoopStatus
-
- 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
- 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
- setLogger(Log) - Method in class org.apache.commons.jelly.parser.XMLParser
-
Set the current logger for this XMLParser.
- 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
-
- 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.
- 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.
- 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
- 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.
- setPropertyValue(Object, String, Object) - Method in class org.apache.commons.jelly.tags.core.SetTag
-
Deprecated.
- 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.
- 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
- setScope(String) - Method in class org.apache.commons.jelly.tags.core.SetTag
-
Deprecated.
Sets the variable scope for this variable.
- 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
- 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
- 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.
- 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.
- 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
- 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
- setTrim(boolean) - Method in class org.apache.commons.jelly.TagSupport
-
- setType(String) - Method in class org.apache.commons.jelly.tags.core.ArgTag
-
The name of the argument class or type, if any.
- 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.
- setUrl(URL) - Method in class org.apache.commons.jelly.Jelly
-
Sets the script URL to use
- 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.
- 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.
- 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
- 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
- setVarStatus(String) - Method in class org.apache.commons.jelly.tags.core.ForEachTag
-
Sets the variable name to export the current status to.
- 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.xpath.XPathComparator
-
- 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.
- 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
-
- 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
-