A B C D E F G H I J K L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- 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
- AcceptHeader - Class in org.kohsuke.stapler
-
Represents the
Accept
HTTP header and help server choose the right media type to serve. - AcceptHeader(String) - Constructor for class org.kohsuke.stapler.AcceptHeader
-
Parse the accept header value into a typed object.
- AcceptHeader.Atom - Class in org.kohsuke.stapler
-
Media range plus parameters and extensions
- AcceptHeader.StaplerConverterImpl - Class in org.kohsuke.stapler
- activate() - Method in class org.kohsuke.stapler.compression.CompressionServletResponse
- activate(ServletRequest) - Static method in class org.kohsuke.stapler.compression.CompressionFilter
-
Is this request already wrapped into
CompressionFilter
, activate that, so thatServletResponse.getOutputStream()
will return a stream that automatically handles compression. - add(Class<?>) - Method in class org.kohsuke.stapler.export.SchemaGenerator
-
Adds the schema for the XML representation of the given class.
- addCookie(Cookie) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- addDateHeader(String, long) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- addExtension(String) - Method in class org.kohsuke.stapler.StaticViewFacet
- addHeader(String, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- addIntHeader(String, int) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- ALL - Static variable in class org.kohsuke.stapler.export.Range
-
Range that includes natural numbers.
- ALLOW_VIEW_NAME_PATH_TRAVERSAL - Static variable in class org.kohsuke.stapler.Facet
- allowDispatch(StaplerRequest, StaplerResponse) - Method in interface org.kohsuke.stapler.DispatchValidator
-
Allows the given request to be dispatched.
- ALWAYS - Static variable in class org.kohsuke.stapler.export.ClassAttributeBehaviour
- ALWAYS_OK - Static variable in interface org.kohsuke.stapler.FunctionList.Filter
- ALWAYS_OK - Static variable in interface org.kohsuke.stapler.lang.FieldRef.Filter
- Ancestor - Interface in org.kohsuke.stapler
-
Information about ancestor of the "it" node.
- AncestorInPath - Annotation Type in org.kohsuke.stapler
-
Indicates that this parameter is injected by evaluating
StaplerRequest.findAncestorObject(Class)
with the parameter type. - AncestorInPath.HandlerImpl - Class in org.kohsuke.stapler
- ancestors - Variable in class org.kohsuke.stapler.RequestImpl
-
Ancestor nodes traversed so far.
- annotated(Class<? extends Annotation>) - Method in class org.kohsuke.stapler.FunctionList
-
Returns
Function
s that are annotated with the given annotation. - AnnotatedRef - Class in org.kohsuke.stapler.lang
- 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
- anonymizedTraceEval(StaplerRequest, StaplerResponse, Object, String, String...) - Static method in class org.kohsuke.stapler.Dispatcher
- ANYTYPE - Static variable in class org.kohsuke.stapler.export.XSD.Types
- ApplicationTracer() - Constructor for class org.kohsuke.stapler.EvaluationTrace.ApplicationTracer
- apply(Iterable<T>) - Method in class org.kohsuke.stapler.export.Range
- apply(Object, String, Object) - Method in class org.kohsuke.stapler.interceptor.JsonOutputFilter.FilterPropertyFilter
- apply(Collection<T>) - Method in class org.kohsuke.stapler.export.Range
- apply(List<T>) - Method in class org.kohsuke.stapler.export.Range
- apply(T[]) - Method in class org.kohsuke.stapler.export.Range
- applyOn(MetaClass, FunctionList, List<Dispatcher>) - Method in interface org.kohsuke.stapler.DispatchersFilter
- appScoped() - Static method in class org.kohsuke.stapler.AttributeKey
-
Creates a new
ServletContext
-scopedAttributeKey
. - 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
- Atom(String) - Constructor for class org.kohsuke.stapler.AcceptHeader.Atom
-
Parses a string like 'application/*;q=0.5' into a typed object.
- AtomicFileWriter - Class in org.kohsuke.stapler.framework.io
-
Buffered
FileWriter
that uses UTF-8. - AtomicFileWriter(File) - Constructor for class org.kohsuke.stapler.framework.io.AtomicFileWriter
- attribute() - Method in interface org.kohsuke.stapler.export.XSD.ComplexType
- 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
B
- base(QName) - Method in interface org.kohsuke.stapler.export.XSD.Restriction
- baseClass - Variable in class org.kohsuke.stapler.MetaClass
-
Base metaclass.
- bind(Object) - Method in class org.kohsuke.stapler.bind.BoundObjectTable
-
Binds an object temporarily and returns its URL.
- BindInterceptor - Class in org.kohsuke.stapler
-
Intercepts (and receives callbacks) about the JSON → object binding process.
- BindInterceptor() - Constructor for class org.kohsuke.stapler.BindInterceptor
- bindInterceptors - Variable in class org.kohsuke.stapler.WebApp
-
Global
BindInterceptor
s. - bindJSON(Class<T>, JSONObject) - Method in class org.kohsuke.stapler.RequestImpl
- bindJSON(Class<T>, JSONObject) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Data-bind from a
JSONObject
to the given target type, by using introspection or constructor parameters injection. - bindJSON(Object, JSONObject) - Method in class org.kohsuke.stapler.RequestImpl
- bindJSON(Object, JSONObject) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Data-binds from
JSONObject
to the given object. - bindJSON(Type, Class<T>, Object) - Method in interface org.kohsuke.stapler.StaplerRequest
- bindJSON(Type, Class, Object) - Method in class org.kohsuke.stapler.RequestImpl
- bindJSONToList(Class<T>, Object) - Method in class org.kohsuke.stapler.RequestImpl
- bindJSONToList(Class<T>, Object) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Data-bind from either
JSONObject
orJSONArray
to a list, by usingStaplerRequest.bindJSON(Class, JSONObject)
as the lower-level mechanism. - bindParameters(Class<T>, String) - Method in class org.kohsuke.stapler.RequestImpl
- bindParameters(Class<T>, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Instead of using prefix to group object among form parameter names, use structured form submission and
StaplerRequest.bindJSON(Class, JSONObject)
. - bindParameters(Class<T>, String, int) - Method in class org.kohsuke.stapler.RequestImpl
- bindParameters(Class<T>, String, int) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Instead of using prefix to group object among form parameter names, use structured form submission and
StaplerRequest.bindJSON(Class, JSONObject)
. - bindParameters(Object) - Method in class org.kohsuke.stapler.RequestImpl
- bindParameters(Object) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Binds form parameters to a bean by using introspection.
- bindParameters(Object, String) - Method in class org.kohsuke.stapler.RequestImpl
- bindParameters(Object, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Instead of using prefix to group object among form parameter names, use structured form submission and
StaplerRequest.bindJSON(Class, JSONObject)
. - bindParametersToList(Class<T>, String) - Method in class org.kohsuke.stapler.RequestImpl
- bindParametersToList(Class<T>, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.Instead of using prefix to group object among form parameter names, use structured form submission and
StaplerRequest.bindJSON(Class, JSONObject)
. - bindResolve(StaplerRequest, JSONObject) - Method in interface org.kohsuke.stapler.DataBoundResolvable
-
Called after the object is instantiated to allow the object to nominate its replacement.
- bindWeak(Object) - Method in class org.kohsuke.stapler.bind.BoundObjectTable
-
Binds an object temporarily and returns its URL.
- BOOLEAN - Static variable in class org.kohsuke.stapler.export.XSD.Types
- Bound - Class in org.kohsuke.stapler.bind
-
Handles to the object bound via
BoundObjectTable
. - Bound() - Constructor for class org.kohsuke.stapler.bind.Bound
- boundObjectTable - Variable in class org.kohsuke.stapler.WebApp
-
Handles objects that are exported.
- BoundObjectTable - Class in org.kohsuke.stapler.bind
-
Objects exported and bound by JavaScript proxies.
- BoundObjectTable() - Constructor for class org.kohsuke.stapler.bind.BoundObjectTable
- BoundObjectTable.Table - Class in org.kohsuke.stapler.bind
-
Per-session table that remembers all the bound instances.
- buildFallbackDispatchers(MetaClass, List<Dispatcher>) - Method in class org.kohsuke.stapler.Facet
-
Adds
Dispatcher
s that do catch-all behaviours like "doDispatch" does. - buildIndexDispatchers(MetaClass, List<Dispatcher>) - Method in class org.kohsuke.stapler.Facet
-
Adds
Dispatcher
s that serves the likes ofindex.EXT
The default implementation invokesFacet.handleIndexRequest(RequestImpl, ResponseImpl, Object, MetaClass)
but facet implementations can improve runtime dispatch performance by testing the presence of index view page upfront. - buildIndexDispatchers(MetaClass, List<Dispatcher>) - Method in class org.kohsuke.stapler.StaticViewFacet
- buildResourcePaths() - Method in class org.kohsuke.stapler.Stapler
-
Rebuild the internal cache for static resources.
- buildViewDispatchers(MetaClass, List<Dispatcher>) - Method in class org.kohsuke.stapler.Facet
-
Adds
Dispatcher
s that look at one token and binds that to the views associated with the 'it' object. - buildViewDispatchers(MetaClass, List<Dispatcher>) - Method in class org.kohsuke.stapler.StaticViewFacet
- ByDepth(int) - Constructor for class org.kohsuke.stapler.export.TreePruner.ByDepth
- ByteBuffer - Class in org.kohsuke.stapler.framework.io
-
ByteArrayOutputStream
re-implementation. - ByteBuffer() - Constructor for class org.kohsuke.stapler.framework.io.ByteBuffer
C
- 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
- 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
- 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) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Checks "If-Modified-Since" header and returns false if the resource needs to be served.
- checkIfModified(long, StaplerResponse, long) - Method in class org.kohsuke.stapler.RequestImpl
- checkIfModified(long, StaplerResponse, long) - Method in interface org.kohsuke.stapler.StaplerRequest
- checkIfModified(Calendar, StaplerResponse) - Method in class org.kohsuke.stapler.RequestImpl
- checkIfModified(Calendar, StaplerResponse) - Method in interface org.kohsuke.stapler.StaplerRequest
- checkIfModified(Date, StaplerResponse) - Method in class org.kohsuke.stapler.RequestImpl
- checkIfModified(Date, StaplerResponse) - Method in interface org.kohsuke.stapler.StaplerRequest
- CLASS_PROPERTY_NAME - Static variable in interface org.kohsuke.stapler.export.DataWriter
-
Recommended property name to write out the 'type' parameter of
DataWriter.type(Type,Class)
- ClassAttributeBehaviour - Class in org.kohsuke.stapler.export
-
Setting that controls how the '_class' attribute will be produced in the output.
- 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
-
MetaClassLoader
that wrapsclazz.getClassLoader()
. - 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, useklass.toJavaClass()
. - cleanUp(T) - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Called during the destruction of the web app to perform any clean up act on the application object.
- clearMetaClassCache() - Method in class org.kohsuke.stapler.WebApp
-
Convenience maintenance method to clear all the cached information.
- clearScripts() - Method in class org.kohsuke.stapler.CachingScriptLoader
-
Discards the cached script.
- clearScripts(Class<? extends AbstractTearOff>) - Method in class org.kohsuke.stapler.WebApp
-
Deprecated.Unused?
- close() - Method in class org.kohsuke.stapler.compression.CompressionServletResponse
- 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 accordingly. - 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
- containsHeader(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- 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
- contextualize(Object) - Method in class org.kohsuke.stapler.ForwardingFunction
- contextualize(Object) - Method in class org.kohsuke.stapler.Function
-
Caller uses this method to tell
Function
about how it is being used. - convert(Class, Object) - Method in class org.kohsuke.stapler.AcceptHeader.StaplerConverterImpl
- convert(Class, String) - Method in class org.kohsuke.stapler.AnnotationHandler
-
Helper method for
AnnotationHandler.parse(StaplerRequest, Annotation, Class, String)
to convert to the right type from String. - CONVERT_UTILS - Static variable in class org.kohsuke.stapler.Stapler
-
This is the
Converter
registry that Stapler uses, primarily for form-to-JSON binding inStaplerRequest.bindJSON(Class, JSONObject)
and its family of methods. - countRemainingTokens() - Method in class org.kohsuke.stapler.TokenList
- createApplication() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Creates the root application object.
- createDataWriter(Object, Writer) - Method in enum org.kohsuke.stapler.export.Flavor
- createDataWriter(Object, Writer, ExportConfig) - Method in enum org.kohsuke.stapler.export.Flavor
- createDataWriter(Object, StaplerResponse) - 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(AbstractTearOff<?, ? extends S, ?>, ScriptExecutor<? super S>, Object, String) - Method in class org.kohsuke.stapler.Facet
-
Creates a RequestDispatcher that integrates with
DispatchValidator
andFilteredDispatchTriggerListener
. - createRequestDispatcher(RequestImpl, Class, Object, String) - Method in class org.kohsuke.stapler.Facet
- 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, Klass<?>, Object, String) - Method in class org.kohsuke.stapler.StaticViewFacet
- createValidatingDispatcher(AbstractTearOff<?, ? extends S, ?>, ScriptExecutor<? super S>) - Method in class org.kohsuke.stapler.Facet
-
Creates a Dispatcher that integrates
DispatchValidator
with the provided script loader and executor. - 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.
D
- DataBoundConstructor - Annotation Type in org.kohsuke.stapler
-
Designates the constructor to be created from methods like
StaplerRequest.bindJSON(Class, JSONObject)
andStaplerRequest.bindParameters(Class, String)
. - DataBoundResolvable - Interface in org.kohsuke.stapler
-
For data-bound class (that has a constructor marked with
DataBoundConstructor
, theDataBoundResolvable.bindResolve(StaplerRequest, JSONObject)
allows an instance to replace the object bound from submitted JSON object. - DataBoundSetter - Annotation Type in org.kohsuke.stapler
-
Designates a setter method or a field used to databind JSON values into objects in methods like
StaplerRequest.bindJSON(Class, JSONObject)
andStaplerRequest.bindParameters(Class, String)
. - DataWriter - Interface in org.kohsuke.stapler.export
-
Receives the event callback on the model data to be exposed.
- DEBUG_LOGGING - Static variable in class org.kohsuke.stapler.bind.BoundObjectTable
-
True to activate debug logging of session fragments.
- debugLoader - Static variable in class org.kohsuke.stapler.MetaClassLoader
-
If non-null, delegate to this classloader.
- decode(String) - Static method in class org.kohsuke.stapler.TokenList
- Default() - Constructor for class org.kohsuke.stapler.HttpResponseRenderer.Default
- DEFAULT - Static variable in class org.kohsuke.stapler.BindInterceptor
-
Indicates that the conversion should proceed as it normally does, and that the listener isn't replacing the process.
- DEFAULT - Static variable in interface org.kohsuke.stapler.compression.UncaughtExceptionHandler
- DEFAULT - Static variable in class org.kohsuke.stapler.CrumbIssuer
-
Default crumb issuer.
- DEFAULT - Static variable in interface org.kohsuke.stapler.DispatchValidator
-
Default validator implementation that explicitly allows all dispatch requests to proceed.
- DEFAULT - Static variable in class org.kohsuke.stapler.export.ExportInterceptor
- DEFAULT - Static variable in class org.kohsuke.stapler.export.TreePruner
-
Probably the most common
TreePruner
that just visits the top object and its properties, but none of the referenced objects. - defaultEncodingForStaticResources - Variable in class org.kohsuke.stapler.WebApp
-
MIME type → encoding map that determines how static contents in the war file is served.
- defaultValue() - Method in annotation type org.kohsuke.stapler.config.Configuration
-
Default value to be applied if the actual configuration source doesn't specify this property.
- defaultVisibility() - Method in annotation type org.kohsuke.stapler.export.ExportedBean
-
Controls the default visibility of all
Exported
properties of this class (and its descendants.) - delete(StaplerRequest, StaplerResponse) - Method in interface org.kohsuke.stapler.HttpDeletable
-
Called when HTTP DELETE method is invoked.
- DELETE - Annotation Type in org.kohsuke.stapler.verb
-
Restricts a
WebMethod
to a specific HTTP method 'DELETE'. - destroy() - Method in class org.kohsuke.stapler.compression.CompressionFilter
- destroy() - Method in class org.kohsuke.stapler.DiagnosticThreadNameFilter
- DiagnosticThreadNameFilter - Class in org.kohsuke.stapler
-
Filter
that sets the thread name to reflect the current request being processed. - DiagnosticThreadNameFilter() - Constructor for class org.kohsuke.stapler.DiagnosticThreadNameFilter
- DISABLED - Static variable in class org.kohsuke.stapler.compression.CompressionFilter
-
Disables the effect of
CompressionFilter.setUncaughtExceptionHandler(javax.servlet.ServletContext, org.kohsuke.stapler.compression.UncaughtExceptionHandler)
, letting all errors be rethrown. - discover(ClassLoader) - Static method in class org.kohsuke.stapler.Facet
-
Discovers all the facets in the classloader.
- discoverExtensions(Class<T>, ClassLoader...) - Static method in class org.kohsuke.stapler.Facet
- dispatch(RequestImpl, ResponseImpl, Object) - Method in class org.kohsuke.stapler.Dispatcher
-
Tries to handle the given request and returns true if it succeeds.
- Dispatcher - Class in org.kohsuke.stapler
-
Controls the dispatching of incoming HTTP requests.
- Dispatcher() - Constructor for class org.kohsuke.stapler.Dispatcher
- dispatchers - Variable in class org.kohsuke.stapler.MetaClass
- DispatchersFilter - Interface in org.kohsuke.stapler
-
Registered inside
WebApp.setDispatchersFilter(DispatchersFilter)
and then used after the creation of the dispatchers for aMetaClass
in order to add / remove / edit the dispatchers that are created. - DispatchValidator - Interface in org.kohsuke.stapler
-
Validates dispatch requests.
- doCrumb() - Method in class org.kohsuke.stapler.CrumbIssuer
-
Sends the crumb value in plain text, enabling retrieval through XmlHttpRequest.
- documentation(String) - Method in interface org.kohsuke.stapler.export.XSD.Annotation
- doEnableLogging() - Method in class org.kohsuke.stapler.bind.BoundObjectTable.Table
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.kohsuke.stapler.compression.CompressionFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.kohsuke.stapler.DiagnosticThreadNameFilter
- doProgressText(StaplerRequest, StaplerResponse) - Method in class org.kohsuke.stapler.framework.io.LargeText
-
Implements the progressive text handling.
- DOT - Static variable in exception org.kohsuke.stapler.HttpRedirect
-
Redirect to "."
- DYNAMIC - Static variable in class org.kohsuke.stapler.TraversalMethodContext
-
Used as a special name that represents
getDynamic(...)
that does dynamic traversal. - DYNAMIC - Static variable in class org.kohsuke.stapler.WebMethodContext
-
Used as a special name that represents
doDynamic(...)
that does dynamic traversal.
E
- element() - Method in interface org.kohsuke.stapler.export.XSD.ContentModel
- element() - Method in interface org.kohsuke.stapler.export.XSD.Schema
- empty() - Static method in class org.kohsuke.stapler.SingleLinkedList
- encode(String) - Static method in class org.kohsuke.stapler.ResponseImpl
-
Escapes non-ASCII characters.
- encodeRedirectUrl(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- encodeRedirectURL(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- encodeUrl(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- encodeURL(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- endArray() - Method in interface org.kohsuke.stapler.export.DataWriter
- endObject() - Method in interface org.kohsuke.stapler.export.DataWriter
- endsWithSlash - Variable in class org.kohsuke.stapler.TokenList
-
If the request URL ends with the path separator.
- enumeration() - Method in interface org.kohsuke.stapler.export.XSD.Restriction
- equals(Object) - Method in class org.kohsuke.stapler.lang.Klass
- erasure(Type) - Static method in class org.kohsuke.stapler.export.TypeUtil
-
Returns the runtime representation of the given type.
- error(int, String) - Static method in class org.kohsuke.stapler.HttpResponses
-
Sends an error with a stack trace.
- error(int, Throwable) - Static method in class org.kohsuke.stapler.HttpResponses
- error(Throwable) - Static method in class org.kohsuke.stapler.HttpResponses
- ErrorObject - Class in org.kohsuke.stapler.framework.errors
-
Root class of the stapler error objects.
- ErrorObject() - Constructor for class org.kohsuke.stapler.framework.errors.ErrorObject
- errorWithoutStack(int, String) - Static method in class org.kohsuke.stapler.HttpResponses
-
Sends an error without a stack trace.
- escape(String) - Static method in class org.kohsuke.stapler.Stapler
-
Escapes HTML/XML unsafe characters for the PCDATA section.
- EvaluationTrace - Class in org.kohsuke.stapler
-
Remembers the
Stapler.invoke(RequestImpl, ResponseImpl, Object)
evaluation traces. - EvaluationTrace() - Constructor for class org.kohsuke.stapler.EvaluationTrace
- EvaluationTrace.ApplicationTracer - Class in org.kohsuke.stapler
- excludes() - Method in annotation type org.kohsuke.stapler.interceptor.JsonOutputFilter
-
Black-list of properties to exclude from the output.
- execute(StaplerRequest, StaplerResponse, S, Object) - Method in interface org.kohsuke.stapler.ScriptExecutor
-
Executes the given script on the given node and request, rendering output to the given response.
- ExportConfig - Class in org.kohsuke.stapler.export
-
Controls the output behaviour.
- ExportConfig() - Constructor for class org.kohsuke.stapler.export.ExportConfig
- Exported - Annotation Type in org.kohsuke.stapler.export
-
Mark the field or the getter method whose value gets exposed to the remote API.
- ExportedBean - Annotation Type in org.kohsuke.stapler.export
-
Indicates that the class has
Exported
annotations on its properties to indicate which properties are written as values to the remote XML/JSON API. - ExportedBeanAnnotationProcessor - Class in org.kohsuke.stapler.jsr269
- ExportedBeanAnnotationProcessor() - Constructor for class org.kohsuke.stapler.jsr269.ExportedBeanAnnotationProcessor
- ExportInterceptor - Class in org.kohsuke.stapler.export
-
Allows caller to intercept exporting of properties.
- ExportInterceptor() - Constructor for class org.kohsuke.stapler.export.ExportInterceptor
- extension() - Method in interface org.kohsuke.stapler.export.XSD.ComplexContent
F
- Facet - Class in org.kohsuke.stapler
-
Aspect of stapler that brings in an optional language binding.
- Facet() - Constructor for class org.kohsuke.stapler.Facet
- facets - Variable in class org.kohsuke.stapler.WebApp
-
Activated facets.
- FieldRef - Class in org.kohsuke.stapler.lang
-
Fields of
Klass
. - FieldRef() - Constructor for class org.kohsuke.stapler.lang.FieldRef
- FieldRef.Filter - Interface in org.kohsuke.stapler.lang
- FieldRefFilter - Class in org.kohsuke.stapler.lang.util
-
FieldRef
filter as a convenience class. - FieldRefFilter() - Constructor for class org.kohsuke.stapler.lang.util.FieldRefFilter
- fields - Variable in class org.kohsuke.stapler.ClassDescriptor
- FilteredDispatchTriggerListener - Interface in org.kohsuke.stapler.event
-
Listens to filtered dispatch events from
DispatchValidator
. - FilteredDoActionTriggerListener - Interface in org.kohsuke.stapler.event
-
Listener that is triggered when a doAction function - that is no more accepted - is called.
- FilteredFieldTriggerListener - Interface in org.kohsuke.stapler.event
- FilteredGetterTriggerListener - Interface in org.kohsuke.stapler.event
-
Listener that is triggered when a getter function - that is no more accepted - is called.
- FilterPropertyFilter(String[], String[]) - Constructor for class org.kohsuke.stapler.interceptor.JsonOutputFilter.FilterPropertyFilter
- FilterPropertyFilter(Set<String>, Set<String>) - Constructor for class org.kohsuke.stapler.interceptor.JsonOutputFilter.FilterPropertyFilter
- FilterServletOutputStream - Class in org.kohsuke.stapler.compression
-
ServletOutputStream
that writes to the specified output stream. - FilterServletOutputStream(OutputStream, ServletOutputStream) - Constructor for class org.kohsuke.stapler.compression.FilterServletOutputStream
-
Constructs a new
FilterOutputStream
. - findAncestor(Class) - Method in class org.kohsuke.stapler.RequestImpl
- findAncestor(Class) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Finds the nearest ancestor that has the object of the given type, or null if not found.
- findAncestor(Object) - Method in class org.kohsuke.stapler.RequestImpl
- findAncestor(Object) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Finds the nearest ancestor whose
Ancestor.getObject()
matches the given object. - findAncestorObject(Class<T>) - Method in class org.kohsuke.stapler.RequestImpl
- findAncestorObject(Class<T>) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Short for
findAncestor(type).getObject()
, with proper handling for null de-reference. - findResource(Klass, String) - Method in class org.kohsuke.stapler.StaticViewFacet
-
Determines if this resource can be served
- findScript(String) - Method in class org.kohsuke.stapler.CachingScriptLoader
-
Locates the view script of the given name.
- fixEmpty() - Method in annotation type org.kohsuke.stapler.QueryParameter
-
If true, and the actual value of this parameter is "", null is passed instead.
- Flavor - Enum in org.kohsuke.stapler.export
-
Export flavor.
- flush() - Method in class org.kohsuke.stapler.compression.FilterServletOutputStream
- flush() - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
- flush() - Method in class org.kohsuke.stapler.framework.io.CharSpool
- flush() - Method in class org.kohsuke.stapler.framework.io.WriterOutputStream
- flushBuffer() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- forbidden() - Static method in class org.kohsuke.stapler.HttpResponses
- forward(Object, String, StaplerRequest) - Method in class org.kohsuke.stapler.ResponseImpl
- forward(Object, String, StaplerRequest) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Evaluates the url against the given object and forwards the request to the result.
- forward(Object, String, StaplerRequest) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Evaluates the url against the given object and forwards the request to the result.
- forward(RequestDispatcher, StaplerRequest, HttpServletResponse) - Method in class org.kohsuke.stapler.Stapler
- ForwardingFunction - Class in org.kohsuke.stapler
-
Function
that forwards calls to another. - ForwardingFunction(Function) - Constructor for class org.kohsuke.stapler.ForwardingFunction
- forwardToPreviousPage() - Static method in class org.kohsuke.stapler.HttpResponses
-
Redirects the user back to where he came from.
- forwardToPreviousPage(StaplerRequest) - Method in class org.kohsuke.stapler.ResponseImpl
- forwardToPreviousPage(StaplerRequest) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Redirects the browser to where it came from (the referer.)
- forwardToPreviousPage(StaplerRequest) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Redirects the browser to where it came from (the referer.)
- forwardToView(Class, String) - Static method in class org.kohsuke.stapler.HttpResponses
- forwardToView(Object, String) - Static method in class org.kohsuke.stapler.HttpResponses
- ForwardToView - Exception in org.kohsuke.stapler
-
HttpResponse
that forwards to aRequestDispatcher
, such as a view. - ForwardToView(Class, String) - Constructor for exception org.kohsuke.stapler.ForwardToView
- ForwardToView(Object, String) - Constructor for exception org.kohsuke.stapler.ForwardToView
- ForwardToView(RequestDispatcher) - Constructor for exception org.kohsuke.stapler.ForwardToView
- from(File) - Static method in class org.kohsuke.stapler.config.ConfigurationLoader
-
Loads the configuration from the specified property file.
- from(Map<String, String>) - Static method in class org.kohsuke.stapler.config.ConfigurationLoader
- from(Properties) - Static method in class org.kohsuke.stapler.config.ConfigurationLoader
-
Loads the configuration from the specified
Properties
object. - fromContextPath(String) - Static method in exception org.kohsuke.stapler.HttpRedirect
-
Deprecated.
- fromEnvironmentVariables() - Static method in class org.kohsuke.stapler.config.ConfigurationLoader
-
Creates
ConfigurationLoader
that uses environment variables as the source. - fromSystemProperties() - Static method in class org.kohsuke.stapler.config.ConfigurationLoader
-
Creates
ConfigurationLoader
that uses all the system properties as the source. - Function - Class in org.kohsuke.stapler
-
Abstracts the difference between normal instance methods and static duck-typed methods.
- Function() - Constructor for class org.kohsuke.stapler.Function
- Function.InstanceFunction - Class in org.kohsuke.stapler
-
Normal instance methods.
- FunctionList - Class in org.kohsuke.stapler
-
Immutable list of
Function
s. - FunctionList(Collection<Function>) - Constructor for class org.kohsuke.stapler.FunctionList
- FunctionList(Function...) - Constructor for class org.kohsuke.stapler.FunctionList
- FunctionList.Filter - Interface in org.kohsuke.stapler
G
- 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) - Method in exception org.kohsuke.stapler.json.JsonHttpResponse
- 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() - Method in class org.kohsuke.stapler.AttributeKey
- get(int) - Method in class org.kohsuke.stapler.FunctionList
- get(int) - Method in class org.kohsuke.stapler.SingleLinkedList
- get(int) - Method in class org.kohsuke.stapler.TokenList
- get(Class<T>) - Method in class org.kohsuke.stapler.export.ModelBuilder
- get(Class<T>, Class<?>, String) - Method in class org.kohsuke.stapler.export.ModelBuilder
- get(ClassLoader) - Static method in class org.kohsuke.stapler.MetaClassLoader
- get(IllegalAccessException) - Static method in class org.kohsuke.stapler.util.IllegalReflectiveAccessLogHandler
- get(Object) - Method in class org.kohsuke.stapler.lang.FieldRef
-
Obtains the value of the field of the instance.
- get(Object) - Method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- get(Method) - Static method in class org.kohsuke.stapler.MethodHandleFactory
- get(HttpServletRequest) - Method in class org.kohsuke.stapler.AttributeKey
- get(ServletContext) - Static method in class org.kohsuke.stapler.WebApp
-
Obtains the
WebApp
associated with the givenServletContext
. - get(StaplerRequest) - Static method in class org.kohsuke.stapler.EvaluationTrace
- GET - Annotation Type in org.kohsuke.stapler.verb
-
Restricts a
WebMethod
to a specific HTTP method 'GET'. - getAncestors() - Method in class org.kohsuke.stapler.lang.Klass
- 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.
- getAncestors(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Lists up all the ancestor classes, from specific to general, without any duplicate.
- getAnnotation(Class<A>) - Method in class org.kohsuke.stapler.ForwardingFunction
- getAnnotation(Class<A>) - Method in class org.kohsuke.stapler.Function
- getAnnotation(Class<T>) - Method in class org.kohsuke.stapler.lang.AnnotatedRef
- getAnnotation(Class<T>) - Method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- getAnnotation(Class<T>) - Method in class org.kohsuke.stapler.lang.util.MethodRefFilter
- getAnnotations() - Method in class org.kohsuke.stapler.ForwardingFunction
- getAnnotations() - 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 '/'.
- getApplication() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Returns the root application object created in
AbstractWebAppMain.createApplication()
- getApplicationName() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Returns the application name, like "Hudson" or "Torricelli".
- getArrayElement(Object, int) - Method in class org.kohsuke.stapler.lang.Klass
- getArrayElement(Object, int) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Given an instance for which the type reported
isArray()==true
, obtains the element of the specified index. - getBase() - Method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- getBase() - Method in class org.kohsuke.stapler.lang.util.MethodRefFilter
- 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
-
Gets the
BindInterceptor
set for this request. - getBoundObjectTable() - Method in class org.kohsuke.stapler.RequestImpl
- getBoundObjectTable() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Short cut for obtaining
BoundObjectTable
associated with this webapp. - getBufferSize() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- getCharacterEncoding() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- getCheckedExceptionTypes() - Method in class org.kohsuke.stapler.ForwardingFunction
- getCheckedExceptionTypes() - Method in class org.kohsuke.stapler.Function
-
Gets the type of checked exceptions.
- getClassAttribute() - Method in class org.kohsuke.stapler.export.ExportConfig
- getClassLoader() - Method in class org.kohsuke.stapler.Stapler
-
Deprecated.
- getClassLoader() - Method in class org.kohsuke.stapler.WebApp
- getClassLoader(ServletContext) - Static method in class org.kohsuke.stapler.Stapler
-
Deprecated.
- 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. - getCompressedOutputStream(HttpServletRequest) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
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
-
Works like
StaplerResponse.getCompressedOutputStream(HttpServletRequest)
but this method is forServletResponse.getWriter()
. - getCompressedWriter(HttpServletRequest) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Works like
StaplerResponse.getCompressedOutputStream(HttpServletRequest)
but this method is forServletResponse.getWriter()
. - getContentType() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- 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. - getDeclaredFields() - Method in class org.kohsuke.stapler.lang.Klass
-
Gets list of fields declared by the class.
- getDeclaredFields(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
List fields of this class.
- 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.
- getDeclaringClass() - Method in class org.kohsuke.stapler.ForwardingFunction
- getDeclaringClass() - Method in class org.kohsuke.stapler.Function
-
Returns the
Class
object representing the class or interface that declares the executable represented by this object. - 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"
- getDispatchersFilter() - Method in class org.kohsuke.stapler.WebApp
- getDispatchValidator() - Method in class org.kohsuke.stapler.WebApp
- getDisplayName() - Method in class org.kohsuke.stapler.ForwardingFunction
- 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
- getExportConfig() - Method in interface org.kohsuke.stapler.export.DataWriter
- getExportInterceptor() - Method in class org.kohsuke.stapler.export.ExportConfig
-
Controls serialization of
Exported
properties. - getExtensionSuffix() - Method in class org.kohsuke.stapler.Facet
-
For Facets that require a particular file extension to be put in any case.
- getFacet(Class<T>) - Method in class org.kohsuke.stapler.WebApp
-
If the facet of the given type exists, return it.
- getFields() - Method in class org.kohsuke.stapler.lang.Klass
-
Gets all the public fields defined in this type, including super types.
- 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.
- getFilteredDispatchTriggerListener() - Method in class org.kohsuke.stapler.WebApp
- getFilteredDoActionTriggerListener() - Method in class org.kohsuke.stapler.WebApp
- getFilteredFieldTriggerListener() - Method in class org.kohsuke.stapler.WebApp
- getFilteredGetterTriggerListener() - Method in class org.kohsuke.stapler.WebApp
- getFilterForDoActions() - Method in class org.kohsuke.stapler.WebApp
- getFilterForFields() - Method in class org.kohsuke.stapler.WebApp
- getFilterForGetMethods() - Method in class org.kohsuke.stapler.WebApp
- getFlavor() - Method in class org.kohsuke.stapler.export.ExportConfig
-
Gives
Flavor
- getForwardView() - Method in interface org.kohsuke.stapler.interceptor.RequirePOST.ErrorCustomizer
-
Return the
ForwardToView
showing a custom error page forRequirePOST
annotated methods. - getFullUrl() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the complete URL to this ancestor.
- getFunctions() - Method in class org.kohsuke.stapler.lang.Klass
-
Reports all the methods that can be used for routing requests on this class.
- getFunctions(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Reports all the methods that can be used for routing requests on this class.
- getGenericParameterTypes() - Method in class org.kohsuke.stapler.ForwardingFunction
- getGenericParameterTypes() - Method in class org.kohsuke.stapler.Function
- getGenericParameterTypes() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- getGenericType() - Method in class org.kohsuke.stapler.export.Property
- getHeader(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- getHeaderNames() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- getHeaders(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- getHomeDir() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Determines the home directory for the application.
- getInitializer() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Returns a
Future
ofAbstractWebAppMain.getApplication()
. - 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
-
The JsonConfig to be used when serializing java beans to JSON previously set by
StaplerResponse.setJsonConfig(JsonConfig)
. - getJsonConfig() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
The JsonConfig to be used when serializing java beans to JSON previously set by
StaplerResponse.setJsonConfig(JsonConfig)
. - getJsonInErrorMessageSanitizer() - Method in class org.kohsuke.stapler.WebApp
- getKlass() - Method in interface org.kohsuke.stapler.lang.KInstance
- getKlass(Object) - Method in class org.kohsuke.stapler.Facet
-
Maps an instance to a
Klass
. - getKlass(Object) - Method in class org.kohsuke.stapler.WebApp
- getLocale() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- getMapElement(Object, String) - Method in class org.kohsuke.stapler.lang.Klass
- getMapElement(Object, String) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Given an instance for which the type reported
isMap()==true
, obtains the element of the specified index. - 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(Object) - Method in class org.kohsuke.stapler.WebApp
-
Obtains a
MetaClass
that represents the type of the given object. - getMetaClass(Klass<?>) - Method in class org.kohsuke.stapler.WebApp
- getName() - Method in class org.kohsuke.stapler.ForwardingFunction
- getName() - Method in class org.kohsuke.stapler.Function
-
Gets the method name.
- getName() - Method in class org.kohsuke.stapler.JavaScriptMethodContext
-
Name of the web method.
- getName() - Method in class org.kohsuke.stapler.lang.FieldRef
-
Name of the method.
- getName() - Method in class org.kohsuke.stapler.lang.MethodRef
-
Retrieves the referenced method name.
- getName() - Method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- getName() - Method in class org.kohsuke.stapler.lang.util.MethodRefFilter
- getName() - Method in class org.kohsuke.stapler.TraversalMethodContext
-
Name of the web method.
- getName() - Method in class org.kohsuke.stapler.WebMethodContext
-
Name of the web method.
- 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
-
Of the tokens that constitute
Ancestor.getRestOfUrl()
, return the n-th token. - 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
-
Returns the same thing as
StaplerRequest.getRestOfPath()
but in the pre-decoded form, so all "%HH"s as present in the request URL is intact. - getOrNull(Class<T>, Class<?>, String) - Method in class org.kohsuke.stapler.export.ModelBuilder
-
Instead of throwing
NotExportableException
this method will return null This should be used on hot paths where throwing the exception and catching it would incur a performance hit - getOutputStream() - Method in class org.kohsuke.stapler.compression.CompressionServletResponse
- getOutputStream() - Method in class org.kohsuke.stapler.ResponseImpl
- getOutputStream() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- getOverrides() - Method in interface org.kohsuke.stapler.StaplerOverridable
-
Returns a list of overridables.
- getParameter(String) - Method in class org.kohsuke.stapler.RequestImpl
- getParameterAnnotations() - Method in class org.kohsuke.stapler.ForwardingFunction
- getParameterAnnotations() - Method in class org.kohsuke.stapler.Function
-
Gets the annotations on parameters.
- getParameterAnnotations() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- getParameterMap() - Method in class org.kohsuke.stapler.RequestImpl
- getParameterNames() - Method in class org.kohsuke.stapler.ForwardingFunction
- getParameterNames() - Method in class org.kohsuke.stapler.Function
-
Gets the list of parameter names.
- getParameterNames() - Method in class org.kohsuke.stapler.RequestImpl
- getParameterTypes() - Method in class org.kohsuke.stapler.ForwardingFunction
- getParameterTypes() - Method in class org.kohsuke.stapler.Function
-
Gets the type of parameters in a single array.
- getParameterTypes() - Method in class org.kohsuke.stapler.Function.InstanceFunction
- getParameterValues(String) - Method in class org.kohsuke.stapler.RequestImpl
- getPostConstructMethods() - Method in class org.kohsuke.stapler.MetaClass
-
Returns all the methods in the ancestry 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.
- 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.ForwardingFunction
- getQualifiedName() - Method in class org.kohsuke.stapler.Function
-
Gets "className.methodName"
- getQualifiedName() - Method in class org.kohsuke.stapler.lang.FieldRef
-
Gets a fully qualified name of this field that includes the declaring type.
- getQualifiedName() - Method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- 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.
- 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(C, String) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Loads the resources associated with this class.
- 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
- 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.ForwardingFunction
- getReturnType() - Method in class org.kohsuke.stapler.Function
-
Return type of the method.
- getReturnType() - Method in class org.kohsuke.stapler.lang.FieldRef
- 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. - getSignature() - Method in class org.kohsuke.stapler.ForwardingFunction
- getSignature() - Method in class org.kohsuke.stapler.Function
-
Gets the signature for this for use in lists
- getSignature() - Method in class org.kohsuke.stapler.lang.FieldRef
-
Gets the signature for this for use in lists
- getSomeStapler() - Method in class org.kohsuke.stapler.WebApp
-
Gets a reference to some
Stapler
servlet in this webapp. - 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.
- getStatus() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- 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.
- getSupportedSourceVersion() - Method in class org.kohsuke.stapler.jsr269.ConstructorProcessor
- getSupportedSourceVersion() - Method in class org.kohsuke.stapler.jsr269.ExportedBeanAnnotationProcessor
- getSupportedSourceVersion() - Method in class org.kohsuke.stapler.jsr269.QueryParameterAnnotationProcessor
- 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
-
Deprecated.Unused? Use
TearOffSupport.loadTearOff(java.lang.Class<T>)
. - 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
-
Gets the type that didn't have
ExportedBean
- getType() - Method in class org.kohsuke.stapler.export.Property
- getTypeArgument(Type, int) - Static method in class org.kohsuke.stapler.export.TypeUtil
- 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() - Method in class org.kohsuke.stapler.RawHtmlArgument
- getValue(Object) - Method in class org.kohsuke.stapler.export.Property
-
Gets the value of this property from the bean.
- getValue(Property, Object, ExportConfig) - Method in class org.kohsuke.stapler.export.ExportInterceptor
-
Subclasses must call
Property.getValue(Object)
to retrieve the property. - getView(Class, String) - Method in class org.kohsuke.stapler.RequestImpl
- getView(Class, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Convenience method to call
StaplerRequest.getView(Klass, String)
withClass
. - getView(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(Klass<?>, Object, String) - Method in class org.kohsuke.stapler.RequestImpl
- getView(Klass<?>, String) - Method in class org.kohsuke.stapler.RequestImpl
- 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
- getWrapped() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Returns the wrapped instance
- getWriter() - Method in class org.kohsuke.stapler.compression.CompressionServletResponse
- getWriter() - Method in class org.kohsuke.stapler.ResponseImpl
- getWriter() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- getXmlTypeName(Class<?>) - Method in class org.kohsuke.stapler.export.SchemaGenerator
- grow(T) - Method in class org.kohsuke.stapler.SingleLinkedList
-
Creates a new list by adding a new element as the head.
H
- handleError(int, Throwable) - Method in interface org.kohsuke.stapler.HttpResponses.ErrorCustomizer
- handleHttpResponse(StaplerRequest, StaplerResponse, Object, Object) - Method in class org.kohsuke.stapler.HttpResponseRenderer.Default
- handleIndexRequest(AbstractTearOff<?, ? extends S, ?>, ScriptExecutor<? super S>, RequestImpl, ResponseImpl, Object) - Method in class org.kohsuke.stapler.Facet
-
Handles an index request by dispatching a script.
- handleIndexRequest(RequestImpl, ResponseImpl, Object, MetaClass) - Method in class org.kohsuke.stapler.Facet
-
Attempts to route the HTTP request to the 'index' page of the 'it' object.
- handleIndexRequest(RequestImpl, ResponseImpl, Object, MetaClass) - Method in class org.kohsuke.stapler.StaticViewFacet
- handleJavaScriptProxyMethodCall(StaplerRequest, StaplerResponse, Object) - Method in class org.kohsuke.stapler.HttpResponseRenderer.Default
- handleJSON(StaplerResponse, Object) - Method in class org.kohsuke.stapler.HttpResponseRenderer.Default
- handlePrimitive(StaplerResponse, Object) - Method in class org.kohsuke.stapler.HttpResponseRenderer.Default
- Handler() - Constructor for class org.kohsuke.stapler.json.JsonBody.Handler
- Handler() - Constructor for class org.kohsuke.stapler.json.JsonResponse.Handler
- Handler() - Constructor for class org.kohsuke.stapler.json.SubmittedForm.Handler
- HandlerImpl() - Constructor for class org.kohsuke.stapler.AncestorInPath.HandlerImpl
- HandlerImpl() - Constructor for class org.kohsuke.stapler.Header.HandlerImpl
- HandlerImpl() - Constructor for class org.kohsuke.stapler.QueryParameter.HandlerImpl
- has(ServletRequest) - Static method in class org.kohsuke.stapler.compression.CompressionFilter
-
Is this request already wrapped into
CompressionFilter
? - hasAllowedExtension(String) - Method in class org.kohsuke.stapler.AbstractTearOff
-
Checks if the file name is allowed as a script of this type.
- hasAnnotation(Class<? extends Annotation>) - Method in class org.kohsuke.stapler.lang.AnnotatedRef
- hasAnnotation(Class<? extends Annotation>) - Method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- hasAnnotation(Class<? extends Annotation>) - Method in class org.kohsuke.stapler.lang.util.MethodRefFilter
- hashCode() - Method in class org.kohsuke.stapler.lang.Klass
- hasMore() - Method in class org.kohsuke.stapler.TokenList
- hasParameter(String) - Method in class org.kohsuke.stapler.RequestImpl
- hasParameter(String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Short for
getParameter(name)!=null
- head - Variable in class org.kohsuke.stapler.SingleLinkedList
- Header - Annotation Type in org.kohsuke.stapler
-
Indicates that this parameter is bound from HTTP header.
- Header.HandlerImpl - Class in org.kohsuke.stapler
- home - Variable in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Once the home directory is determined, this value is set to that directory.
- home - Variable in class org.kohsuke.stapler.framework.errors.NoHomeDirError
- html(String) - Static method in class org.kohsuke.stapler.HttpResponses
-
Deprecated.Adds a platform-specific newline; prefer
HttpResponses.literalHtml(java.lang.String)
. - htmlSafeArgument(Object) - Static method in class org.kohsuke.stapler.Stapler
-
For XSS prevention, escape unsafe characters in String by default, unless it's specifically wrapped in
RawHtmlArgument
. - htmlSafeArguments(Object[]) - Static method in class org.kohsuke.stapler.Stapler
- HttpDeletable - Interface in org.kohsuke.stapler
-
Marks the object that can handle HTTP DELETE.
- HttpRedirect - Exception in org.kohsuke.stapler
-
HttpResponse
that dose HTTP 302 redirect. - HttpRedirect(int, String) - Constructor for exception org.kohsuke.stapler.HttpRedirect
- HttpRedirect(String) - Constructor for exception org.kohsuke.stapler.HttpRedirect
- HttpResponse - Interface in org.kohsuke.stapler
-
Object that represents the HTTP response, which is defined as a capability to produce the response.
- HttpResponseException() - Constructor for exception org.kohsuke.stapler.HttpResponses.HttpResponseException
- HttpResponseException(String) - Constructor for exception org.kohsuke.stapler.HttpResponses.HttpResponseException
- HttpResponseException(String, Throwable) - Constructor for exception org.kohsuke.stapler.HttpResponses.HttpResponseException
- HttpResponseException(Throwable) - Constructor for exception org.kohsuke.stapler.HttpResponses.HttpResponseException
- HttpResponseRenderer - Class in org.kohsuke.stapler
-
Pluggable interface that takes the return value from request handling methods and convert that to HTTP responses.
- HttpResponseRenderer() - Constructor for class org.kohsuke.stapler.HttpResponseRenderer
- HttpResponseRenderer.Default - Class in org.kohsuke.stapler
-
Default
HttpResponseRenderer
. - HttpResponses - Class in org.kohsuke.stapler
-
Factory for
HttpResponse
. - HttpResponses() - Constructor for class org.kohsuke.stapler.HttpResponses
- HttpResponses.ErrorCustomizer - Interface in org.kohsuke.stapler
- HttpResponses.HttpResponseException - Exception in org.kohsuke.stapler
- HttpVerbInterceptor - Class in org.kohsuke.stapler.verb
-
Restricts the routing to matching HTTP verbs.
- HttpVerbInterceptor() - Constructor for class org.kohsuke.stapler.verb.HttpVerbInterceptor
I
- idx - Variable in class org.kohsuke.stapler.TokenList
-
Index of the next token.
- IF_NEEDED - Static variable in class org.kohsuke.stapler.export.ClassAttributeBehaviour
- ignoreDefaultExcludes() - Method in annotation type org.kohsuke.stapler.interceptor.JsonOutputFilter
-
If
JsonConfig.DEFAULT_EXCLUDES
should be ignored. - ignoreTransient() - Method in annotation type org.kohsuke.stapler.interceptor.JsonOutputFilter
-
If transient fields should be ignored.
- IllegalReflectiveAccessLogHandler - Class in org.kohsuke.stapler.util
- IllegalReflectiveAccessLogHandler() - Constructor for class org.kohsuke.stapler.util.IllegalReflectiveAccessLogHandler
- includes() - Method in annotation type org.kohsuke.stapler.interceptor.JsonOutputFilter
-
White-list of properties to include in the output.
- init(FilterConfig) - Method in class org.kohsuke.stapler.compression.CompressionFilter
- init(FilterConfig) - Method in class org.kohsuke.stapler.DiagnosticThreadNameFilter
- 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
- inline() - Method in annotation type org.kohsuke.stapler.export.Exported
-
Visibility adjustment for traversing this property.
- InstanceFunction(Method) - Constructor for class org.kohsuke.stapler.Function.InstanceFunction
- 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.
- invoke(Object, Object...) - Method in class org.kohsuke.stapler.lang.MethodRef
- invoke(Object, Object...) - Method in class org.kohsuke.stapler.lang.util.MethodRefFilter
- invoke(HttpServletRequest, HttpServletResponse, Object, String) - Method in class org.kohsuke.stapler.Stapler
-
Performs stapler processing on the given root object and request URL.
- invoke(StaplerRequest, StaplerResponse, Object, Object...) - Method in class org.kohsuke.stapler.ForwardingFunction
- 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(StaplerRequest, StaplerResponse, Object, Object[]) - Method in class org.kohsuke.stapler.json.JsonResponse.Handler
- invoke(StaplerRequest, StaplerResponse, Object, Object[]) - Method in class org.kohsuke.stapler.LimitedTo.Processor
- invoke(StaplerRequest, StaplerResponse, Object, Object[]) - Method in class org.kohsuke.stapler.verb.HttpVerbInterceptor
- 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.
- isArray() - Method in class org.kohsuke.stapler.lang.Klass
- isArray(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
If the given type is an array that supports index retrieval.
- isBasename(String) - Method in class org.kohsuke.stapler.Facet
-
Ensure the path that is passed is only the name of the file and not a path
- isCommitted() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- isComplete() - Method in class org.kohsuke.stapler.framework.io.LargeText
- isDispatchAllowed(StaplerRequest, StaplerResponse) - Method in interface org.kohsuke.stapler.DispatchValidator
-
Checks if the given request and response should be allowed to dispatch.
- isDispatchAllowed(StaplerRequest, StaplerResponse, String, Object) - Method in interface org.kohsuke.stapler.DispatchValidator
-
Checks if the given request and response should be allowed to dispatch a view on an optionally present node object.
- isEmpty() - Method in class org.kohsuke.stapler.SingleLinkedList
- 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.
- isMap() - Method in class org.kohsuke.stapler.lang.Klass
- isMap(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
If the given type is a map/associative array type that supports lookup by a string key
- isPrettyPrint() - Method in class org.kohsuke.stapler.export.ExportConfig
-
If true, output will be indented to make it easier for humans to understand.
- isReady() - Method in class org.kohsuke.stapler.compression.FilterServletOutputStream
- isRoutable() - Method in class org.kohsuke.stapler.lang.FieldRef
-
Returns true if this method is a 'public' method that should be used for routing requests.
- isRoutable() - Method in class org.kohsuke.stapler.lang.MethodRef
-
Returns true if this method is a 'public' method that should be used for routing requests.
- isRoutable() - Method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- isRoutable() - Method in class org.kohsuke.stapler.lang.util.MethodRefFilter
- isSkipIfFail() - Method in class org.kohsuke.stapler.export.ExportConfig
-
Turn on or off pretty printing of serialized data.
- 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.
- isStatic() - Method in class org.kohsuke.stapler.ForwardingFunction
- isStatic() - Method in class org.kohsuke.stapler.Function
-
Returns true if and only if the function is static.
- isStatic() - Method in class org.kohsuke.stapler.lang.FieldRef
-
Whether the field is static.
- isStatic() - Method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- issueCrumb() - Method in class org.kohsuke.stapler.CrumbIssuer
- issueCrumb(StaplerRequest) - Method in class org.kohsuke.stapler.CrumbIssuer
-
Issues a crumb for the given request.
- isTraceEnabled(StaplerRequest) - Static method in class org.kohsuke.stapler.Dispatcher
-
Checks if tracing is enabled for the given request.
- iterator() - Method in class org.kohsuke.stapler.SingleLinkedList
J
- java(Class) - Static method in class org.kohsuke.stapler.lang.Klass
- JAVA - Static variable in class org.kohsuke.stapler.lang.KlassNavigator
- JavaScriptMethod - Annotation Type in org.kohsuke.stapler.bind
-
Indicates that the method is exposed to client-side JavaScript proxies and is callable as a method from them.
- JavaScriptMethodContext - Class in org.kohsuke.stapler
-
Function.contextualize(Object)
parameter that indicates the function is called to serve JavaScript method invocation from a proxy. - JSON - org.kohsuke.stapler.export.Flavor
- JsonBody - Annotation Type in org.kohsuke.stapler.json
-
Binds the body payload into POJO via json-lib.
- JsonBody.Handler - Class in org.kohsuke.stapler.json
- JsonHttpResponse - Exception in org.kohsuke.stapler.json
-
JSONObject
as a response. - JsonHttpResponse(Throwable, int) - Constructor for exception org.kohsuke.stapler.json.JsonHttpResponse
- JsonHttpResponse(JSONObject) - Constructor for exception org.kohsuke.stapler.json.JsonHttpResponse
- JsonHttpResponse(JSONObject, int) - Constructor for exception org.kohsuke.stapler.json.JsonHttpResponse
- JsonInErrorMessageSanitizer - Interface in org.kohsuke.stapler
-
Customize / sanitize the JSON before putting it in the stack trace / error messages.
- JsonOutputFilter - Annotation Type in org.kohsuke.stapler.interceptor
-
Annotation for filtering the JSON data returned from a
JavaScriptMethod
annotated method. - JsonOutputFilter.FilterPropertyFilter - Class in org.kohsuke.stapler.interceptor
-
Json Property filter for handling the include and exclude.
- JsonOutputFilter.Processor - Class in org.kohsuke.stapler.interceptor
- JSONP - org.kohsuke.stapler.export.Flavor
- JsonResponse - Annotation Type in org.kohsuke.stapler.json
-
Used for web methods that return POJO that should be sent across as JSON.
- JsonResponse.Handler - Class in org.kohsuke.stapler.json
- JUST_WARN - Static variable in interface org.kohsuke.stapler.event.FilteredDispatchTriggerListener
- JUST_WARN - Static variable in interface org.kohsuke.stapler.event.FilteredDoActionTriggerListener
- JUST_WARN - Static variable in interface org.kohsuke.stapler.event.FilteredFieldTriggerListener
- JUST_WARN - Static variable in interface org.kohsuke.stapler.event.FilteredGetterTriggerListener
K
- keep(Function) - Method in interface org.kohsuke.stapler.FunctionList.Filter
- keep(FieldRef) - Method in interface org.kohsuke.stapler.lang.FieldRef.Filter
- KInstance<C> - Interface in org.kohsuke.stapler.lang
-
Objects can implement this interface to designate its own
Klass
. - klass - Variable in class org.kohsuke.stapler.MetaClass
- Klass<C> - Class in org.kohsuke.stapler.lang
-
Abstraction of class-like object, agnostic to languages.
- Klass(C, KlassNavigator<C>) - Constructor for class org.kohsuke.stapler.lang.Klass
- KlassNavigator<C> - Class in org.kohsuke.stapler.lang
-
Strategy pattern to provide navigation across class-like objects in other languages of JVM.
- KlassNavigator() - Constructor for class org.kohsuke.stapler.lang.KlassNavigator
L
- LargeText - Class in org.kohsuke.stapler.framework.io
-
Represents a large text data.
- LargeText(File, boolean) - Constructor for class org.kohsuke.stapler.framework.io.LargeText
- LargeText(File, boolean, boolean) - Constructor for class org.kohsuke.stapler.framework.io.LargeText
- LargeText(File, Charset, boolean) - Constructor for class org.kohsuke.stapler.framework.io.LargeText
- LargeText(File, Charset, boolean, boolean) - Constructor for class org.kohsuke.stapler.framework.io.LargeText
- LargeText(ByteBuffer, boolean) - Constructor for class org.kohsuke.stapler.framework.io.LargeText
- LargeText(ByteBuffer, Charset, boolean) - Constructor for class org.kohsuke.stapler.framework.io.LargeText
- LEGACY_GETTER_MODE - Static variable in class org.kohsuke.stapler.MetaClass
-
In case the breaking changes are not desired.
- LEGACY_WEB_METHOD_MODE - Static variable in class org.kohsuke.stapler.MetaClass
-
In case the breaking changes are not desired.
- length() - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
- length() - Method in class org.kohsuke.stapler.framework.io.LargeText
- length() - Method in class org.kohsuke.stapler.TokenList
- LimitedTo - Annotation Type in org.kohsuke.stapler
-
Declares that methods are only available for requests that have the specified role(s).
- LimitedTo.Processor - Class in org.kohsuke.stapler
- LineEndNormalizingWriter - Class in org.kohsuke.stapler.framework.io
-
Finds the lone LF and converts that to CR+LF.
- LineEndNormalizingWriter(Writer) - Constructor for class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
- literalHtml(String) - Static method in class org.kohsuke.stapler.HttpResponses
-
Serves an HTML response.
- loadConstructorParamNames() - Method in class org.kohsuke.stapler.ClassDescriptor
-
Determines the constructor parameter names.
- loader - Variable in class org.kohsuke.stapler.MetaClassLoader
- loadParameterNames(Constructor<?>) - Static method in class org.kohsuke.stapler.ClassDescriptor
-
Loads the list of parameter names of the given method, by using a stapler-specific way of getting it.
- loadParameterNames(Method) - Static method in class org.kohsuke.stapler.ClassDescriptor
-
Loads the list of parameter names of the given method, by using a stapler-specific way of getting it.
- loadScript(String) - Method in class org.kohsuke.stapler.AbstractTearOff
- loadScript(String) - Method in class org.kohsuke.stapler.CachingScriptLoader
-
Cache-less version of the
CachingScriptLoader.findScript(String)
that provides the actual logic. - loadTearOff(Class<T>) - Method in class org.kohsuke.stapler.TearOffSupport
- LocaleDrivenResourceProvider - Class in org.kohsuke.stapler
-
Service provider interface allowing to hook into webapp resource lookup.
- LocaleDrivenResourceProvider() - Constructor for class org.kohsuke.stapler.LocaleDrivenResourceProvider
- LOGGER - Static variable in class org.kohsuke.stapler.export.ExportInterceptor
- LOGGER - Static variable in class org.kohsuke.stapler.Facet
- LONG - Static variable in class org.kohsuke.stapler.export.XSD.Types
- lookup(String) - Method in class org.kohsuke.stapler.LocaleDrivenResourceProvider
-
Returns the URL corresponding to the specified resource path.
- lookupConverter(Class) - Static method in class org.kohsuke.stapler.Stapler
M
- markAsComplete() - Method in class org.kohsuke.stapler.framework.io.LargeText
- match(String) - Method in class org.kohsuke.stapler.AcceptHeader
-
Given a MIME type, find the entry from this Accept header that fits the best.
- max - Variable in class org.kohsuke.stapler.export.Range
- maxOccurs(String) - Method in interface org.kohsuke.stapler.export.XSD.Element
- merge - Variable in class org.kohsuke.stapler.export.Property
- merge() - Method in annotation type org.kohsuke.stapler.export.Exported
-
Include an object referenced by this property as if all its properties are merged into properties of the current object.
- MetaClass - Class in org.kohsuke.stapler
-
Created one instance each for a
Klass
, that retains some useful cache about a class and its views. - MetaClassLoader - Class in org.kohsuke.stapler
-
The stapler version of the
ClassLoader
object, that retains some useful cache about a class loader. - MetaClassLoader(ClassLoader) - Constructor for class org.kohsuke.stapler.MetaClassLoader
- MethodHandleFactory - Class in org.kohsuke.stapler
-
Implementation detail in Stapler.
- MethodRef - Class in org.kohsuke.stapler.lang
- MethodRef() - Constructor for class org.kohsuke.stapler.lang.MethodRef
- MethodRefFilter - Class in org.kohsuke.stapler.lang.util
-
MethodRef
filter as a convenience class. - MethodRefFilter() - Constructor for class org.kohsuke.stapler.lang.util.MethodRefFilter
- methods - Variable in class org.kohsuke.stapler.ClassDescriptor
- mimeTypes - Variable in class org.kohsuke.stapler.WebApp
-
MIME type mapping from extensions (like "txt" or "jpg") to MIME types ("foo/bar").
- min - Variable in class org.kohsuke.stapler.export.Range
- minOccurs(int) - Method in interface org.kohsuke.stapler.export.XSD.Element
- Model<T> - Class in org.kohsuke.stapler.export
-
Writes all the property of one
ExportedBean
toDataWriter
. - ModelBuilder - Class in org.kohsuke.stapler.export
-
Creates and maintains
Model
s, that are used to write out the value representation ofexposed beans
. - ModelBuilder() - Constructor for class org.kohsuke.stapler.export.ModelBuilder
N
- name - Variable in class org.kohsuke.stapler.AttributeKey
- name - Variable in class org.kohsuke.stapler.export.Property
-
Name of the property.
- name() - Method in annotation type org.kohsuke.stapler.bind.JavaScriptMethod
-
JavaScript method name assigned to this method.
- name() - Method in annotation type org.kohsuke.stapler.config.Configuration
-
Name of the property.
- name() - Method in annotation type org.kohsuke.stapler.export.Exported
-
Name of the exposed property.
- name() - Method in annotation type org.kohsuke.stapler.WebMethod
-
URL names assigned to this method.
- name(String) - Method in interface org.kohsuke.stapler.export.DataWriter
- name(String) - Method in interface org.kohsuke.stapler.export.XSD.Attribute
- name(String) - Method in interface org.kohsuke.stapler.export.XSD.ComplexType
- name(String) - Method in interface org.kohsuke.stapler.export.XSD.Element
- name(String) - Method in interface org.kohsuke.stapler.export.XSD.SimpleType
- name(String) - Method in class org.kohsuke.stapler.FunctionList
-
Returns
Function
s that have the given name. - NamedPathPruner - Class in org.kohsuke.stapler.export
-
Tree pruner which operates according to a textual description of what tree leaves should be included.
- NamedPathPruner(String) - Constructor for class org.kohsuke.stapler.export.NamedPathPruner
-
Constructs a pruner by parsing a textual specification.
- navigator - Variable in class org.kohsuke.stapler.lang.Klass
- newInputStream() - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
-
Creates an
InputStream
that reads from the underlying buffer. - next - Variable in class org.kohsuke.stapler.ForwardingFunction
- next() - Method in class org.kohsuke.stapler.TokenList
- nextAsInt() - Method in class org.kohsuke.stapler.TokenList
- nextAsLong() - Method in class org.kohsuke.stapler.TokenList
- NO_CACHE - Static variable in class org.kohsuke.stapler.MetaClass
-
Don't cache anything in memory, so that any change will take effect instantly.
- NoHomeDirError - Class in org.kohsuke.stapler.framework.errors
-
Model object used to display the error top page if we couldn't create the home directory.
- NoHomeDirError(File) - Constructor for class org.kohsuke.stapler.framework.errors.NoHomeDirError
- NONE - Static variable in class org.kohsuke.stapler.export.ClassAttributeBehaviour
- NOOP - Static variable in class org.kohsuke.stapler.BindInterceptor
-
Default
BindInterceptor
that does nothing. - NOOP - Static variable in interface org.kohsuke.stapler.JsonInErrorMessageSanitizer
-
Used by default when no other sanitizer are configured.
- NoStaplerConstructorException - Exception in org.kohsuke.stapler
- NoStaplerConstructorException(String) - Constructor for exception org.kohsuke.stapler.NoStaplerConstructorException
- NoStaplerConstructorException(String, Throwable) - Constructor for exception org.kohsuke.stapler.NoStaplerConstructorException
- NoStaplerConstructorException(Throwable) - Constructor for exception org.kohsuke.stapler.NoStaplerConstructorException
- NotExportableException - Exception in org.kohsuke.stapler.export
-
Signals an error that the class didn't have
ExportedBean
. - NotExportableException(Class) - Constructor for exception org.kohsuke.stapler.export.NotExportableException
- NotExportableException(Class, Class<?>, String) - Constructor for exception org.kohsuke.stapler.export.NotExportableException
- NotExportableException(String, Class) - Constructor for exception org.kohsuke.stapler.export.NotExportableException
- NotExportableException(String, Throwable, Class) - Constructor for exception org.kohsuke.stapler.export.NotExportableException
- NotExportableException(Throwable, Class) - Constructor for exception org.kohsuke.stapler.export.NotExportableException
- notFound() - Static method in class org.kohsuke.stapler.HttpResponses
O
- ok() - Static method in class org.kohsuke.stapler.HttpResponses
- onConvert(Type, Class, Object) - Method in class org.kohsuke.stapler.BindInterceptor
-
Called for each object conversion, after the expected type is determined.
- onDispatchTrigger(StaplerRequest, StaplerResponse, Object, String) - Method in interface org.kohsuke.stapler.event.FilteredDispatchTriggerListener
- onDoActionTrigger(Function, StaplerRequest, StaplerResponse, Object) - Method in interface org.kohsuke.stapler.event.FilteredDoActionTriggerListener
- onFieldTrigger(FieldRef, StaplerRequest, StaplerResponse, Object, String) - Method in interface org.kohsuke.stapler.event.FilteredFieldTriggerListener
- onGetterTrigger(Function, StaplerRequest, StaplerResponse, Object, String) - Method in interface org.kohsuke.stapler.event.FilteredGetterTriggerListener
- optional() - Method in exception org.kohsuke.stapler.ForwardToView
-
Make this forwarding optional.
- org.kohsuke.stapler - package org.kohsuke.stapler
-
Stapler
URL
→Object
mapping framework. - org.kohsuke.stapler.bind - package org.kohsuke.stapler.bind
-
Subsystem for exposing arbitrary objects on per-session basis to the URL space.
- org.kohsuke.stapler.compression - package org.kohsuke.stapler.compression
- org.kohsuke.stapler.config - package org.kohsuke.stapler.config
- org.kohsuke.stapler.event - package org.kohsuke.stapler.event
- org.kohsuke.stapler.export - package org.kohsuke.stapler.export
-
Mechanism for writing out a graph of model objects in a machine readable format.
- org.kohsuke.stapler.framework - package org.kohsuke.stapler.framework
- org.kohsuke.stapler.framework.errors - package org.kohsuke.stapler.framework.errors
- org.kohsuke.stapler.framework.io - package org.kohsuke.stapler.framework.io
- org.kohsuke.stapler.interceptor - package org.kohsuke.stapler.interceptor
- org.kohsuke.stapler.json - package org.kohsuke.stapler.json
- org.kohsuke.stapler.jsr269 - package org.kohsuke.stapler.jsr269
- org.kohsuke.stapler.lang - package org.kohsuke.stapler.lang
- org.kohsuke.stapler.lang.util - package org.kohsuke.stapler.lang.util
- org.kohsuke.stapler.util - package org.kohsuke.stapler.util
- org.kohsuke.stapler.verb - package org.kohsuke.stapler.verb
- owner - Variable in class org.kohsuke.stapler.AbstractTearOff
P
- parent - Variable in class org.kohsuke.stapler.export.Property
-
Model to which this property belongs to.
- parent - Variable in class org.kohsuke.stapler.MetaClassLoader
- parse(StaplerRequest, Annotation, Class, String) - Method in class org.kohsuke.stapler.json.JsonBody.Handler
- parse(StaplerRequest, Annotation, Class, String) - Method in class org.kohsuke.stapler.json.SubmittedForm.Handler
- parse(StaplerRequest, AncestorInPath, Class, String) - Method in class org.kohsuke.stapler.AncestorInPath.HandlerImpl
- parse(StaplerRequest, Header, Class, String) - Method in class org.kohsuke.stapler.Header.HandlerImpl
- parse(StaplerRequest, QueryParameter, Class, String) - Method in class org.kohsuke.stapler.QueryParameter.HandlerImpl
- parse(StaplerRequest, T, Class, String) - Method in class org.kohsuke.stapler.AnnotationHandler
- parseScript(URL) - Method in class org.kohsuke.stapler.AbstractTearOff
-
Compiles a script into the compiled form.
- peek() - Method in class org.kohsuke.stapler.TokenList
- plainText(String) - Static method in class org.kohsuke.stapler.HttpResponses
-
Deprecated.Adds a platform-specific newline; prefer
HttpResponses.text(java.lang.String)
. - POST - Annotation Type in org.kohsuke.stapler.verb
-
Restricts a
WebMethod
to a specific HTTP method 'POST'. - prefix(String) - Method in class org.kohsuke.stapler.FunctionList
-
Returns
Function
s that start with the given prefix. - PREFIX - Static variable in class org.kohsuke.stapler.bind.BoundObjectTable
- PREINVOKE - org.kohsuke.stapler.interceptor.Stage
-
Right before the dispatch of the method, after all the
InjectedParameter
s are processed. - prettyPrint - Variable in class org.kohsuke.stapler.export.ExportConfig
-
Deprecated.Use getter and setter
- prev() - Method in class org.kohsuke.stapler.TokenList
- print(Class) - Method in class org.kohsuke.stapler.export.ClassAttributeBehaviour
- printHtml(PrintWriter) - Method in class org.kohsuke.stapler.EvaluationTrace
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.kohsuke.stapler.jsr269.ConstructorProcessor
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.kohsuke.stapler.jsr269.ExportedBeanAnnotationProcessor
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.kohsuke.stapler.jsr269.QueryParameterAnnotationProcessor
- Processor() - Constructor for class org.kohsuke.stapler.interceptor.JsonOutputFilter.Processor
- Processor() - Constructor for class org.kohsuke.stapler.interceptor.RequirePOST.Processor
- Processor() - Constructor for class org.kohsuke.stapler.interceptor.RespondSuccess.Processor
- Processor() - Constructor for class org.kohsuke.stapler.LimitedTo.Processor
- Property - Class in org.kohsuke.stapler.export
- PUT - Annotation Type in org.kohsuke.stapler.verb
-
Restricts a
WebMethod
to a specific HTTP method 'PUT'. - PYTHON - org.kohsuke.stapler.export.Flavor
Q
- QueryParameter - Annotation Type in org.kohsuke.stapler
-
Indicates that this parameter is injected from HTTP query parameter.
- QueryParameter.HandlerImpl - Class in org.kohsuke.stapler
- QueryParameterAnnotationProcessor - Class in org.kohsuke.stapler.jsr269
- QueryParameterAnnotationProcessor() - Constructor for class org.kohsuke.stapler.jsr269.QueryParameterAnnotationProcessor
R
- Range - Class in org.kohsuke.stapler.export
-
Specifies the range in a collection.
- Range(int, int) - Constructor for class org.kohsuke.stapler.export.Range
- RawHtmlArgument - Class in org.kohsuke.stapler
-
Argument to expressions that indicates this value is raw HTML and therefore should not be further escaped.
- RawHtmlArgument(Object) - Constructor for class org.kohsuke.stapler.RawHtmlArgument
- rawTokens - Variable in class org.kohsuke.stapler.TokenList
-
Like
TokenList.tokens
but before decoding. - readAll() - Method in class org.kohsuke.stapler.framework.io.LargeText
-
Returns
Reader
for reading the raw bytes. - record(StaplerRequest, String) - Method in class org.kohsuke.stapler.EvaluationTrace.ApplicationTracer
- redirectTo(int, String) - Static method in class org.kohsuke.stapler.HttpResponses
- redirectTo(String) - Static method in class org.kohsuke.stapler.HttpResponses
- redirectToContextRoot() - Static method in class org.kohsuke.stapler.HttpResponses
-
Redirect to the context root
- redirectToDot() - Static method in class org.kohsuke.stapler.HttpResponses
-
Redirect to "."
- redirectViaContextPath(int, String) - Static method in class org.kohsuke.stapler.HttpResponses
- redirectViaContextPath(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() - Method in class org.kohsuke.stapler.AttributeKey
- remove(HttpServletRequest) - 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
-
StaplerRequest
implementation. - RequestImpl(Stapler, HttpServletRequest, List<AncestorImpl>, TokenList) - Constructor for class org.kohsuke.stapler.RequestImpl
- requestScoped() - Static method in class org.kohsuke.stapler.AttributeKey
-
Creates a new request-scoped
AttributeKey
. - required() - Method in annotation type org.kohsuke.stapler.Header
-
If true, request without this header will be rejected.
- required() - Method in annotation type org.kohsuke.stapler.QueryParameter
-
If true, request without this header will be rejected.
- requireDispatchAllowed(StaplerRequest, StaplerResponse) - Method in interface org.kohsuke.stapler.DispatchValidator
-
Throws a
CancelRequestHandlingException
if the given request is not allowed. - RequirePOST - Annotation Type in org.kohsuke.stapler.interceptor
-
Requires the request to be a POST.
- RequirePOST.ErrorCustomizer - Interface in org.kohsuke.stapler.interceptor
-
Allows customizing the error page shown when an annotated method is called with the wrong HTTP method.
- RequirePOST.Processor - Class in org.kohsuke.stapler.interceptor
- reset() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- resetBuffer() - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- 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.
- 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
-
StaplerResponse
implementation. - 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.
- reverseProxyTo(URL, StaplerRequest) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Performs the reverse proxy to the given URL.
- rootType - Variable in class org.kohsuke.stapler.framework.AbstractWebAppMain
- RUBY - org.kohsuke.stapler.export.Flavor
S
- sanitize(JSONObject) - Method in interface org.kohsuke.stapler.JsonInErrorMessageSanitizer
-
Removes/redacts all the confidential information to let the result to be printed in the log / stack trace / error message.
- 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
- ScriptExecutor<S> - Interface in org.kohsuke.stapler
-
Execution strategy for handling views written in other scripting languages.
- ScriptLoadException - Exception in org.kohsuke.stapler
-
Deprecated.No longer used.
- ScriptLoadException(String, Throwable) - Constructor for exception org.kohsuke.stapler.ScriptLoadException
-
Deprecated.
- ScriptLoadException(Throwable) - Constructor for exception org.kohsuke.stapler.ScriptLoadException
-
Deprecated.
- select(Iterable<String>) - Method in class org.kohsuke.stapler.AcceptHeader
-
Takes a list of supported mime-types and finds the best match for all the media-ranges listed in header.
- select(String...) - Method in class org.kohsuke.stapler.AcceptHeader
- SELECTION - org.kohsuke.stapler.interceptor.Stage
-
During the method selection, before all the
InjectedParameter
s are processed. - sendError(int) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- sendError(int, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- sendRedirect(int, String) - Method in class org.kohsuke.stapler.ResponseImpl
- sendRedirect(int, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Works like
StaplerResponse.sendRedirect2(String)
but allows the caller to specify the HTTP status code. - sendRedirect(int, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Works like
StaplerResponse.sendRedirect2(String)
but allows the caller to specify the HTTP status code. - sendRedirect(String) - Method in class org.kohsuke.stapler.ResponseImpl
- sendRedirect(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- 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. - sendRedirect2(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
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, ExportConfig) - Method in class org.kohsuke.stapler.ResponseImpl
- serveExposedBean(StaplerRequest, Object, ExportConfig) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Serves the exposed bean in the specified flavor.
- serveExposedBean(StaplerRequest, Object, ExportConfig) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Serves the exposed bean in the specified flavor.
- serveExposedBean(StaplerRequest, Object, Flavor) - Method in class org.kohsuke.stapler.ResponseImpl
- serveExposedBean(StaplerRequest, Object, Flavor) - Method in interface org.kohsuke.stapler.StaplerResponse
- serveExposedBean(StaplerRequest, Object, Flavor) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Deprecated.
- serveFile(StaplerRequest, InputStream, long, int, String) - Method in class org.kohsuke.stapler.ResponseImpl
- serveFile(StaplerRequest, InputStream, long, int, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.use form with long contentLength
- serveFile(StaplerRequest, InputStream, long, int, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- serveFile(StaplerRequest, InputStream, long, long, int, String) - Method in class org.kohsuke.stapler.ResponseImpl
- serveFile(StaplerRequest, InputStream, long, long, int, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Deprecated.use form with long contentLength
- serveFile(StaplerRequest, InputStream, long, long, int, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- serveFile(StaplerRequest, InputStream, long, long, long, String) - Method in class org.kohsuke.stapler.ResponseImpl
- serveFile(StaplerRequest, InputStream, long, long, long, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Serves a static resource.
- serveFile(StaplerRequest, InputStream, long, long, long, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Serves a static resource.
- serveFile(StaplerRequest, InputStream, long, long, String) - Method in class org.kohsuke.stapler.ResponseImpl
- serveFile(StaplerRequest, InputStream, long, long, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Serves a static resource.
- serveFile(StaplerRequest, InputStream, long, long, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Serves a static resource.
- serveFile(StaplerRequest, URL) - Method in class org.kohsuke.stapler.ResponseImpl
- serveFile(StaplerRequest, URL) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Serves a static resource.
- serveFile(StaplerRequest, URL) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Serves a static resource.
- serveFile(StaplerRequest, URL, long) - Method in class org.kohsuke.stapler.ResponseImpl
- serveFile(StaplerRequest, URL, long) - Method in interface org.kohsuke.stapler.StaplerResponse
- serveFile(StaplerRequest, URL, long) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- serveLocalizedFile(StaplerRequest, URL) - Method in class org.kohsuke.stapler.ResponseImpl
- serveLocalizedFile(StaplerRequest, URL) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Works like
StaplerResponse.serveFile(StaplerRequest, URL)
but chooses the locale specific version of the resource if it's available. - serveLocalizedFile(StaplerRequest, URL) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Works like
StaplerResponse.serveFile(StaplerRequest, URL)
but chooses the locale specific version of the resource if it's available. - serveLocalizedFile(StaplerRequest, URL, long) - Method in class org.kohsuke.stapler.ResponseImpl
- serveLocalizedFile(StaplerRequest, URL, long) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Works like
StaplerResponse.serveFile(StaplerRequest, URL, long)
but chooses the locale specific version of the resource if it's available. - serveLocalizedFile(StaplerRequest, URL, long) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
Works like
StaplerResponse.serveFile(StaplerRequest, URL, long)
but chooses the locale specific version of the resource if it's available. - service(HttpServletRequest, HttpServletResponse) - Method in class org.kohsuke.stapler.Stapler
- sessionScoped() - Static method in class org.kohsuke.stapler.AttributeKey
-
Creates a new session-scoped
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.
- setBindInterceptor(BindInterceptor) - Method in class org.kohsuke.stapler.RequestImpl
- setBindInterceptor(BindInterceptor) - Method in interface org.kohsuke.stapler.StaplerRequest
- setBindInterceptpr(BindInterceptor) - Method in class org.kohsuke.stapler.RequestImpl
- setBindInterceptpr(BindInterceptor) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.
- setBindListener(BindInterceptor) - Method in class org.kohsuke.stapler.RequestImpl
- setBindListener(BindInterceptor) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Deprecated.
- setBufferSize(int) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- setCharacterEncoding(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- setClassLoader(ClassLoader) - Method in class org.kohsuke.stapler.WebApp
-
Sets the classloader used by
StaplerRequest.bindJSON(Class, JSONObject)
and its sibling methods. - setClassLoader(ServletContext, ClassLoader) - Static method in class org.kohsuke.stapler.Stapler
-
Deprecated.
- setContentLength(int) - Method in class org.kohsuke.stapler.compression.CompressionServletResponse
-
If we've already inserted gzip compression filter, then we can't let the content length set from the app because that refers to the size of the uncompressed content, where we actually need the size of the compressed content.
- setContentLength(int) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- setContentLengthLong(long) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- setContentType(String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- setContentType(StaplerResponse) - Method in class org.kohsuke.stapler.framework.io.LargeText
- setCrumbIssuer(CrumbIssuer) - Method in class org.kohsuke.stapler.WebApp
- setDateHeader(String, long) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- setDispatchersFilter(DispatchersFilter) - Method in class org.kohsuke.stapler.WebApp
- setDispatchValidator(DispatchValidator) - Method in class org.kohsuke.stapler.WebApp
-
Sets the validator used with facet dispatchers.
- setFilteredDispatchTriggerListener(FilteredDispatchTriggerListener) - Method in class org.kohsuke.stapler.WebApp
-
Sets the event listener used for reacting to filtered dispatch requests.
- setFilteredDoActionTriggerListener(FilteredDoActionTriggerListener) - Method in class org.kohsuke.stapler.WebApp
- setFilteredFieldTriggerListener(FilteredFieldTriggerListener) - Method in class org.kohsuke.stapler.WebApp
- setFilteredGetterTriggerListener(FilteredGetterTriggerListener) - Method in class org.kohsuke.stapler.WebApp
- setFilterForDoActions(FunctionList.Filter) - Method in class org.kohsuke.stapler.WebApp
-
Allow the underlying application to filter the doXxx actions
- setFilterForFields(FieldRef.Filter) - Method in class org.kohsuke.stapler.WebApp
- setFilterForGetMethods(FunctionList.Filter) - Method in class org.kohsuke.stapler.WebApp
-
Allow the underlying application to filter the getXxx methods
- setHeader(String, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- setIntHeader(String, int) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- 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.
- setJsonConfig(JsonConfig) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
-
The JsonConfig to be used when serializing java beans from js bound methods to JSON.
- setJsonInErrorMessageSanitizer(JsonInErrorMessageSanitizer) - Method in class org.kohsuke.stapler.WebApp
-
Allow the application to customize the way the JSON are rendered in the stack trace in case of binding exception.
- setLocale(Locale) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- setRoot(ServletContextEvent, Object) - Static method in class org.kohsuke.stapler.Stapler
-
Sets the specified object as the root of the web application.
- setStatus(int) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- setStatus(int, String) - Method in class org.kohsuke.stapler.StaplerResponseWrapper
- 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
-
Deprecated.Unused?
- setUncaughtExceptionHandler(ServletContext, UncaughtExceptionHandler) - Static method in class org.kohsuke.stapler.compression.CompressionFilter
- setWriteListener(WriteListener) - Method in class org.kohsuke.stapler.compression.FilterServletOutputStream
- signature(Class...) - Method in class org.kohsuke.stapler.FunctionList
-
Returns
Function
s that has the given type parameters - signatureStartsWith(Class...) - Method in class org.kohsuke.stapler.FunctionList
-
Returns
Function
s that has the parameters that start with given types (but can have additional parameters.) - simple() - Method in class org.kohsuke.stapler.export.ClassAttributeBehaviour
- 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.FunctionList
- size() - Method in class org.kohsuke.stapler.SingleLinkedList
- SKIP - Static variable in class org.kohsuke.stapler.export.ExportInterceptor
-
Constant to tell if return of
ExportInterceptor.getValue(Property, Object, ExportConfig)
should be skipped. - skipNull() - Method in annotation type org.kohsuke.stapler.export.Exported
-
If the value is null, don't even write the property.
- stage() - Method in annotation type org.kohsuke.stapler.interceptor.InterceptorAnnotation
-
The point of invocation of this interceptor.
- Stage - Enum in org.kohsuke.stapler.interceptor
-
Determines when interception happens.
- 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
- StaplerConverterImpl() - Constructor for class org.kohsuke.stapler.AcceptHeader.StaplerConverterImpl
- StaplerFallback - Interface in org.kohsuke.stapler
-
An object can fall back to another object for a part of its UI processing, by implementing this interface and designating another object from
StaplerFallback.getStaplerFallback()
. - 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.
- StaplerResponseWrapper - Class in org.kohsuke.stapler
-
A basic wrapper for a StaplerResponse, e.g.
- StaplerResponseWrapper(StaplerResponse) - Constructor for class org.kohsuke.stapler.StaplerResponseWrapper
- 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
- SubmittedForm - Annotation Type in org.kohsuke.stapler.json
-
Binds the submitted form to a parameter of a web-bound method.
- SubmittedForm.Handler - Class in org.kohsuke.stapler.json
- superModel - Variable in class org.kohsuke.stapler.export.Model
-
Model
for the super class.
T
- Table() - Constructor for class org.kohsuke.stapler.bind.BoundObjectTable.Table
- tail - Variable in class org.kohsuke.stapler.SingleLinkedList
- target - Variable in class org.kohsuke.stapler.interceptor.Interceptor
- TearOffSupport - Class in org.kohsuke.stapler
-
Allows "tear-off" objects to be linked to the parent object.
- TearOffSupport() - Constructor for class org.kohsuke.stapler.TearOffSupport
- text(String) - Static method in class org.kohsuke.stapler.HttpResponses
-
Serves a plain text response.
- toExportedObject() - Method in interface org.kohsuke.stapler.export.CustomExportedBean
-
The returned object will be introspected and written as JSON/XML.
- toJavaClass() - Method in class org.kohsuke.stapler.lang.Klass
- toJavaClass(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
For backward compatibility, map the given class to the closest Java equivalent.
- TokenList - Class in org.kohsuke.stapler
-
Tokenized path portion of the URL.
- tokens - Variable in class org.kohsuke.stapler.RequestImpl
-
Tokenized URLs and consumed tokens.
- tokens - Variable in class org.kohsuke.stapler.TokenList
-
URL-decoded tokens.
- toString() - Method in class org.kohsuke.stapler.AcceptHeader.Atom
- toString() - Method in class org.kohsuke.stapler.AcceptHeader
- toString() - Method in class org.kohsuke.stapler.Dispatcher
-
Diagnostic string that explains this dispatch rule.
- toString() - Method in class org.kohsuke.stapler.export.ClassAttributeBehaviour
- toString() - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
- toString() - Method in class org.kohsuke.stapler.lang.Klass
- toString() - Method in class org.kohsuke.stapler.MetaClass
- toString() - Method in class org.kohsuke.stapler.RawHtmlArgument
- toString() - Method in class org.kohsuke.stapler.TokenList
- trace(StaplerRequest, String) - Static method in class org.kohsuke.stapler.EvaluationTrace.ApplicationTracer
- trace(StaplerRequest, StaplerResponse, String) - Static method in class org.kohsuke.stapler.Dispatcher
- trace(StaplerRequest, StaplerResponse, String, Object...) - Static method in class org.kohsuke.stapler.Dispatcher
- trace(StaplerResponse, String) - Method in class org.kohsuke.stapler.EvaluationTrace
- TRACE - Static variable in class org.kohsuke.stapler.Dispatcher
-
This flag will activate the evaluation trace.
- TRACE_PER_REQUEST - Static variable in class org.kohsuke.stapler.Dispatcher
-
This flag will activate the per-request evaluation trace for requests that have X-Stapler-Trace set to "true".
- traceable() - Static method in class org.kohsuke.stapler.Dispatcher
- traceEval(StaplerRequest, StaplerResponse, Object) - Static method in class org.kohsuke.stapler.Dispatcher
- traceEval(StaplerRequest, StaplerResponse, Object, String) - Static method in class org.kohsuke.stapler.Dispatcher
- traceEval(StaplerRequest, StaplerResponse, Object, String, String) - Static method in class org.kohsuke.stapler.Dispatcher
- TraversalMethodContext - Class in org.kohsuke.stapler
-
Function.contextualize(Object)
parameter that indicates the function is called to traverse an object graph. - TreePruner - Class in org.kohsuke.stapler.export
-
Controls the portion of the object graph to be written to
DataWriter
. - TreePruner() - Constructor for class org.kohsuke.stapler.export.TreePruner
- TreePruner.ByDepth - Class in org.kohsuke.stapler.export
- type - Variable in class org.kohsuke.stapler.export.Model
-
The class being modeled.
- type(Type, Class) - Method in interface org.kohsuke.stapler.export.DataWriter
-
Augments the next
DataWriter.startObject()
call by specifying the type information of that object. - type(QName) - Method in interface org.kohsuke.stapler.export.XSD.Attribute
- type(QName) - Method in interface org.kohsuke.stapler.export.XSD.Element
- Types() - Constructor for class org.kohsuke.stapler.export.XSD.Types
- TypeUtil - Class in org.kohsuke.stapler.export
-
Type arithmetic code.
- TypeUtil() - Constructor for class org.kohsuke.stapler.export.TypeUtil
U
- UncaughtExceptionHandler - Interface in org.kohsuke.stapler.compression
-
Handles an exception caught by
CompressionFilter
. - union(Annotation[], Annotation[]) - Static method in class org.kohsuke.stapler.ReflectionUtils
-
Merge two sets of annotations.
- union(FunctionList) - Method in class org.kohsuke.stapler.FunctionList
-
Compute set unions of two lists.
- UNSPECIFIED - Static variable in annotation type org.kohsuke.stapler.config.Configuration
- URI - Static variable in interface org.kohsuke.stapler.export.XSD
- use(String) - Method in interface org.kohsuke.stapler.export.XSD.Attribute
V
- validateCrumb(StaplerRequest, String) - Method in class org.kohsuke.stapler.CrumbIssuer
-
Validates a crumb that was submitted along with the request.
- value() - Method in annotation type org.kohsuke.stapler.CapturedParameterNames
- value() - Method in annotation type org.kohsuke.stapler.Header
-
HTTP header name.
- value() - Method in annotation type org.kohsuke.stapler.InjectedParameter
-
Code that computes the actual value to inject.
- value() - Method in annotation type org.kohsuke.stapler.interceptor.InterceptorAnnotation
-
Actual interceptor logic.
- value() - Method in annotation type org.kohsuke.stapler.LimitedTo
-
The name of role.
- value() - Method in annotation type org.kohsuke.stapler.QueryParameter
-
query parameter name.
- value(String) - Method in interface org.kohsuke.stapler.export.DataWriter
- value(String) - Method in interface org.kohsuke.stapler.export.XSD.Enumeration
- valueNull() - Method in interface org.kohsuke.stapler.export.DataWriter
- valueOf(String) - Static method in enum org.kohsuke.stapler.export.Flavor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.kohsuke.stapler.interceptor.Stage
-
Returns the enum constant of this type with the specified name.
- valuePrimitive(Object) - Method in interface org.kohsuke.stapler.export.DataWriter
- values() - Static method in enum org.kohsuke.stapler.export.Flavor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.kohsuke.stapler.interceptor.Stage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verboseMap() - Method in annotation type org.kohsuke.stapler.export.Exported
-
If a string value "key/value" is given, produce a map in more verbose following form: "[{key:KEY1, value:VALUE1}, {key:KEY2, value:VALUE2}, ...] (whereas normally it produces more compact {KEY1:VALUE1, KEY2:VALUE2, ...}
- visibility - Variable in class org.kohsuke.stapler.export.Property
-
Visibility depth level of this property.
- visibility() - Method in annotation type org.kohsuke.stapler.export.Exported
-
Controls how visible this property is.
- visit(ASTNode[], SourceUnit) - Method in class org.kohsuke.stapler.CaptureParameterNameTransformation
W
- webApp - Variable in class org.kohsuke.stapler.MetaClass
-
WebApp
that owns this meta class. - WebApp - Class in org.kohsuke.stapler
-
Object scoped to the entire webapp.
- WebApp(ServletContext) - Constructor for class org.kohsuke.stapler.WebApp
- WebMethod - Annotation Type in org.kohsuke.stapler
-
Indicates that the method is bound to HTTP and used to serve the HTTP request.
- WebMethodContext - Class in org.kohsuke.stapler
-
Function.contextualize(Object)
parameter that indicates the function is called to serve request, such asdoFoo(...)
ordoIndex(...)
- webMethodsLegacy() - Method in class org.kohsuke.stapler.FunctionList
- with(String, Object) - Method in exception org.kohsuke.stapler.ForwardToView
-
Forwards to the view with specified attributes exposed as a variable binding.
- with(Map<String, ?>) - Method in exception org.kohsuke.stapler.ForwardToView
- withClassAttribute(ClassAttributeBehaviour) - Method in class org.kohsuke.stapler.export.ExportConfig
-
Controls the behaviour of the class attribute to be produced.
- withExportInterceptor(ExportInterceptor) - Method in class org.kohsuke.stapler.export.ExportConfig
- withFlavor(Flavor) - Method in class org.kohsuke.stapler.export.ExportConfig
- withPrettyPrint(boolean) - Method in class org.kohsuke.stapler.export.ExportConfig
-
If true, output will be indented to make it easier for humans to understand.
- withSkipIfFail(boolean) - Method in class org.kohsuke.stapler.export.ExportConfig
- WithWellKnownURL - Interface in org.kohsuke.stapler.bind
-
Marker interface for objects that have known URLs.
- wrap(Field) - Static method in class org.kohsuke.stapler.lang.FieldRef
- wrap(Field) - Static method in class org.kohsuke.stapler.lang.util.FieldRefFilter
- wrap(Method) - Static method in class org.kohsuke.stapler.lang.MethodRef
- wrap(Method) - Static method in class org.kohsuke.stapler.lang.util.MethodRefFilter
- wrappers - Variable in class org.kohsuke.stapler.WebApp
-
Deprecated.Unused?
- write(byte[]) - Method in class org.kohsuke.stapler.compression.FilterServletOutputStream
- write(byte[], int, int) - Method in class org.kohsuke.stapler.compression.FilterServletOutputStream
- write(byte[], int, int) - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
- write(byte[], int, int) - Method in class org.kohsuke.stapler.framework.io.WriterOutputStream
- write(char[]) - Method in class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
- write(char[], int, int) - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
- write(char[], int, int) - Method in class org.kohsuke.stapler.framework.io.CharSpool
- write(char[], int, int) - Method in class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
- write(int) - Method in class org.kohsuke.stapler.compression.FilterServletOutputStream
- write(int) - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
- write(int) - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
- write(int) - Method in class org.kohsuke.stapler.framework.io.CharSpool
- write(int) - Method in class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
- write(int) - Method in class org.kohsuke.stapler.framework.io.WriterOutputStream
- write(String) - Method in class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
- write(String, int, int) - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
- write(String, int, int) - Method in class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
- writeLogTo(long, OutputStream) - Method in class org.kohsuke.stapler.framework.io.LargeText
-
Writes the tail portion of the file to the
OutputStream
. - writeLogTo(long, Writer) - Method in class org.kohsuke.stapler.framework.io.LargeText
- WriterOutputStream - Class in org.kohsuke.stapler.framework.io
-
OutputStream
that writes toWriter
by assuming the platform default encoding. - WriterOutputStream(Writer) - Constructor for class org.kohsuke.stapler.framework.io.WriterOutputStream
- WriterOutputStream(Writer, Charset) - Constructor for class org.kohsuke.stapler.framework.io.WriterOutputStream
- writeTo(OutputStream) - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
-
Writes the contents of this buffer to another OutputStream.
- writeTo(Writer) - Method in class org.kohsuke.stapler.framework.io.CharSpool
- writeTo(Object, int, DataWriter) - Method in class org.kohsuke.stapler.export.Property
-
Deprecated.as of 1.139
- writeTo(Object, TreePruner, DataWriter) - Method in class org.kohsuke.stapler.export.Property
-
Writes one property of the given object to
DataWriter
. - writeTo(T, int, DataWriter) - Method in class org.kohsuke.stapler.export.Model
-
Deprecated.as of 1.139
- writeTo(T, DataWriter) - Method in class org.kohsuke.stapler.export.Model
-
Writes the property values of the given object to the writer.
- writeTo(T, TreePruner, DataWriter) - Method in class org.kohsuke.stapler.export.Model
-
Writes the property values of the given object to the writer.
- WrongTypeException - Exception in org.kohsuke.stapler
- WrongTypeException(String) - Constructor for exception org.kohsuke.stapler.WrongTypeException
X
- XML - org.kohsuke.stapler.export.Flavor
- XSD - Interface in org.kohsuke.stapler.export
-
TXW interfaces to generate schema.
- XSD.Annotated - Interface in org.kohsuke.stapler.export
- XSD.Annotation - Interface in org.kohsuke.stapler.export
- XSD.Attribute - Interface in org.kohsuke.stapler.export
- XSD.ComplexContent - Interface in org.kohsuke.stapler.export
- XSD.ComplexType - Interface in org.kohsuke.stapler.export
- XSD.ContentModel - Interface in org.kohsuke.stapler.export
- XSD.Element - Interface in org.kohsuke.stapler.export
- XSD.Enumeration - Interface in org.kohsuke.stapler.export
- XSD.Restriction - Interface in org.kohsuke.stapler.export
- XSD.Schema - Interface in org.kohsuke.stapler.export
- XSD.SimpleType - Interface in org.kohsuke.stapler.export
- XSD.Types - Class in org.kohsuke.stapler.export
All Classes All Packages