Package org.kohsuke.stapler.jelly

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

See:
          Description

Class Summary
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.
HeaderTag Adds an HTTP header to the response.
IncludeTag Tag that includes views of the object.
IsUserInRoleTag  
JellyClassLoaderTearOff MetaClassLoader tear-off for Jelly support.
JellyClassTearOff  
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.
StaplerTagLibrary  
 

Package org.kohsuke.stapler.jelly Description

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



Copyright © 2007. All Rights Reserved.