- AbstractTearOff<CLT,S,E extends Exception> - Class in org.kohsuke.stapler
-
Partial default implementation of tear-off class, for convenience of derived classes.
- AbstractTearOff(MetaClass, Class<CLT>) - Constructor for class org.kohsuke.stapler.AbstractTearOff
-
- AbstractWebAppMain<T> - Class in org.kohsuke.stapler.framework
-
Entry point for web applications.
- AbstractWebAppMain(Class<T>) - Constructor for class org.kohsuke.stapler.framework.AbstractWebAppMain
-
- accept(Object, Property) - Method in class org.kohsuke.stapler.export.NamedPathPruner
-
- accept(Object, Property) - Method in class org.kohsuke.stapler.export.TreePruner
-
Called before Hudson writes a new property.
- accept(Object, Property) - Method in class org.kohsuke.stapler.export.TreePruner.ByDepth
-
- add(Class<?>) - Method in class org.kohsuke.stapler.export.SchemaGenerator
-
Adds the schema for the XML representation of the given class.
- addArgument(Object) - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
-
- addExtension(String) - Method in class org.kohsuke.stapler.StaticViewFacet
-
- addHeader(String, String) - Method in class org.kohsuke.stapler.compression.CompressionServletResponse
-
- 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(String) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Includes the specified adjunct.
- Adjunct.Kind - Enum in org.kohsuke.stapler.framework.adjunct
-
- AdjunctManager - Class in org.kohsuke.stapler.framework.adjunct
-
This application-scoped object that exposes djuncts to URL.
- AdjunctManager(ServletContext, ClassLoader, String) - Constructor for class org.kohsuke.stapler.framework.adjunct.AdjunctManager
-
Deprecated.
- AdjunctManager(ServletContext, ClassLoader, String, long) - 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
Adjunct
s 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
-
- ALL - Static variable in class org.kohsuke.stapler.export.Range
-
Range that includes natural numbers.
- allowResourceToBeServed(String) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctManager
-
Controls whether the given resource can be served to browsers.
- Ancestor - Interface in org.kohsuke.stapler
-
Information about ancestor of the "it" node.
- AncestorInPath - Annotation Type in org.kohsuke.stapler
-
- AncestorInPath.HandlerImpl - Class in org.kohsuke.stapler
-
- ancestors - Variable in class org.kohsuke.stapler.RequestImpl
-
Ancesotr nodes traversed so far.
- annotation() - Method in interface org.kohsuke.stapler.export.XSD.Annotated
-
- AnnotationHandler<T extends Annotation> - Class in org.kohsuke.stapler
-
Handles stapler parameter annotations by determining what values to inject for a method call.
- AnnotationHandler() - Constructor for class org.kohsuke.stapler.AnnotationHandler
-
- AnnotationProcessorImpl - Class in org.kohsuke.stapler.jelly
-
- AnnotationProcessorImpl() - Constructor for class org.kohsuke.stapler.jelly.AnnotationProcessorImpl
-
- ANYTYPE - Static variable in class org.kohsuke.stapler.export.XSD.Types
-
- apply(T[]) - Method in class org.kohsuke.stapler.export.Range
-
- apply(List<T>) - Method in class org.kohsuke.stapler.export.Range
-
- apply(Collection<T>) - Method in class org.kohsuke.stapler.export.Range
-
- apply(Object, String, Object) - Method in class org.kohsuke.stapler.interceptor.JsonOutputFilter.FilterPropertyFilter
-
- appScoped() - Static method in class org.kohsuke.stapler.AttributeKey
-
- as(Class<T>) - Method in class org.kohsuke.stapler.config.ConfigurationLoader
-
Creates a type-safe proxy that reads from the source specified by one of the fromXyz methods.
- assembleOriginalRestOfPath() - Method in class org.kohsuke.stapler.TokenList
-
- assembleRestOfPath() - Method in class org.kohsuke.stapler.TokenList
-
- 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.
- assumeIncluded(Collection<String>) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctsInPage
-
- AtomicFileWriter - Class in org.kohsuke.stapler.framework.io
-
- AtomicFileWriter(File) - Constructor for class org.kohsuke.stapler.framework.io.AtomicFileWriter
-
- 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
-
- AttributeKey<T> - Class in org.kohsuke.stapler
-
Type-safe attribute accessor.
- AttributeKey() - Constructor for class org.kohsuke.stapler.AttributeKey
-
- AttributeKey(String) - Constructor for class org.kohsuke.stapler.AttributeKey
-
- 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
-
- CachingScriptLoader<S,E extends Exception> - Class in org.kohsuke.stapler
-
Convenient base class for caching loaded scripts.
- CachingScriptLoader() - Constructor for class org.kohsuke.stapler.CachingScriptLoader
-
- CallTagLibScript - Class in org.kohsuke.stapler.jelly
-
TagScript
that invokes a Script
as a tag.
- CallTagLibScript() - Constructor for class org.kohsuke.stapler.jelly.CallTagLibScript
-
- CancelRequestHandlingException - Exception in org.kohsuke.stapler
-
Signals that the request dispatching to the current method is cancelled,
and that Stapler should resume the search for the next request dispatcher
and dispatch the request accordingly.
- CancelRequestHandlingException() - Constructor for exception org.kohsuke.stapler.CancelRequestHandlingException
-
- CapturedParameterNames - Annotation Type in org.kohsuke.stapler
-
This "hidden" annotation is injected by Groovy compiler to capture parameter names
in the class file.
- CaptureParameterNameTransformation - Class in org.kohsuke.stapler
-
Groovy AST transformation that capture necessary parameter names.
- CaptureParameterNameTransformation() - Constructor for class org.kohsuke.stapler.CaptureParameterNameTransformation
-
- charset - Variable in class org.kohsuke.stapler.framework.io.LargeText
-
- CharSpool - Class in org.kohsuke.stapler.framework.io
-
Writer
that spools the output and writes to another
Writer
later.
- CharSpool() - Constructor for class org.kohsuke.stapler.framework.io.CharSpool
-
- checkEnvironment() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Performs pre start-up environment check.
- checkIfModified(long, StaplerResponse) - Method in class org.kohsuke.stapler.RequestImpl
-
- checkIfModified(long, StaplerResponse, long) - Method in class org.kohsuke.stapler.RequestImpl
-
- checkIfModified(Date, StaplerResponse) - Method in class org.kohsuke.stapler.RequestImpl
-
- checkIfModified(Calendar, StaplerResponse) - Method in class org.kohsuke.stapler.RequestImpl
-
- checkIfModified(long, StaplerResponse) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Checks "If-Modified-Since" header and returns false
if the resource needs to be served.
- checkIfModified(Date, StaplerResponse) - Method in interface org.kohsuke.stapler.StaplerRequest
-
- checkIfModified(Calendar, StaplerResponse) - Method in interface org.kohsuke.stapler.StaplerRequest
-
- checkIfModified(long, StaplerResponse, long) - Method in interface org.kohsuke.stapler.StaplerRequest
-
- ClassDescriptor - Class in org.kohsuke.stapler
-
Reflection information of a
Class
.
- ClassDescriptor(Class, Class...) - Constructor for class org.kohsuke.stapler.ClassDescriptor
-
- classLoader - Variable in class org.kohsuke.stapler.AbstractTearOff
-
- classLoader - Variable in class org.kohsuke.stapler.MetaClass
-
- clazz - Variable in class org.kohsuke.stapler.ClassDescriptor
-
- clazz - Variable in class org.kohsuke.stapler.lang.Klass
-
- clazz - Variable in class org.kohsuke.stapler.MetaClass
-
- cleanUp(T) - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Called during the destructino of the web app to perform
any clean up act on the application object.
- clearCache() - Method in class org.kohsuke.stapler.jelly.ResourceBundle
-
- clearScripts() - Method in class org.kohsuke.stapler.CachingScriptLoader
-
Discards the cached script.
- clearScripts(Class<? extends AbstractTearOff>) - Method in class org.kohsuke.stapler.WebApp
-
Convenience maintenance method to clear all the cached scripts for the given tearoff type.
- close() - Method in class org.kohsuke.stapler.compression.FilterServletOutputStream
-
- close() - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
-
- close() - Method in class org.kohsuke.stapler.framework.io.CharSpool
-
- close() - Method in class org.kohsuke.stapler.framework.io.WriterOutputStream
-
- close() - Method in class org.kohsuke.stapler.jelly.HTMLWriterOutput
-
- commit() - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
-
- compareTo(Property) - Method in class org.kohsuke.stapler.export.Property
-
- compile() - Method in class org.kohsuke.stapler.jelly.groovy.GroovierJellyScript
-
- compile() - Method in class org.kohsuke.stapler.jelly.JellyViewScript
-
- complexContent() - Method in interface org.kohsuke.stapler.export.XSD.ComplexType
-
- complexType() - Method in interface org.kohsuke.stapler.export.XSD.Schema
-
- 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.
- CompressionFilter - Class in org.kohsuke.stapler.compression
-
Pimps up HttpServletResponse
so that it understands "Content-Encoding: gzip" and compress the response.
- CompressionFilter() - Constructor for class org.kohsuke.stapler.compression.CompressionFilter
-
- CompressionServletResponse - Class in org.kohsuke.stapler.compression
-
HttpServletResponse
that recognizes Content-Encoding: gzip in the response header
and acts accoringly.
- CompressionServletResponse(HttpServletResponse) - Constructor for class org.kohsuke.stapler.compression.CompressionServletResponse
-
- 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
-
- Configuration - Annotation Type in org.kohsuke.stapler.config
-
Customizes how the property retrieval is handled.
- ConfigurationLoader - Class in org.kohsuke.stapler.config
-
Provides a type-safe access to the configuration of the application.
- ConstructorProcessor - Class in org.kohsuke.stapler.jsr269
-
- ConstructorProcessor() - Constructor for class org.kohsuke.stapler.jsr269.ConstructorProcessor
-
- contentType - Variable in enum org.kohsuke.stapler.export.Flavor
-
Content-type of this flavor, including charset "UTF-8".
- 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
-
- context - Variable in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
- context - Variable in class org.kohsuke.stapler.WebApp
-
ServletContext
for this webapp.
- CONTEXT_ROOT - Static variable in exception org.kohsuke.stapler.HttpRedirect
-
Redirect to the context root
- contextDestroyed(ServletContextEvent) - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
- contextInitialized(ServletContextEvent) - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
- convert(Class, String) - Method in class org.kohsuke.stapler.AnnotationHandler
-
- CONVERT_UTILS - Static variable in class org.kohsuke.stapler.Stapler
-
- CopyStreamTag - Class in org.kohsuke.stapler.jelly
-
Copies a stream as text.
- CopyStreamTag() - Constructor for class org.kohsuke.stapler.jelly.CopyStreamTag
-
- countRemainingTokens() - Method in class org.kohsuke.stapler.TokenList
-
- 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
-
- createApplication() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Creates the root application object.
- 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.
- createDataWriter(Object, StaplerResponse) - Method in enum org.kohsuke.stapler.export.Flavor
-
- createDataWriter(Object, Writer) - Method in enum org.kohsuke.stapler.export.Flavor
-
- createDataWriter(Object, Writer, ExportConfig) - Method in enum org.kohsuke.stapler.export.Flavor
-
- createDispatcher(Object, String) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClassTearOff
-
Creates a RequestDispatcher
that forwards to the jelly view, if available.
- createDispatcher(Object, String) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyServerPageTearOff
-
Creates a RequestDispatcher
that forwards to the jelly view, if available.
- createDispatcher(Object, String) - Method in class org.kohsuke.stapler.jelly.JellyClassTearOff
-
Creates a RequestDispatcher
that forwards to the jelly view, if available.
- createInvoker(Class<T>) - Method in class org.kohsuke.stapler.jelly.groovy.Namespace
-
Creates a type-safe invoker for calling taglibs.
- createJavaScriptProxy(Object) - Method in class org.kohsuke.stapler.RequestImpl
-
- createJavaScriptProxy(Object) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Exports the given Java object as a JavaScript proxy and returns a JavaScript expression to create
a proxy on the client side.
- createOutputStream(StaplerRequest, StaplerResponse, Script, Object) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
-
- createPlaceHolderForAsyncLoad() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
If the root application object is loaded asynchronously,
override this method to return the place holder object
to serve the request in the mean time.
- createRequestDispatcher(RequestImpl, Klass<?>, Object, String) - Method in class org.kohsuke.stapler.Facet
-
Creates a RequestDispatcher
that handles the given view, or
return null if no such view was found.
- createRequestDispatcher(RequestImpl, Class, Object, String) - Method in class org.kohsuke.stapler.Facet
-
- createRequestDispatcher(RequestImpl, Klass, Object, String) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyFacet
-
- createRequestDispatcher(RequestImpl, Klass<?>, Object, String) - Method in class org.kohsuke.stapler.jelly.JellyFacet
-
- createRequestDispatcher(RequestImpl, Klass, Object, String) - Method in class org.kohsuke.stapler.jsp.JSPFacet
-
- createRequestDispatcher(RequestImpl, Klass<?>, Object, String) - Method in class org.kohsuke.stapler.StaticViewFacet
-
- 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
-
- createWriter(StaplerRequest, StaplerResponse, long) - Method in class org.kohsuke.stapler.framework.io.LargeText
-
- createXMLOutput(StaplerRequest, StaplerResponse, Script, Object) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
-
- createXMLOutput(Writer, boolean) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
-
- CrumbIssuer - Class in org.kohsuke.stapler
-
Generates a nonce value that allows us to protect against cross-site request forgery (CSRF) attacks.
- CrumbIssuer() - Constructor for class org.kohsuke.stapler.CrumbIssuer
-
- CustomExportedBean - Interface in org.kohsuke.stapler.export
-
Interface that an exposed bean can implement, to do the equivalent
of writeReplace in Java serialization.
- 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
-
- 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.
- generateResponse(StaplerRequest, StaplerResponse, Object) - Method in exception org.kohsuke.stapler.ForwardToView
-
- generateResponse(StaplerRequest, StaplerResponse, Object) - Method in exception org.kohsuke.stapler.HttpRedirect
-
- generateResponse(StaplerRequest, StaplerResponse, Object) - Method in interface org.kohsuke.stapler.HttpResponse
-
- generateResponse(StaplerRequest, StaplerResponse, Object, Object) - Method in class org.kohsuke.stapler.HttpResponseRenderer.Default
-
- generateResponse(StaplerRequest, StaplerResponse, Object, Object) - Method in class org.kohsuke.stapler.HttpResponseRenderer
-
- generateSchema(Result) - Method in class org.kohsuke.stapler.export.SchemaGenerator
-
Generates the complete schema to the specified result.
- get(HttpServletRequest) - Method in class org.kohsuke.stapler.AttributeKey
-
- get() - Method in class org.kohsuke.stapler.AttributeKey
-
- get(StaplerRequest) - Static method in class org.kohsuke.stapler.EvaluationTrace
-
- get(Class<T>) - Method in class org.kohsuke.stapler.export.ModelBuilder
-
- 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
-
- get(ClassLoader) - Static method in class org.kohsuke.stapler.MetaClassLoader
-
- get(int) - Method in class org.kohsuke.stapler.SingleLinkedList
-
- get(int) - Method in class org.kohsuke.stapler.TokenList
-
- get(ServletContext) - Static method in class org.kohsuke.stapler.WebApp
-
Obtains the
WebApp
associated with the given
ServletContext
.
- getAncestors() - Method in class org.kohsuke.stapler.lang.Klass
-
- getAncestors(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Lists up all the ancestor classes, from specific to general, without any duplicate.
- getAncestors() - Method in class org.kohsuke.stapler.RequestImpl
-
- getAncestors() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Returns a list of ancestor objects that lead to the "it" object.
- getAnnotation(Class<A>) - Method in class org.kohsuke.stapler.Function
-
- getAnnotation(Class<T>) - Method in class org.kohsuke.stapler.lang.MethodRef
-
- getApp() - Method in class org.kohsuke.stapler.WebApp
-
Returns the 'app' object, which is the user-specified object that
sits at the root of the URL hierarchy and handles the request to '/'.
- getApplicationName() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Returns the application name, like "Hudson" or "Torricelli".
- getArguments() - Method in class org.kohsuke.stapler.jelly.InternationalizedStringExpression
-
- getBaseName() - Method in class org.kohsuke.stapler.jelly.ResourceBundle
-
- getBindInterceptor() - Method in class org.kohsuke.stapler.RequestImpl
-
- getBindInterceptor() - Method in interface org.kohsuke.stapler.StaplerRequest
-
- getBoundObjectTable() - Method in class org.kohsuke.stapler.RequestImpl
-
- getBoundObjectTable() - Method in interface org.kohsuke.stapler.StaplerRequest
-
- getBuilder() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
- getClassLoader(ServletContext) - Static method in class org.kohsuke.stapler.Stapler
-
- getClassLoader() - Method in class org.kohsuke.stapler.Stapler
-
- getClassLoader() - Method in class org.kohsuke.stapler.WebApp
-
- getClassTearOffTypes() - Method in class org.kohsuke.stapler.jelly.groovy.GroovyFacet
-
- 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
-
- getCompressedOutputStream(HttpServletRequest) - Method in class org.kohsuke.stapler.ResponseImpl
-
- getCompressedOutputStream(HttpServletRequest) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Works like ServletResponse.getOutputStream()
but tries to send the response
with gzip compression if the client supports it.
- getCompressedWriter(HttpServletRequest) - Method in class org.kohsuke.stapler.ResponseImpl
-
- getCompressedWriter(HttpServletRequest) - Method in interface org.kohsuke.stapler.StaplerResponse
-
- getContext() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
- getCrumbIssuer() - Method in class org.kohsuke.stapler.WebApp
-
- getCurrent() - Static method in class org.kohsuke.stapler.Stapler
-
Gets the current
Stapler
that the calling thread is associated with.
- getCurrent() - Static method in class org.kohsuke.stapler.WebApp
-
Gets the current
WebApp
that the calling thread is associated with.
- getCurrentRequest() - Static method in class org.kohsuke.stapler.Stapler
-
Gets the current
StaplerRequest
that the calling thread is associated with.
- getCurrentResponse() - Static method in class org.kohsuke.stapler.Stapler
-
Gets the current
StaplerResponse
that the calling thread is associated with.
- getDeclaredMethods() - Method in class org.kohsuke.stapler.lang.Klass
-
- getDeclaredMethods(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
List methods of this class, regardless of access modifier.
- getDefaultHomeDir() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
If no home directory is configured, this method is called
to determine the default location, which is "~/.appname".
- getDefaultScriptExtension() - Method in class org.kohsuke.stapler.AbstractTearOff
-
The file extension of this kind of scripts, such as ".jelly"
- getDefaultScriptExtension() - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClassTearOff
-
- getDefaultScriptExtension() - Method in class org.kohsuke.stapler.jelly.groovy.GroovyServerPageTearOff
-
- getDefaultScriptExtension() - Method in class org.kohsuke.stapler.jelly.JellyClassTearOff
-
- getDelegate() - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
-
- getDisplayName() - Method in class org.kohsuke.stapler.Function
-
Gets the human readable name of this function.
- getDynamic(String) - Method in class org.kohsuke.stapler.bind.BoundObjectTable.Table
-
- getElementName() - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
-
- getExpressionText() - Method in class org.kohsuke.stapler.jelly.InternationalizedStringExpression
-
- getFacet(Class<T>) - Method in class org.kohsuke.stapler.WebApp
-
If the facet of the given type exists, return it.
- getFileItem(String) - Method in class org.kohsuke.stapler.RequestImpl
-
- getFileItem(String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Obtains a commons-fileupload object that represents an uploaded file.
- 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
-
- getFullUrl() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the complete URL to this ancestor.
- getGenericParameterTypes() - Method in class org.kohsuke.stapler.Function
-
- getGenericType() - Method in class org.kohsuke.stapler.export.Property
-
- getHomeDir() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Determines the home directory for the application.
- getIncluded() - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctsInPage
-
Gets what has been already included/assumed.
- getJavadoc() - Method in class org.kohsuke.stapler.export.Property
-
Gets the associated javadoc, if any, or null.
- getJsonConfig() - Method in class org.kohsuke.stapler.ResponseImpl
-
- getJsonConfig() - Method in interface org.kohsuke.stapler.StaplerResponse
-
- getKlass(Object) - Method in class org.kohsuke.stapler.Facet
-
Maps an instance to a
Klass
.
- getKlass(Object) - Method in class org.kohsuke.stapler.WebApp
-
- getLineNumber() - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
-
- getMessage() - Method in class org.kohsuke.stapler.framework.errors.ErrorObject
-
Gets the error message.
- getMessage() - Method in class org.kohsuke.stapler.framework.errors.NoHomeDirError
-
- getMetaClass(Class) - Method in class org.kohsuke.stapler.WebApp
-
- getMetaClass(Klass<?>) - Method in class org.kohsuke.stapler.WebApp
-
- getMetaClass(Object) - Method in class org.kohsuke.stapler.WebApp
-
Obtains a
MetaClass
that represents the type of the given object.
- getMy() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Gets the "it" object.
- getName() - Method in class org.kohsuke.stapler.Function
-
Gets the method name.
- getName() - Method in class org.kohsuke.stapler.jelly.JellyViewScript
-
- getNext() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the next ancestor, or null if none (meaning
this is the 'it' object.
- getNextToken(int) - Method in interface org.kohsuke.stapler.Ancestor
-
- getObject() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the model object of the application.
- getOriginalRequestURI() - Method in class org.kohsuke.stapler.RequestImpl
-
- getOriginalRequestURI() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Gets the request URI
of the original request, so that you can access the value even from
JSP.
- getOriginalRestOfPath() - Method in class org.kohsuke.stapler.RequestImpl
-
- getOriginalRestOfPath() - Method in interface org.kohsuke.stapler.StaplerRequest
-
- getOut() - Method in class org.kohsuke.stapler.jelly.groovy.GroovyServerPageScript
-
SimpleTemplateEngine
expects 'out' variable
- getOutput() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
- getOutputStream() - Method in class org.kohsuke.stapler.compression.CompressionServletResponse
-
- getOutputStream() - Method in class org.kohsuke.stapler.ResponseImpl
-
- getOverrides() - Method in interface org.kohsuke.stapler.StaplerOverridable
-
Returns a list of overridables.
- getPackageUrl() - Method in class org.kohsuke.stapler.framework.adjunct.Adjunct
-
Obtains the absolute URL that points to the package of this adjunct.
- getParameterAnnotations() - Method in class org.kohsuke.stapler.Function
-
Gets the annotations on parameters.
- getParameterNames() - Method in class org.kohsuke.stapler.Function
-
Gets the list of parameter names.
- getParameterTypes() - Method in class org.kohsuke.stapler.Function
-
Gets the type of parameters in a single array.
- getPostConstructMethods() - Method in class org.kohsuke.stapler.MetaClass
-
Returns all the methods in the ancestory chain annotated with
PostConstruct
from those defined in the derived type toward those defined in the base type.
- getPrev() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the previous ancestor, or null if none (meaning
this is the root object.)
- getProperties() - Method in class org.kohsuke.stapler.export.Model
-
Gets all the exported properties.
- getProperty(String) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
-
- getProperty(String) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Allows values from JellyContext
to be read
like global variables.
- getProxyScript() - Method in class org.kohsuke.stapler.bind.Bound
-
Returns a JavaScript expression which evaluates to a JavaScript proxy that
talks back to the bound object that this handle represents.
- getQualifiedName() - Method in class org.kohsuke.stapler.Function
-
Gets "className.methodName"
- getRange() - Method in class org.kohsuke.stapler.export.NamedPathPruner
-
- getRange() - Method in class org.kohsuke.stapler.export.TreePruner
-
- getReferer() - Method in class org.kohsuke.stapler.RequestImpl
-
- getReferer() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Gets the referer header (like "http://foobar.com/zot") or null.
- getRelativePath() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the relative path from the current object to this ancestor.
- getRequest() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
- getRequestURIWithQueryString() - Method in class org.kohsuke.stapler.RequestImpl
-
- getRequestURIWithQueryString() - Method in interface org.kohsuke.stapler.StaplerRequest
-
HttpServletRequest.getRequestURI()
plus additional query string part, if it exists.
- getRequestURLWithQueryString() - Method in class org.kohsuke.stapler.RequestImpl
-
- getRequestURLWithQueryString() - Method in interface org.kohsuke.stapler.StaplerRequest
-
HttpServletRequest.getRequestURL()
plus additional query string part, if it exists.
- getResource(String) - Method in class org.kohsuke.stapler.AbstractTearOff
-
- getResource(String) - Method in class org.kohsuke.stapler.CachingScriptLoader
-
- getResource(String) - Method in class org.kohsuke.stapler.lang.Klass
-
- getResource(C, String) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Loads the resources associated with this class.
- getResponse() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
- getResponseRenderers() - Method in class org.kohsuke.stapler.WebApp
-
- getRestOfPath() - Method in class org.kohsuke.stapler.RequestImpl
-
- getRestOfPath() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Returns the additional URL portion that wasn't used by the stapler,
excluding the query string.
- getRestOfUrl() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the remaining URL after this ancestor.
- getReturnType() - Method in class org.kohsuke.stapler.Function
-
Return type of the method.
- getRootPath() - Method in class org.kohsuke.stapler.RequestImpl
-
- getRootPath() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Gets the part of the request URL from protocol up to the context path.
- getRootURL() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Gets the absolute URL to the top of the webapp.
- getScriptExtensions() - Method in class org.kohsuke.stapler.jelly.groovy.GroovyFacet
-
- 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
-
- getServletContext() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
- getServletContext() - Method in class org.kohsuke.stapler.RequestImpl
-
- getServletContext() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Returns the ServletContext
object given to the stapler
dispatcher servlet.
- getSomeStapler() - Method in class org.kohsuke.stapler.WebApp
-
Gets a reference to some
Stapler
servlet in this webapp.
- getSource() - Method in class org.kohsuke.stapler.jelly.CallTagLibScript
-
- getStapler() - Method in class org.kohsuke.stapler.RequestImpl
-
- getStapler() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Gets the
Stapler
instance that this belongs to.
- getStaplerFallback() - Method in class org.kohsuke.stapler.bind.BoundObjectTable
-
- getStaplerFallback() - Method in interface org.kohsuke.stapler.StaplerFallback
-
Returns the object that is further searched for processing web requests.
- getSubmittedForm() - Method in class org.kohsuke.stapler.RequestImpl
-
- getSubmittedForm() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Gets the content of the structured form submission.
- getSuperClass() - Method in class org.kohsuke.stapler.lang.Klass
-
- getSuperClass(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Gets the super class.
- getSupportedAnnotationTypes() - Method in class org.kohsuke.stapler.jelly.AnnotationProcessorImpl
-
- getTable() - Method in class org.kohsuke.stapler.bind.BoundObjectTable
-
Explicit call to create the table if one doesn't exist yet.
- getTagLibrary(String) - Method in class org.kohsuke.stapler.jelly.JellyClassLoaderTearOff
-
- getTarget() - Method in class org.kohsuke.stapler.bind.Bound
-
Gets the bound object.
- getTarget() - Method in interface org.kohsuke.stapler.StaplerProxy
-
Returns the object that is responsible for processing web requests.
- getTearOff(Class<T>) - Method in class org.kohsuke.stapler.TearOffSupport
-
- getTemporaryFile() - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
-
Until the data is committed, this file captures
the written content.
- getType() - Method in exception org.kohsuke.stapler.export.NotExportableException
-
- getType() - Method in class org.kohsuke.stapler.export.Property
-
- getUncaughtExceptionHandler(ServletContext) - Static method in class org.kohsuke.stapler.compression.CompressionFilter
-
- getUrl() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the URL to this ancestor.
- getURL() - Method in class org.kohsuke.stapler.bind.Bound
-
The URL where the object is bound to.
- getValue(Object) - Method in class org.kohsuke.stapler.export.Property
-
Gets the value of this property from the bean.
- getView(Object, String) - Method in class org.kohsuke.stapler.RequestImpl
-
- getView(Class, String) - Method in class org.kohsuke.stapler.RequestImpl
-
- getView(Klass<?>, String) - Method in class org.kohsuke.stapler.RequestImpl
-
- getView(Klass<?>, Object, String) - Method in class org.kohsuke.stapler.RequestImpl
-
- getView(Object, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Gets the RequestDispatcher
that represents a specific view
for the given object.
- getView(Class, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
- getView(Klass<?>, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Gets the RequestDispatcher
that represents a specific view
for the given class.
- getViewURL(Class, String) - Static method in class org.kohsuke.stapler.Stapler
-
Gets the URL (e.g., "/WEB-INF/side-files/fully/qualified/class/name/jspName")
from a class and the JSP name.
- getVmDefaultValueFor(Class<?>) - Static method in class org.kohsuke.stapler.ReflectionUtils
-
Given the primitive type, returns the VM default value for that type in a boxed form.
- getWebApp() - Method in class org.kohsuke.stapler.AbstractTearOff
-
- getWebApp() - Method in class org.kohsuke.stapler.RequestImpl
-
- getWebApp() - Method in class org.kohsuke.stapler.Stapler
-
- getWebApp() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Short for getStapler().getWebApp()
- getWellKnownUrl() - Method in interface org.kohsuke.stapler.bind.WithWellKnownURL
-
- getWriter() - Method in class org.kohsuke.stapler.compression.CompressionServletResponse
-
- getWriter() - Method in class org.kohsuke.stapler.ResponseImpl
-
- getXmlTypeName(Class<?>) - Method in class org.kohsuke.stapler.export.SchemaGenerator
-
- GroovierJellyScript - Class in org.kohsuke.stapler.jelly.groovy
-
Wraps a Groovy-driven Jelly script into Script
(so that it can be called from other Jelly scripts.)
- GroovierJellyScript(Class, URL) - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovierJellyScript
-
- GroovyClassLoaderTearOff - Class in org.kohsuke.stapler.jelly.groovy
-
- GroovyClassLoaderTearOff(MetaClassLoader) - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovyClassLoaderTearOff
-
- GroovyClassTearOff - Class in org.kohsuke.stapler.jelly.groovy
-
- GroovyClassTearOff(MetaClass) - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovyClassTearOff
-
- GroovyClosureScript - Class in org.kohsuke.stapler.jelly.groovy
-
Script
that performs method invocations and property access like Closure
does.
- GroovyClosureScript() - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
-
- GroovyClosureScript(Binding) - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
-
- GroovyFacet - Class in org.kohsuke.stapler.jelly.groovy
-
Facet
that brings in Groovy support on top of Jelly.
- GroovyFacet() - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovyFacet
-
- GroovyServerPageScript - Class in org.kohsuke.stapler.jelly.groovy
-
Base class for compiled GSP files.
- GroovyServerPageScript() - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovyServerPageScript
-
- GroovyServerPageTearOff - Class in org.kohsuke.stapler.jelly.groovy
-
- GroovyServerPageTearOff(MetaClass) - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovyServerPageTearOff
-
- GroovyTagFileLoader - Class in org.kohsuke.stapler.jelly.groovy
-
- GroovyTagFileLoader() - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovyTagFileLoader
-
- grow(T) - Method in class org.kohsuke.stapler.SingleLinkedList
-
Creates a new list by adding a new element as the head.
- idx - Variable in class org.kohsuke.stapler.TokenList
-
Index of the next token.
- img(Object, String) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Generates an <IMG> tag to the resource.
- include(Object, String) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Includes another view.
- include(Class, String) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Includes another view.
- include(ServletRequest, ServletResponse) - Method in class org.kohsuke.stapler.jelly.JellyRequestDispatcher
-
- Include - Class in org.kohsuke.stapler.tags
-
Includes a side JSP file for the "it" object.
- Include() - Constructor for class org.kohsuke.stapler.tags.Include
-
- IncludeTag - Class in org.kohsuke.stapler.jelly
-
Tag that includes views of the object.
- IncludeTag() - Constructor for class org.kohsuke.stapler.jelly.IncludeTag
-
- init(FilterConfig) - Method in class org.kohsuke.stapler.compression.CompressionFilter
-
- init(ServletConfig) - Method in class org.kohsuke.stapler.Stapler
-
- InjectedParameter - Annotation Type in org.kohsuke.stapler
-
Used on annotations to indicate that it signals a parameter injection in web-bound "doXyz" methods.
- inline - Variable in class org.kohsuke.stapler.export.Property
-
- 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
-
- instantiate(Class, JSONObject) - Method in class org.kohsuke.stapler.BindInterceptor
-
Called for each object conversion, after the actual subtype to instantiate is determined.
- INT - Static variable in class org.kohsuke.stapler.export.XSD.Types
-
- Interceptor - Class in org.kohsuke.stapler.interceptor
-
Intercepts the domain method call from Stapler.
- Interceptor() - Constructor for class org.kohsuke.stapler.interceptor.Interceptor
-
- InterceptorAnnotation - Annotation Type in org.kohsuke.stapler.interceptor
-
Marks the annotation as an interceptor annotation,
which executes before/after the method invocation of domain objects happen
as a part of the request processing.
- 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
-
- InternationalizedStringExpressionListener - Interface in org.kohsuke.stapler.jelly
-
- invoke(StaplerRequest, StaplerResponse, Object, Object...) - Method in class org.kohsuke.stapler.Function
-
Invokes the method.
- invoke(StaplerRequest, StaplerResponse, Object, Object[]) - Method in class org.kohsuke.stapler.interceptor.Interceptor
-
Intercepts the call.
- invoke(StaplerRequest, StaplerResponse, Object, Object[]) - Method in class org.kohsuke.stapler.interceptor.JsonOutputFilter.Processor
-
- invoke(StaplerRequest, StaplerResponse, Object, Object[]) - Method in class org.kohsuke.stapler.interceptor.RequirePOST.Processor
-
- invoke(StaplerRequest, StaplerResponse, Object, Object[]) - Method in class org.kohsuke.stapler.interceptor.RespondSuccess.Processor
-
- invoke(Object, Object...) - Method in class org.kohsuke.stapler.lang.MethodRef
-
- invoke(StaplerRequest, StaplerResponse, Object, Object[]) - Method in class org.kohsuke.stapler.LimitedTo.Processor
-
- invoke(HttpServletRequest, HttpServletResponse, Object, String) - Method in class org.kohsuke.stapler.Stapler
-
Performs stapler processing on the given root object and request URL.
- invokeMethod(String, Object) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
-
- invokeMethod(String, Object) - Method in class org.kohsuke.stapler.jelly.groovy.Namespace
-
- 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
- IOException2 - Exception in org.kohsuke.stapler.framework.io
-
Deprecated.
- IOException2() - Constructor for exception org.kohsuke.stapler.framework.io.IOException2
-
Deprecated.
- IOException2(String) - Constructor for exception org.kohsuke.stapler.framework.io.IOException2
-
Deprecated.
- IOException2(String, Throwable) - Constructor for exception org.kohsuke.stapler.framework.io.IOException2
-
Deprecated.
- IOException2(Throwable) - Constructor for exception org.kohsuke.stapler.framework.io.IOException2
-
Deprecated.
- isComplete() - Method in class org.kohsuke.stapler.framework.io.LargeText
-
- isEmpty() - Method in class org.kohsuke.stapler.SingleLinkedList
-
- isIncluded(String) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctsInPage
-
Checks if something has already been included/assumed.
- isJavaScriptProxyCall() - Method in class org.kohsuke.stapler.RequestImpl
-
- isJavaScriptProxyCall() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Returns true if this request represents a server method call to a JavaScript proxy object.
- isReady() - Method in class org.kohsuke.stapler.compression.FilterServletOutputStream
-
- isSocketException(Throwable) - Static method in class org.kohsuke.stapler.Stapler
-
Used to detect exceptions thrown when writing content that seem to be due merely to a closed socket.
- issueCrumb(StaplerRequest) - Method in class org.kohsuke.stapler.CrumbIssuer
-
Issues a crumb for the given request.
- issueCrumb() - Method in class org.kohsuke.stapler.CrumbIssuer
-
- isTraceEnabled(StaplerRequest) - Static method in class org.kohsuke.stapler.Dispatcher
-
Checks if tracing is enabled for the given request.
- IsUserInRoleTag - Class in org.kohsuke.stapler.jelly
-
- IsUserInRoleTag() - Constructor for class org.kohsuke.stapler.jelly.IsUserInRoleTag
-
- iterator() - Method in class org.kohsuke.stapler.SingleLinkedList
-
- Range - Class in org.kohsuke.stapler.export
-
Specifies the range in a collection.
- Range(int, int) - Constructor for class org.kohsuke.stapler.export.Range
-
- raw(Object) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Generates HTML fragment from string.
- RawHtmlArgument(Object) - Constructor for class org.kohsuke.stapler.jelly.InternationalizedStringExpression.RawHtmlArgument
-
- rawTokens - Variable in class org.kohsuke.stapler.TokenList
-
- readAll() - Method in class org.kohsuke.stapler.framework.io.LargeText
-
Returns
Reader
for reading the raw bytes.
- 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
-
- redirectTo(String) - Static method in class org.kohsuke.stapler.HttpResponses
-
- redirectTo(int, String) - Static method in class org.kohsuke.stapler.HttpResponses
-
- redirectToContextRoot() - Static method in class org.kohsuke.stapler.HttpResponses
-
Redirect to the context root
- redirectToDom(Closure) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Captures the XML fragment generated by the given closure into dom4j DOM tree
and return the root element.
- redirectToDot() - Static method in class org.kohsuke.stapler.HttpResponses
-
Redirect to "."
- redirectViaContextPath(String) - Static method in class org.kohsuke.stapler.HttpResponses
-
- redirectViaContextPath(int, String) - Static method in class org.kohsuke.stapler.HttpResponses
-
- ReflectionUtils - Class in org.kohsuke.stapler
-
- ReflectionUtils() - Constructor for class org.kohsuke.stapler.ReflectionUtils
-
- release() - Method in class org.kohsuke.stapler.bind.Bound
-
Explicitly unbind this object.
- releaseMe() - Method in class org.kohsuke.stapler.bind.BoundObjectTable
-
Called from within the request handling of a bound object, to release the object explicitly.
- remove(HttpServletRequest) - Method in class org.kohsuke.stapler.AttributeKey
-
- remove() - Method in class org.kohsuke.stapler.AttributeKey
-
- reportException(Throwable, ServletContext, HttpServletRequest, HttpServletResponse) - Method in interface org.kohsuke.stapler.compression.UncaughtExceptionHandler
-
Called to render the exception as an HTTP response.
- RequestImpl - Class in org.kohsuke.stapler
-
- RequestImpl(Stapler, HttpServletRequest, List<AncestorImpl>, TokenList) - Constructor for class org.kohsuke.stapler.RequestImpl
-
- requestScoped() - Static method in class org.kohsuke.stapler.AttributeKey
-
- required - Variable in class org.kohsuke.stapler.framework.adjunct.Adjunct
-
List of fully qualified adjunct names that are required before this adjunct.
- RequirePOST - Annotation Type in org.kohsuke.stapler.interceptor
-
Requires the request to be a POST.
- RequirePOST.Processor - Class in org.kohsuke.stapler.interceptor
-
- RequirePOSTAnnotationProcessor - Class in org.kohsuke.stapler.jsr269
-
- RequirePOSTAnnotationProcessor() - Constructor for class org.kohsuke.stapler.jsr269.RequirePOSTAnnotationProcessor
-
- RequiresView - Annotation Type in org.kohsuke.stapler.jelly
-
Indicates that concrete subtypes must have the views of the specified names.
- res(Object, String) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Yields a URL to the given resource.
- 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.AbstractTearOff
-
Loads the script just from the target class without considering inherited scripts
from its base types.
- 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
-
- ResourceBundleFactory - Class in org.kohsuke.stapler.jelly
-
- ResourceBundleFactory() - Constructor for class org.kohsuke.stapler.jelly.ResourceBundleFactory
-
- RespondSuccess - Annotation Type in org.kohsuke.stapler.interceptor
-
Used on the web-bound doXyz method to indicate that the successful return of the method should
result in HTTP 200 Success status.
- RespondSuccess.Processor - Class in org.kohsuke.stapler.interceptor
-
- ResponseImpl - Class in org.kohsuke.stapler
-
- ResponseImpl(Stapler, HttpServletResponse) - Constructor for class org.kohsuke.stapler.ResponseImpl
-
- restriction() - Method in interface org.kohsuke.stapler.export.XSD.SimpleType
-
- returnNull() - Static method in class org.kohsuke.stapler.Function
-
- reverseProxyTo(URL, StaplerRequest) - Method in class org.kohsuke.stapler.ResponseImpl
-
- reverseProxyTo(URL, StaplerRequest) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Performs the reverse proxy to the given URL.
- rootType - Variable in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
- 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.groovy.GroovierJellyScript
-
- run(JellyBuilder) - Method in class org.kohsuke.stapler.jelly.groovy.GroovierJellyScript
-
- run(JellyContext, XMLOutput) - Method in class org.kohsuke.stapler.jelly.JellyViewScript
-
- SchemaGenerator - Class in org.kohsuke.stapler.export
-
Generates XML Schema that describes the XML representation of exported beans.
- SchemaGenerator(Model<?>) - Constructor for class org.kohsuke.stapler.export.SchemaGenerator
-
- 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.
- ScriptLoadException - Exception in org.kohsuke.stapler
-
Indicates a failure to load a script.
- ScriptLoadException(String, Throwable) - Constructor for exception org.kohsuke.stapler.ScriptLoadException
-
- ScriptLoadException(Throwable) - Constructor for exception org.kohsuke.stapler.ScriptLoadException
-
- scriptURL - Variable in class org.kohsuke.stapler.jelly.groovy.StaplerClosureScript
-
Where was this script loaded from?
- sendRedirect(String) - Method in class org.kohsuke.stapler.ResponseImpl
-
- sendRedirect(int, String) - Method in class org.kohsuke.stapler.ResponseImpl
-
- sendRedirect(int, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
- sendRedirect2(String) - Method in class org.kohsuke.stapler.ResponseImpl
-
- sendRedirect2(String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Works like HttpServletResponse.sendRedirect(String)
except that this method
escapes the URL.
- sequence() - Method in interface org.kohsuke.stapler.export.XSD.ComplexType
-
- sequence() - Method in interface org.kohsuke.stapler.export.XSD.Restriction
-
- serveExposedBean(StaplerRequest, Object, Flavor) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveExposedBean(StaplerRequest, Object, Flavor) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Serves the exposed bean in the specified flavor.
- serveFile(StaplerRequest, URL, long) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveFile(StaplerRequest, URL) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveFile(StaplerRequest, InputStream, long, long, long, String) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveFile(StaplerRequest, InputStream, long, long, int, String) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveFile(StaplerRequest, InputStream, long, long, String) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveFile(StaplerRequest, InputStream, long, int, String) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveFile(StaplerRequest, URL) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Serves a static resource.
- serveFile(StaplerRequest, URL, long) - Method in interface org.kohsuke.stapler.StaplerResponse
-
- serveFile(StaplerRequest, InputStream, long, long, long, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Serves a static resource.
- serveFile(StaplerRequest, InputStream, long, long, int, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
- serveFile(StaplerRequest, InputStream, long, long, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Serves a static resource.
- serveFile(StaplerRequest, InputStream, long, int, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
- serveIndexJelly(StaplerRequest, StaplerResponse, Object) - Method in class org.kohsuke.stapler.jelly.JellyClassTearOff
-
Serves index.jelly if it's available, and returns true.
- serveLocalizedFile(StaplerRequest, URL) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveLocalizedFile(StaplerRequest, URL, long) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveLocalizedFile(StaplerRequest, URL) - Method in interface org.kohsuke.stapler.StaplerResponse
-
- serveLocalizedFile(StaplerRequest, URL, long) - Method in interface org.kohsuke.stapler.StaplerResponse
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.kohsuke.stapler.Stapler
-
- sessionScoped() - Static method in class org.kohsuke.stapler.AttributeKey
-
- set(HttpServletRequest, T) - Method in class org.kohsuke.stapler.AttributeKey
-
- set(T) - Method in class org.kohsuke.stapler.AttributeKey
-
- set(String, Object) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Sets the value to JellyContext
(typically as a pre-cursor to calling into Jelly tags.)
- setApp(Object) - Method in class org.kohsuke.stapler.WebApp
-
- setApplicationObject() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Sets the root application object.
- 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.
- setBindInterceptpr(BindInterceptor) - Method in class org.kohsuke.stapler.RequestImpl
-
- setBindInterceptpr(BindInterceptor) - Method in interface org.kohsuke.stapler.StaplerRequest
-
- setBindListener(BindInterceptor) - Method in class org.kohsuke.stapler.RequestImpl
-
- setBindListener(BindInterceptor) - Method in interface org.kohsuke.stapler.StaplerRequest
-
- setClass(Class) - Method in class org.kohsuke.stapler.jelly.IncludeTag
-
When loading script, load from this class.
- setClassLoader(ServletContext, ClassLoader) - Static method in class org.kohsuke.stapler.Stapler
-
- setClassLoader(ClassLoader) - Method in class org.kohsuke.stapler.WebApp
-
- setColumnNumber(int) - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
-
- setContentType(StaplerResponse) - Method in class org.kohsuke.stapler.framework.io.LargeText
-
- setCrumbIssuer(CrumbIssuer) - Method in class org.kohsuke.stapler.WebApp
-
- setDelegate(GroovyObject) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
-
Sets the delegation target.
- 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.
- setHeader(String, String) - Method in class org.kohsuke.stapler.compression.CompressionServletResponse
-
- SetHeaderTag - Class in org.kohsuke.stapler.jelly
-
Sets an HTTP header to the response.
- SetHeaderTag() - Constructor for class org.kohsuke.stapler.jelly.SetHeaderTag
-
- 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.
- setIt(Object) - Method in class org.kohsuke.stapler.tags.Include
-
Specifies the object for which JSP will be included.
- setJsonConfig(JsonConfig) - Method in class org.kohsuke.stapler.ResponseImpl
-
- setJsonConfig(JsonConfig) - Method in interface org.kohsuke.stapler.StaplerResponse
-
The JsonConfig to be used when serializing java beans from js bound methods to JSON.
- 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.
- setName(String) - Method in class org.kohsuke.stapler.jelly.SetHeaderTag
-
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.
- setOutput(XMLOutput) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
- setPage(String) - Method in class org.kohsuke.stapler.jelly.IncludeTag
-
Specifies the name of the JSP to be included.
- setPage(String) - Method in class org.kohsuke.stapler.tags.Include
-
Specifies the name of the JSP to be included.
- setProperty(String, Object) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
-
- 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.
- setRoot(ServletContextEvent, Object) - Static method in class org.kohsuke.stapler.Stapler
-
Sets the specified object as the root of the web application.
- 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.
- setTarget(Function) - Method in class org.kohsuke.stapler.interceptor.Interceptor
-
Called by Stapler to set up the target of the interceptor.
- setTarget(Function) - Method in class org.kohsuke.stapler.LimitedTo.Processor
-
- setTearOff(Class<T>, T) - Method in class org.kohsuke.stapler.TearOffSupport
-
- setType(String) - Method in class org.kohsuke.stapler.jelly.AttributeTag
-
If it makes sense, describe the Java type that the attribute
expects as values.
- setUncaughtExceptionHandler(ServletContext, UncaughtExceptionHandler) - Static method in class org.kohsuke.stapler.compression.CompressionFilter
-
- 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(String) - Method in class org.kohsuke.stapler.jelly.SetHeaderTag
-
Header value.
- 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.
- setWriteListener(WriteListener) - Method in class org.kohsuke.stapler.compression.FilterServletOutputStream
-
- simpleType() - Method in interface org.kohsuke.stapler.export.XSD.Schema
-
- SingleLinkedList<T> - Class in org.kohsuke.stapler
-
Single linked list which allows sharing of the suffix.
- SingleLinkedList(T, SingleLinkedList<T>) - Constructor for class org.kohsuke.stapler.SingleLinkedList
-
- size() - Method in class org.kohsuke.stapler.SingleLinkedList
-
- slashedName - Variable in class org.kohsuke.stapler.framework.adjunct.Adjunct
-
- 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
-
- stapler - Variable in class org.kohsuke.stapler.RequestImpl
-
- Stapler - Class in org.kohsuke.stapler
-
Maps an HTTP request to a method call / JSP invocation against a model object
by evaluating the request URL in a EL-ish way.
- Stapler() - Constructor for class org.kohsuke.stapler.Stapler
-
- StaplerClosureScript - Class in org.kohsuke.stapler.jelly.groovy
-
- StaplerClosureScript() - Constructor for class org.kohsuke.stapler.jelly.groovy.StaplerClosureScript
-
- StaplerFallback - Interface in org.kohsuke.stapler
-
- StaplerOverridable - Interface in org.kohsuke.stapler
-
A web-bound object can implement this interface to allow designated objects to selectively override
URL mappings.
- StaplerProxy - Interface in org.kohsuke.stapler
-
If an object delegates all its UI processing to another object,
it can implement this interface and return the designated object
from the
StaplerProxy.getTarget()
method.
- StaplerRequest - Interface in org.kohsuke.stapler
-
Defines additional parameters/operations made available by Stapler.
- StaplerResponse - Interface in org.kohsuke.stapler
-
Defines additional operations made available by Stapler.
- StaplerTagLibrary - Class in org.kohsuke.stapler.jelly
-
- StaplerTagLibrary() - Constructor for class org.kohsuke.stapler.jelly.StaplerTagLibrary
-
- startArray() - Method in interface org.kohsuke.stapler.export.DataWriter
-
- startObject() - Method in interface org.kohsuke.stapler.export.DataWriter
-
- startPrefixMapping(XMLOutput) - Method in class org.kohsuke.stapler.jelly.groovy.Namespace
-
- staticResource(URL) - Static method in class org.kohsuke.stapler.HttpResponses
-
Serves a static resource specified by the URL.
- staticResource(URL, long) - Static method in class org.kohsuke.stapler.HttpResponses
-
Serves a static resource specified by the URL.
- StaticViewFacet - Class in org.kohsuke.stapler
-
- StaticViewFacet(String...) - Constructor for class org.kohsuke.stapler.StaticViewFacet
-
- StaticViewFacet(Collection<String>) - Constructor for class org.kohsuke.stapler.StaticViewFacet
-
- status(int) - Static method in class org.kohsuke.stapler.HttpResponses
-
- StatusCodeTag - Class in org.kohsuke.stapler.jelly
-
Sets HTTP status code.
- StatusCodeTag() - Constructor for class org.kohsuke.stapler.jelly.StatusCodeTag
-
- STRING - Static variable in class org.kohsuke.stapler.export.XSD.Types
-
- 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
-
- superModel - Variable in class org.kohsuke.stapler.export.Model
-
Model
for the super class.