Package org.kohsuke.stapler.jelly

Optional Jelly support, to write views in Jelly (as opposed to JSP).

See:
          Description

Interface Summary
ScriptInvoker Pluggability point for controlling how scripts get executed.
 

Class Summary
AdjunctTag Writes out links to adjunct CSS and JavaScript, if not done so already.
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.
HeaderTag Adds an HTTP header to the response.
IncludeTag Tag that includes views of the object.
InternationalizedStringExpression Expression of the form "%messageName(arg1,arg2,...)" that represents internationalized text.
IsUserInRoleTag  
JellyClassLoaderTearOff MetaClassLoader tear-off for Jelly support.
JellyClassTearOff  
JellyFacet Facet that adds Jelly as the view.
JellyRequestDispatcher  
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.
RedirectTag Sends HTTP redirect.
ResourceBundle Cache of localization strings.
StaplerTagLibrary  
StatusCodeTag Sets HTTP status code.
 

Package org.kohsuke.stapler.jelly Description

Optional Jelly support, to write views in Jelly (as opposed to JSP).



Copyright © 2008. All Rights Reserved.