- 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
-
- 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
-
Deprecated.
as of 1.177
Use MetaClass.klass
. If you really want the Java class representation, use klass.toJavaClass()
.
- 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.
- 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
-
- commit() - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
-
- compareTo(Property) - Method in class org.kohsuke.stapler.export.Property
-
- complexContent() - Method in interface org.kohsuke.stapler.export.XSD.ComplexType
-
- complexType() - Method in interface org.kohsuke.stapler.export.XSD.Schema
-
- 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
-
- 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".
- 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_UTILS - Static variable in class org.kohsuke.stapler.Stapler
-
- countRemainingTokens() - Method in class org.kohsuke.stapler.TokenList
-
- createApplication() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Creates the root application object.
- 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
-
- 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.
- 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.StaticViewFacet
-
- createWriter(StaplerRequest, StaplerResponse, long) - Method in class org.kohsuke.stapler.framework.io.LargeText
-
- 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.
- 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(ClassLoader) - Static method in class org.kohsuke.stapler.MetaClassLoader
-
- 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
-
- 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".
- getBaseClass(Type, Class) - Static method in class org.kohsuke.stapler.export.TypeUtil
-
Gets the parameterization of the given base type.
- 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
-
- 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
-
- 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
-
- 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.
- 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"
This is called "default" for historical reasons, but for disambiguation
between different views and their facets, we don't support views other than
their default extension.
- 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
-
- 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.
- 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.
- getJavadoc() - Method in class org.kohsuke.stapler.export.Property
-
Gets the associated javadoc, if any, or null.
- getKlass(Object) - Method in class org.kohsuke.stapler.Facet
-
Maps an instance to a
Klass
.
- getKlass(Object) - Method in class org.kohsuke.stapler.WebApp
-
- 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.
- getName() - Method in class org.kohsuke.stapler.Function
-
Gets the method name.
- 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
-
- 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.
- 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.
- 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.
- 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"
- 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.
- 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.
- 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.
- 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.
- 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.
- getTable() - Method in class org.kohsuke.stapler.bind.BoundObjectTable
-
Explicit call to create the table if one doesn't exist yet.
- 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
-
- getTypeArgument(Type, int) - Static method in class org.kohsuke.stapler.export.TypeUtil
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setApp(Object) - Method in class org.kohsuke.stapler.WebApp
-
- setApplicationObject() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Sets the root application object.
- setBindListener(BindInterceptor) - Method in class org.kohsuke.stapler.RequestImpl
-
- setBindListener(BindInterceptor) - Method in interface org.kohsuke.stapler.StaplerRequest
-
- setClassLoader(ServletContext, ClassLoader) - Static method in class org.kohsuke.stapler.Stapler
-
- setClassLoader(ClassLoader) - Method in class org.kohsuke.stapler.WebApp
-
- setContentType(StaplerResponse) - Method in class org.kohsuke.stapler.framework.io.LargeText
-
- setCrumbIssuer(CrumbIssuer) - Method in class org.kohsuke.stapler.WebApp
-
- setHeader(String, String) - Method in class org.kohsuke.stapler.compression.CompressionServletResponse
-
- setRoot(ServletContextEvent, Object) - Static method in class org.kohsuke.stapler.Stapler
-
Sets the specified object as the root of the web application.
- 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
-
- simpleType() - Method in interface org.kohsuke.stapler.export.XSD.Schema
-
- 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
-
- 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.
- startArray() - Method in interface org.kohsuke.stapler.export.DataWriter
-
- startObject() - Method in interface org.kohsuke.stapler.export.DataWriter
-
- 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
-
- STRING - Static variable in class org.kohsuke.stapler.export.XSD.Types
-
- superModel - Variable in class org.kohsuke.stapler.export.Model
-
Model
for the super class.