|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
NewTag
or InvokeTag
.ArgTag
children.ClassLoader
support.DynamicBeanTag
BreakException
is used to terminate loops such as
<forEach> and <while> tags.value
attribute equals my ancestor
<switch>
tag's
"on"
attribute.Compilable
represents a Tag that is compilable.JellyContext.getResource(java.lang.String)
method then returns the compiled script.
JellyContext.getResource(java.lang.String)
method then returns the compiled script.
JellyContext.getResource(java.lang.String)
method then returns the compiled script.
CompositeExpression
is a Composite expression made up of several
Expression objects which are concatenated into a single String.CompositeTextScriptBlock
represents a text body of a
a tag which contains expressions, so that whitespace trimming
can be handled differently.ConstantExpression
represents a constant expression.value
property.
<case>
tags have been evaluated.DefaultTagFactory
a default implementation of TagFactory
which creates new instances of a given class.DefaultTagLibraryResolver
is a default implemenation
which attempts to interpret the URI as a String called 'jelly:className'
and class load the given Java class.DynaBeanTag
is a DynaTag implementation which uses a DynaBean
to store its attribute values in.DynaClass
instance.DynamicTag
is a tag that is created from
inside a Jelly script as a Jelly template and will invoke a
given script, passing in its instantiation attributes
as variables and will allow the template to invoke its instance body.DynamicTagLibrary
represents a TagLibrary which
gets created by running a Jelly script.DynaTag
represents a Jelly custom tag which
can take its attributes dynamically and store them in some data structure.DynaTagSupport
is an abstract base class
for any DynaTag implementation to derive from.Expression
represents an arbitrary expression using some pluggable
expression language.ExpressionFactory
is a factory of Expression objects.ExpressionScript
outputs the value of an expression as text.ExpressionSupport
an abstract base class for Expression implementations
which provides default implementations of some of the
typesafe evaluation methods.null
.
UseBeanTag.ignoreProperties
and isn't a
bean property, should it throw an exception?
Jelly
is a helper class which is capable of
running a Jelly script.JellyContext
represents the Jelly context.JellyException
is the root of all Jelly exceptions.JellyTagException
is an exception generated by a Tag
implementation.LocationAware
represents a Tag or Exception which is location aware.MapTag
is a DynaTag implementation which uses a Map
to store its attribute values in.JellyException
is the root of all Jelly exceptions.NamespaceAwareTag
represents a Jelly custom tag which
needs to be aware of the XML Namespace context in which it is used.RuntimeException
which is nested to preserve stack traces.NestedRuntimeException
with specified
nested Throwable
.
NestedRuntimeException
with specified
detail message and nested Throwable
.
Script
represents a Jelly script.ScriptBlock
a block of scripts.UseBeanTag.ignoreProperties
and isn't a
bean property, should it throw an exception?
Thread.currentThread().getContextClassLoader()
)
to resolve/load classes.
Thread.currentThread().getContextClassLoader()
)
to resolve/load classes.
Thread.currentThread().getContextClassLoader()
)
to resolve/load classes.
Thread.currentThread().getContextClassLoader()
)
to resolve/load classes.
StaticTag
represents a static XML element
which echos itself to XMLOutput when it is invoked.StaticTagScript
is a script that evaluates a StaticTag, a piece of static XML
though its attributes or element content may contain dynamic expressions.Tag
represents a Jelly custom tag.TagFactory
represents a Factory of Tag
instances.Taglib
represents the metadata for a Jelly custom tag library.TagLibraryResolver
represents an object capable of
resolving a URI to a TagLibrary instance.TagScript
is a Script that evaluates a custom tag.TagSupport
an abstract base class which is useful to
inherit from if developing your own tag.TextScript
outputs some static text.false
.
false
.
false
.
false
.
UseBeanTag.isIgnoreUnknownProperties()
returns true, make sure that
every non-ignored (UseBeanTag.addIgnoreProperty(String)
) property
matches a writable property on the target bean.
XMLOutput
is used to output XML events
in a SAX-like manner.XMLParser
parses the XML Jelly format.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |