@TagLibUri(value="jelly:stapler")
See: Description
Interface | Description |
---|---|
InternationalizedStringExpressionListener |
Receives a notification of the
InternationalizedStringExpression usage. |
JellyCompatibleFacet |
Facet subtype (although not captured in a type hierarchy) that loads Jelly-compatible scripts. |
ScriptInvoker |
Pluggability point for controlling how scripts get executed.
|
Class | Description |
---|---|
AdjunctTag |
Writes out links to adjunct CSS and JavaScript, if not done so already.
|
AnnotationProcessorImpl | |
AttributeConstraintsTag |
DTD-like expression that specifies the consraints on attribute appearances.
|
AttributeTag |
Documentation for an attribute of a Jelly tag file.
|
BindTag |
Binds a server-side object to client side so that JavaScript can call into server.
|
CallTagLibScript |
TagScript that invokes a Script as a tag. |
CompressTag |
Outer-most wrapper tag to indicate that the gzip compression is desirable
for this output.
|
ContentTypeTag |
Set the HTTP Content-Type header of the page.
|
CopyStreamTag |
Copies a stream as text.
|
CustomTagLibrary |
TagLibrary that loads tags from tag files in a directory. |
DefaultScriptInvoker |
Standard implementation of
ScriptInvoker . |
DoctypeTag |
Writes out DOCTYPE declaration.
|
FindAncestorTag |
Finds the nearest tag (in the call stack) that has the given tag name,
and sets that as a variable.
|
HeaderTag |
Adds an HTTP header to the response.
|
HTMLWriterOutput |
Wrapper for XMLOutput using HTMLWriter that can turn off its HTML handling
(if the Content-Type gets set to something other than text/html).
|
IncludeTag |
Tag that includes views of the object.
|
InternationalizedStringExpression |
Expression of the form "%messageName(arg1,arg2,...)" that represents
internationalized text.
|
InternationalizedStringExpression.RawHtmlArgument |
Argument to
InternationalizedStringExpression that indicates this value is raw HTML
and therefore should not be further escaped. |
IsUserInRoleTag | |
JellyClassLoaderTearOff |
MetaClassLoader tear-off for Jelly support. |
JellyClassTearOff | |
JellyFacet |
Facet that adds Jelly as the view. |
JellyRequestDispatcher | |
JellyTagFileLoader |
Extension point that lets Jelly scripts written in other languages.
|
JellyViewScript |
Represents a loaded Jelly view script that remembers where it came from.
|
NbspTag |
Writes out ' '.
|
OutTag |
Tag that outputs the specified value but with escaping,
so that you can escape a portion even if the
XMLOutput is not escaping. |
ParentScopeTag |
Executes the body in the parent scope.
|
ReallyStaticTagLibrary |
Jelly tag library for static tags.
|
RedirectTag |
Sends HTTP redirect.
|
ResourceBundle |
Cache of localization strings.
|
ResourceBundleFactory |
Factory for
ResourceBundle s. |
StaplerTagLibrary | |
StatusCodeTag |
Sets HTTP status code.
|
StructuredMessageArgumentTag |
Body is evaluated and is used as an argument for the surrounding <structuredMessageFormat> element.
|
StructuredMessageFormatTag |
Format message from a resource, but by using a nested children as arguments, instead of just using expressions.
|
ThisTagLibrary |
Loads Jelly views associated with "it" as if it were taglibs.
|
Annotation Type | Description |
---|---|
RequiresView |
Indicates that concrete subtypes must have the views of the specified names.
|
Copyright © 2014. All Rights Reserved.