A B C D E F G H I J K L M N O P R S T U V W

A

addArgument(Object) - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
 
Adjunct - Class in org.kohsuke.stapler.framework.adjunct
In-memory cache of fully inlined "adjunct" which is a pair of CSS and JavaScript.
Adjunct(AdjunctManager, String, ClassLoader) - Constructor for class org.kohsuke.stapler.framework.adjunct.Adjunct
Builds an adjunct.
Adjunct.Kind - Enum in org.kohsuke.stapler.framework.adjunct
 
AdjunctManager - Class in org.kohsuke.stapler.framework.adjunct
This application-scoped object works like a factory for Adjuncts and provides caching.
AdjunctManager(ServletContext, ClassLoader, String) - Constructor for class org.kohsuke.stapler.framework.adjunct.AdjunctManager
 
AdjunctsInPage - Class in org.kohsuke.stapler.framework.adjunct
This request-scope object keeps track of which Adjuncts are already included.
AdjunctTag - Class in org.kohsuke.stapler.jelly
Writes out links to adjunct CSS and JavaScript, if not done so already.
AdjunctTag() - Constructor for class org.kohsuke.stapler.jelly.AdjunctTag
 
allowResourceToBeServed(String) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctManager
Controls whether the given resource can be served to browsers.
AnnotationProcessorImpl - Class in org.kohsuke.stapler.jelly
 
AnnotationProcessorImpl() - Constructor for class org.kohsuke.stapler.jelly.AnnotationProcessorImpl
 
assumeIncluded(String...) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctsInPage
When you include your version of the adjunct externally, you can use this method to inform AdjunctsInPage that those adjuncts are already included in the page.
AttributeConstraintsTag - Class in org.kohsuke.stapler.jelly
DTD-like expression that specifies the consraints on attribute appearances.
AttributeConstraintsTag() - Constructor for class org.kohsuke.stapler.jelly.AttributeConstraintsTag
 
AttributeTag - Class in org.kohsuke.stapler.jelly
Documentation for an attribute of a Jelly tag file.
AttributeTag() - Constructor for class org.kohsuke.stapler.jelly.AttributeTag
 

B

basePath - Variable in class org.kohsuke.stapler.jelly.CustomTagLibrary
 
BindTag - Class in org.kohsuke.stapler.jelly
Binds a server-side object to client side so that JavaScript can call into server.
BindTag() - Constructor for class org.kohsuke.stapler.jelly.BindTag
 
buildViewDispatchers(MetaClass, List<Dispatcher>) - Method in class org.kohsuke.stapler.jelly.JellyFacet
 

C

CallTagLibScript - Class in org.kohsuke.stapler.jelly
TagScript that invokes a Script as a tag.
CallTagLibScript() - Constructor for class org.kohsuke.stapler.jelly.CallTagLibScript
 
clearCache() - Method in class org.kohsuke.stapler.jelly.ResourceBundle
 
close() - Method in class org.kohsuke.stapler.jelly.HTMLWriterOutput
 
compile() - Method in class org.kohsuke.stapler.jelly.JellyViewScript
 
COMPRESS_BY_DEFAULT - Static variable in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
Whether gzip compression of the dynamic content is enabled by default or not.
CompressTag - Class in org.kohsuke.stapler.jelly
Outer-most wrapper tag to indicate that the gzip compression is desirable for this output.
CompressTag() - Constructor for class org.kohsuke.stapler.jelly.CompressTag
 
ContentTypeTag - Class in org.kohsuke.stapler.jelly
Set the HTTP Content-Type header of the page.
ContentTypeTag() - Constructor for class org.kohsuke.stapler.jelly.ContentTypeTag
 
CopyStreamTag - Class in org.kohsuke.stapler.jelly
Copies a stream as text.
CopyStreamTag() - Constructor for class org.kohsuke.stapler.jelly.CopyStreamTag
 
create(OutputStream) - Static method in class org.kohsuke.stapler.jelly.HTMLWriterOutput
 
create(Writer, boolean) - Static method in class org.kohsuke.stapler.jelly.HTMLWriterOutput
 
create(String) - Method in class org.kohsuke.stapler.jelly.ResourceBundleFactory
 
createContext(StaplerRequest, StaplerResponse, Script, Object) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
 
createContext() - Method in class org.kohsuke.stapler.jelly.JellyClassLoaderTearOff
Creates JellyContext for compiling view scripts for classes in this classloader.
createDispatcher(Object, String) - Method in class org.kohsuke.stapler.jelly.JellyClassTearOff
Creates a RequestDispatcher that forwards to the jelly view, if available.
createOutputStream(StaplerRequest, StaplerResponse, Script, Object) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
 
createRequestDispatcher(RequestImpl, Klass<?>, Object, String) - Method in class org.kohsuke.stapler.jelly.JellyFacet
 
createTag(String, Attributes) - Method in class org.kohsuke.stapler.jelly.CustomTagLibrary
 
createTag(String, Attributes) - Method in class org.kohsuke.stapler.jelly.ReallyStaticTagLibrary
IIUC, this method will never be invoked.
createTag(String, Attributes) - Method in class org.kohsuke.stapler.jelly.ThisTagLibrary
IIUC, this method will never be invoked.
createTagScript(String, Attributes) - Method in class org.kohsuke.stapler.jelly.CustomTagLibrary
 
createTagScript(String, Attributes) - Method in class org.kohsuke.stapler.jelly.ReallyStaticTagLibrary
 
createTagScript() - Static method in class org.kohsuke.stapler.jelly.ReallyStaticTagLibrary
Creates a new instance of TagScript that generates a literal element.
createTagScript(String, Attributes) - Method in class org.kohsuke.stapler.jelly.StaplerTagLibrary
 
createTagScript(String, Attributes) - Method in class org.kohsuke.stapler.jelly.ThisTagLibrary
 
createXMLOutput(StaplerRequest, StaplerResponse, Script, Object) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
 
createXMLOutput(Writer, boolean) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
 
CustomTagLibrary - Class in org.kohsuke.stapler.jelly
TagLibrary that loads tags from tag files in a directory.
CustomTagLibrary(JellyContext, ClassLoader, String, String) - Constructor for class org.kohsuke.stapler.jelly.CustomTagLibrary
 

D

debug - Variable in class org.kohsuke.stapler.framework.adjunct.AdjunctManager
Hint instructing adjuncts to load a debuggable non-minified version of the script, as opposed to the production version.
DefaultScriptInvoker - Class in org.kohsuke.stapler.jelly
Standard implementation of ScriptInvoker.
DefaultScriptInvoker() - Constructor for class org.kohsuke.stapler.jelly.DefaultScriptInvoker
 
discover(ClassLoader) - Static method in class org.kohsuke.stapler.jelly.JellyTagFileLoader
Discovers all the facets in the classloader.
DoctypeTag - Class in org.kohsuke.stapler.jelly
Writes out DOCTYPE declaration.
DoctypeTag() - Constructor for class org.kohsuke.stapler.jelly.DoctypeTag
 
doDynamic(StaplerRequest, StaplerResponse) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctManager
Serves resources in the class loader.
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.AdjunctTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.AttributeConstraintsTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.AttributeTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.BindTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.CompressTag
Doesn't particularly do anything as the actual processing happens at DefaultScriptInvoker.invokeScript(StaplerRequest, StaplerResponse, Script, Object)
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.ContentTypeTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.CopyStreamTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.DoctypeTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.FindAncestorTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.HeaderTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.IncludeTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.IsUserInRoleTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.NbspTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.OutTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.ParentScopeTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.RedirectTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.StatusCodeTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.StructuredMessageArgumentTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
 

E

EMIT_LOCATION - Static variable in class org.kohsuke.stapler.jelly.ReallyStaticTagLibrary
If true, emit the location information.
equals(Object) - Method in class org.kohsuke.stapler.jelly.ResourceBundle
 
evaluate(JellyContext) - Method in class org.kohsuke.stapler.jelly.InternationalizedStringExpression
 
exportVariables(StaplerRequest, StaplerResponse, Script, Object, JellyContext) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
 
EXPRESSION_FACTORY - Static variable in class org.kohsuke.stapler.jelly.JellyClassLoaderTearOff
 
expressionText - Variable in class org.kohsuke.stapler.jelly.InternationalizedStringExpression
 

F

FindAncestorTag - Class in org.kohsuke.stapler.jelly
Finds the nearest tag (in the call stack) that has the given tag name, and sets that as a variable.
FindAncestorTag() - Constructor for class org.kohsuke.stapler.jelly.FindAncestorTag
 
format(Locale, String, Object...) - Method in class org.kohsuke.stapler.jelly.ResourceBundle
 
forward(ServletRequest, ServletResponse) - Method in class org.kohsuke.stapler.jelly.JellyRequestDispatcher
 
from - Variable in class org.kohsuke.stapler.jelly.JellyViewScript
Deprecated. as of 1.177 Use JellyViewScript.fromKlass
fromKlass - Variable in class org.kohsuke.stapler.jelly.JellyViewScript
 

G

generate(XMLOutput, String...) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctsInPage
Generates the script tag and CSS link tag to include necessary adjuncts, and records the fact that those adjuncts are already included in the page, so that it won't be loaded again.
get(ServletContext) - Static method in class org.kohsuke.stapler.framework.adjunct.AdjunctManager
 
get(String) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctManager
Obtains the adjunct.
get() - Static method in class org.kohsuke.stapler.framework.adjunct.AdjunctsInPage
Obtains the instance associated with the current request of the given StaplerRequest.
get(StaplerRequest) - Static method in class org.kohsuke.stapler.framework.adjunct.AdjunctsInPage
Obtains the instance associated with the current request of the given StaplerRequest.
get(String) - Method in class org.kohsuke.stapler.jelly.ResourceBundle
 
getArguments() - Method in class org.kohsuke.stapler.jelly.InternationalizedStringExpression
 
getBaseName() - Method in class org.kohsuke.stapler.jelly.ResourceBundle
 
getClassTearOffTypes() - Method in interface org.kohsuke.stapler.jelly.JellyCompatibleFacet
 
getClassTearOffTypes() - Method in class org.kohsuke.stapler.jelly.JellyFacet
 
getColumnNumber() - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
 
getDefaultScriptExtension() - Method in class org.kohsuke.stapler.jelly.JellyClassTearOff
 
getElementName() - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
 
getExpressionText() - Method in class org.kohsuke.stapler.jelly.InternationalizedStringExpression
 
getFileName() - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
 
getFormatString(Locale, String) - Method in class org.kohsuke.stapler.jelly.ResourceBundle
Gets the format string for the given key.
getFormatStringWithoutDefaulting(Locale, String) - Method in class org.kohsuke.stapler.jelly.ResourceBundle
Works like ResourceBundle.getFormatString(Locale, String) except there's no searching up the delegation chain.
getLineNumber() - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
 
getName() - Method in class org.kohsuke.stapler.jelly.JellyViewScript
 
getPackageUrl() - Method in class org.kohsuke.stapler.framework.adjunct.Adjunct
Obtains the absolute URL that points to the package of this adjunct.
getScriptExtensions() - Method in interface org.kohsuke.stapler.jelly.JellyCompatibleFacet
Gets the list of view script extensions, such as ".jelly".
getScriptExtensions() - Method in class org.kohsuke.stapler.jelly.JellyFacet
 
getSource() - Method in class org.kohsuke.stapler.jelly.CallTagLibScript
 
getSupportedAnnotationTypes() - Method in class org.kohsuke.stapler.jelly.AnnotationProcessorImpl
 
getTagLibrary(String) - Method in class org.kohsuke.stapler.jelly.JellyClassLoaderTearOff
 

H

handleIndexRequest(RequestImpl, ResponseImpl, Object, MetaClass) - Method in class org.kohsuke.stapler.jelly.JellyFacet
 
has(Adjunct.Kind) - Method in class org.kohsuke.stapler.framework.adjunct.Adjunct
 
hashCode() - Method in class org.kohsuke.stapler.jelly.ResourceBundle
 
HeaderTag - Class in org.kohsuke.stapler.jelly
Adds an HTTP header to the response.
HeaderTag() - Constructor for class org.kohsuke.stapler.jelly.HeaderTag
 
HTMLWriterOutput - Class in org.kohsuke.stapler.jelly
Wrapper for XMLOutput using HTMLWriter that can turn off its HTML handling (if the Content-Type gets set to something other than text/html).

I

include(ServletRequest, ServletResponse) - Method in class org.kohsuke.stapler.jelly.JellyRequestDispatcher
 
IncludeTag - Class in org.kohsuke.stapler.jelly
Tag that includes views of the object.
IncludeTag() - Constructor for class org.kohsuke.stapler.jelly.IncludeTag
 
INSTANCE - Static variable in class org.kohsuke.stapler.jelly.ReallyStaticTagLibrary
Reusable instance.
INSTANCE - Static variable in class org.kohsuke.stapler.jelly.ResourceBundleFactory
 
INSTANCE - Static variable in class org.kohsuke.stapler.jelly.ThisTagLibrary
 
InternationalizedStringExpression - Class in org.kohsuke.stapler.jelly
Expression of the form "%messageName(arg1,arg2,...)" that represents internationalized text.
InternationalizedStringExpression(ResourceBundle, String) - Constructor for class org.kohsuke.stapler.jelly.InternationalizedStringExpression
 
InternationalizedStringExpression.RawHtmlArgument - Class in org.kohsuke.stapler.jelly
Argument to InternationalizedStringExpression that indicates this value is raw HTML and therefore should not be further escaped.
InternationalizedStringExpression.RawHtmlArgument(Object) - Constructor for class org.kohsuke.stapler.jelly.InternationalizedStringExpression.RawHtmlArgument
 
InternationalizedStringExpressionListener - Interface in org.kohsuke.stapler.jelly
Receives a notification of the InternationalizedStringExpression usage.
invokeScript(StaplerRequest, StaplerResponse, Script, Object) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
 
invokeScript(StaplerRequest, StaplerResponse, Script, Object, XMLOutput) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
 
invokeScript(StaplerRequest, StaplerResponse, Script, Object) - Method in interface org.kohsuke.stapler.jelly.ScriptInvoker
Invokes the script and generates output to ServletResponse.getOutputStream().
invokeScript(StaplerRequest, StaplerResponse, Script, Object, XMLOutput) - Method in interface org.kohsuke.stapler.jelly.ScriptInvoker
Invokes the script and generates output to the specified output
IsUserInRoleTag - Class in org.kohsuke.stapler.jelly
 
IsUserInRoleTag() - Constructor for class org.kohsuke.stapler.jelly.IsUserInRoleTag
 

J

JellyClassLoaderTearOff - Class in org.kohsuke.stapler.jelly
MetaClassLoader tear-off for Jelly support.
JellyClassLoaderTearOff(MetaClassLoader) - Constructor for class org.kohsuke.stapler.jelly.JellyClassLoaderTearOff
 
JellyClassTearOff - Class in org.kohsuke.stapler.jelly
 
JellyClassTearOff(MetaClass) - Constructor for class org.kohsuke.stapler.jelly.JellyClassTearOff
 
JellyCompatibleFacet - Interface in org.kohsuke.stapler.jelly
Facet subtype (although not captured in a type hierarchy) that loads Jelly-compatible scripts.
JellyFacet - Class in org.kohsuke.stapler.jelly
Facet that adds Jelly as the view.
JellyFacet() - Constructor for class org.kohsuke.stapler.jelly.JellyFacet
 
JellyRequestDispatcher - Class in org.kohsuke.stapler.jelly
 
JellyRequestDispatcher(Object, Script) - Constructor for class org.kohsuke.stapler.jelly.JellyRequestDispatcher
 
JellyTagFileLoader - Class in org.kohsuke.stapler.jelly
Extension point that lets Jelly scripts written in other languages.
JellyTagFileLoader() - Constructor for class org.kohsuke.stapler.jelly.JellyTagFileLoader
 
JellyViewScript - Class in org.kohsuke.stapler.jelly
Represents a loaded Jelly view script that remembers where it came from.
JellyViewScript(Class, URL, Script) - Constructor for class org.kohsuke.stapler.jelly.JellyViewScript
Deprecated. as of 1.177 use JellyViewScript.JellyViewScript(Klass, URL, Script)
JellyViewScript(Klass, URL, Script) - Constructor for class org.kohsuke.stapler.jelly.JellyViewScript
 

K

key - Variable in class org.kohsuke.stapler.jelly.InternationalizedStringExpression
 

L

load(CustomTagLibrary, String, ClassLoader) - Method in class org.kohsuke.stapler.jelly.JellyTagFileLoader
Loads a tag file for the given tag library.
load(URL) - Static method in class org.kohsuke.stapler.jelly.ResourceBundle
 
load(String) - Static method in class org.kohsuke.stapler.jelly.ResourceBundle
Loads the resource bundle associated with the Jelly script.

M

makeEscapingExpression() - Method in class org.kohsuke.stapler.jelly.InternationalizedStringExpression
Creates a new Expression that performs proper HTML escaping.
manager - Variable in class org.kohsuke.stapler.framework.adjunct.Adjunct
 
metaClassLoader - Variable in class org.kohsuke.stapler.jelly.CustomTagLibrary
 

N

name - Variable in class org.kohsuke.stapler.framework.adjunct.Adjunct
Fully qualified name of this adjunct that follows the dot notation.
NbspTag - Class in org.kohsuke.stapler.jelly
Writes out '&nbsp;'.
NbspTag() - Constructor for class org.kohsuke.stapler.jelly.NbspTag
 
NoSuchAdjunctException - Exception in org.kohsuke.stapler.framework.adjunct
 
NoSuchAdjunctException() - Constructor for exception org.kohsuke.stapler.framework.adjunct.NoSuchAdjunctException
 
NoSuchAdjunctException(String) - Constructor for exception org.kohsuke.stapler.framework.adjunct.NoSuchAdjunctException
 
NoSuchAdjunctException(String, Throwable) - Constructor for exception org.kohsuke.stapler.framework.adjunct.NoSuchAdjunctException
 
NoSuchAdjunctException(Throwable) - Constructor for exception org.kohsuke.stapler.framework.adjunct.NoSuchAdjunctException
 
nsUri - Variable in class org.kohsuke.stapler.jelly.CustomTagLibrary
 

O

onUsed(InternationalizedStringExpression, Object[]) - Method in interface org.kohsuke.stapler.jelly.InternationalizedStringExpressionListener
 
org.kohsuke.stapler.framework.adjunct - package org.kohsuke.stapler.framework.adjunct
JavaScript/CSS packaging mechanism.
org.kohsuke.stapler.jelly - package org.kohsuke.stapler.jelly
Optional Jelly support, to write views in Jelly.
OutTag - Class in org.kohsuke.stapler.jelly
Tag that outputs the specified value but with escaping, so that you can escape a portion even if the XMLOutput is not escaping.
OutTag() - Constructor for class org.kohsuke.stapler.jelly.OutTag
 

P

packageName - Variable in class org.kohsuke.stapler.framework.adjunct.Adjunct
Just the package name portion of Adjunct.slashedName.
ParentScopeTag - Class in org.kohsuke.stapler.jelly
Executes the body in the parent scope.
ParentScopeTag() - Constructor for class org.kohsuke.stapler.jelly.ParentScopeTag
 
parseScript(URL) - Method in class org.kohsuke.stapler.jelly.JellyClassTearOff
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.kohsuke.stapler.jelly.AnnotationProcessorImpl
 

R

ReallyStaticTagLibrary - Class in org.kohsuke.stapler.jelly
Jelly tag library for static tags.
ReallyStaticTagLibrary() - Constructor for class org.kohsuke.stapler.jelly.ReallyStaticTagLibrary
 
RedirectTag - Class in org.kohsuke.stapler.jelly
Sends HTTP redirect.
RedirectTag() - Constructor for class org.kohsuke.stapler.jelly.RedirectTag
 
required - Variable in class org.kohsuke.stapler.framework.adjunct.Adjunct
List of fully qualified adjunct names that are required before this adjunct.
RequiresView - Annotation Type in org.kohsuke.stapler.jelly
Indicates that concrete subtypes must have the views of the specified names.
resolveDefinition(JellyContext) - Method in class org.kohsuke.stapler.jelly.CallTagLibScript
Resolves to the definition of the script to call to.
resolveScript(String) - Method in class org.kohsuke.stapler.jelly.JellyClassTearOff
Aside from looking into our own, consult other facets that can handle Jelly-compatible scripts.
resourceBundle - Variable in class org.kohsuke.stapler.jelly.InternationalizedStringExpression
 
ResourceBundle - Class in org.kohsuke.stapler.jelly
Cache of localization strings.
ResourceBundle(String) - Constructor for class org.kohsuke.stapler.jelly.ResourceBundle
 
resourceBundleFactory - Variable in class org.kohsuke.stapler.jelly.JellyFacet
Used to load ResourceBundles.
ResourceBundleFactory - Class in org.kohsuke.stapler.jelly
Factory for ResourceBundles.
ResourceBundleFactory() - Constructor for class org.kohsuke.stapler.jelly.ResourceBundleFactory
 
rootURL - Variable in class org.kohsuke.stapler.framework.adjunct.AdjunctManager
Absolute URL of the AdjunctManager in the calling application where it is bound to.
run(JellyContext, XMLOutput) - Method in class org.kohsuke.stapler.jelly.CallTagLibScript
 
run(JellyContext, XMLOutput) - Method in class org.kohsuke.stapler.jelly.JellyViewScript
 

S

scriptInvoker - Variable in class org.kohsuke.stapler.jelly.JellyFacet
Used to invoke Jelly script.
ScriptInvoker - Interface in org.kohsuke.stapler.jelly
Pluggability point for controlling how scripts get executed.
serveIndexJelly(StaplerRequest, StaplerResponse, Object) - Method in class org.kohsuke.stapler.jelly.JellyClassTearOff
Serves index.jelly if it's available, and returns true.
setAssumes(String) - Method in class org.kohsuke.stapler.jelly.AdjunctTag
Comma-separated adjunct names that are externally included in the page and should be suppressed.
setClass(Class) - Method in class org.kohsuke.stapler.jelly.IncludeTag
When loading script, load from this class.
setColumnNumber(int) - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
 
setDeprecated(boolean) - Method in class org.kohsuke.stapler.jelly.AttributeTag
If the attribute is deprecated, set to true.
setElementName(String) - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
 
setExpr(String) - Method in class org.kohsuke.stapler.jelly.AttributeConstraintsTag
Constraint expression.
setExpressionFactory(ServletContextEvent, ExpressionFactory) - Static method in class org.kohsuke.stapler.jelly.JellyFacet
Sets the Jelly ExpressionFactory to be used to parse views.
setFile(File) - Method in class org.kohsuke.stapler.jelly.CopyStreamTag
 
setFileName(String) - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
 
setFrom(Object) - Method in class org.kohsuke.stapler.jelly.IncludeTag
When loading the script, use the classloader from this object to locate the script.
setIncludes(String) - Method in class org.kohsuke.stapler.jelly.AdjunctTag
Comma-separated adjunct names.
setInputStream(InputStream) - Method in class org.kohsuke.stapler.jelly.CopyStreamTag
 
setIt(Object) - Method in class org.kohsuke.stapler.jelly.IncludeTag
Specifies the object for which JSP will be included.
setKey(String) - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
 
setLineNumber(int) - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
 
setName(String) - Method in class org.kohsuke.stapler.jelly.AttributeTag
Name of the attribute.
setName(String) - Method in class org.kohsuke.stapler.jelly.HeaderTag
Header name.
setNamespaceContext(Map) - Method in class org.kohsuke.stapler.jelly.FindAncestorTag
 
setOptional(boolean) - Method in class org.kohsuke.stapler.jelly.IncludeTag
If true, not finding the page is not an error.
setPage(String) - Method in class org.kohsuke.stapler.jelly.IncludeTag
Specifies the name of the JSP to be included.
setPublicId(String) - Method in class org.kohsuke.stapler.jelly.DoctypeTag
 
setReader(Reader) - Method in class org.kohsuke.stapler.jelly.CopyStreamTag
 
setRole(String) - Method in class org.kohsuke.stapler.jelly.IsUserInRoleTag
The name of the role against which the user is checked.
setSystemId(String) - Method in class org.kohsuke.stapler.jelly.DoctypeTag
 
setTag(String) - Method in class org.kohsuke.stapler.jelly.FindAncestorTag
QName of the tag to look for.
setType(String) - Method in class org.kohsuke.stapler.jelly.AttributeTag
If it makes sense, describe the Java type that the attribute expects as values.
setUrl(URL) - Method in class org.kohsuke.stapler.jelly.CopyStreamTag
 
setUrl(String) - Method in class org.kohsuke.stapler.jelly.RedirectTag
Sets the target URL to redirect to.
setUse(String) - Method in class org.kohsuke.stapler.jelly.AttributeTag
If the attribute is required, specify use="required".
setValue(Object) - Method in class org.kohsuke.stapler.jelly.BindTag
 
setValue(String) - Method in class org.kohsuke.stapler.jelly.ContentTypeTag
The content-type value, such as "text/html".
setValue(String) - Method in class org.kohsuke.stapler.jelly.HeaderTag
Header value.
setValue(Expression) - Method in class org.kohsuke.stapler.jelly.OutTag
 
setValue(int) - Method in class org.kohsuke.stapler.jelly.StatusCodeTag
HTTP status code to send back.
setVar(String) - Method in class org.kohsuke.stapler.jelly.BindTag
JavaScript variable name to set the proxy to.
setVar(String) - Method in class org.kohsuke.stapler.jelly.FindAncestorTag
Variable name to set the discovered Tag object.
slashedName - Variable in class org.kohsuke.stapler.framework.adjunct.Adjunct
The same as Adjunct.name but uses '/' separator.
source - Variable in class org.kohsuke.stapler.jelly.JellyViewScript
Full URL that points to the source of the script.
spool(String...) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctsInPage
Works like the AdjunctsInPage.generate(XMLOutput, String...) method but just put the adjuncts to AdjunctsInPage.pending without writing it.
StaplerTagLibrary - Class in org.kohsuke.stapler.jelly
 
StaplerTagLibrary() - Constructor for class org.kohsuke.stapler.jelly.StaplerTagLibrary
 
StatusCodeTag - Class in org.kohsuke.stapler.jelly
Sets HTTP status code.
StatusCodeTag() - Constructor for class org.kohsuke.stapler.jelly.StatusCodeTag
 
StructuredMessageArgumentTag - Class in org.kohsuke.stapler.jelly
Body is evaluated and is used as an argument for the surrounding <structuredMessageFormat> element.
StructuredMessageArgumentTag() - Constructor for class org.kohsuke.stapler.jelly.StructuredMessageArgumentTag
 
StructuredMessageFormatTag - Class in org.kohsuke.stapler.jelly
Format message from a resource, but by using a nested children as arguments, instead of just using expressions.
StructuredMessageFormatTag() - Constructor for class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
 

T

ThisTagLibrary - Class in org.kohsuke.stapler.jelly
Loads Jelly views associated with "it" as if it were taglibs.
ThisTagLibrary(Expression) - Constructor for class org.kohsuke.stapler.jelly.ThisTagLibrary
 
toString() - Method in class org.kohsuke.stapler.jelly.InternationalizedStringExpression.RawHtmlArgument
 
TRACE - Static variable in class org.kohsuke.stapler.jelly.JellyFacet
This flag will activate the Jelly evaluation trace.

U

useHTML(boolean) - Method in class org.kohsuke.stapler.jelly.HTMLWriterOutput
False to turn off HTML handling and reenable "/>" for any empty XML element.

V

valueOf(String) - Static method in enum org.kohsuke.stapler.framework.adjunct.Adjunct.Kind
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.kohsuke.stapler.framework.adjunct.Adjunct.Kind
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapUp(String, Properties) - Method in class org.kohsuke.stapler.jelly.ResourceBundle
Interception point for property loading.
write(StaplerRequest, XMLOutput) - Method in class org.kohsuke.stapler.framework.adjunct.Adjunct
 
writeSpooled(XMLOutput) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctsInPage
Writes out what's spooled by AdjunctsInPage.spool(String...) method.

A B C D E F G H I J K L M N O P R S T U V W

Copyright © 2012. All Rights Reserved.