- base(QName) - Method in interface org.kohsuke.stapler.export.XSD.Restriction
-
- baseClass - Variable in class org.kohsuke.stapler.MetaClass
-
Base metaclass.
- basePath - Variable in class org.kohsuke.stapler.jelly.CustomTagLibrary
-
- 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
-
- bindJSON(Class<T>, JSONObject) - Method in class org.kohsuke.stapler.RequestImpl
-
- bindJSON(Type, Class, Object) - Method in class org.kohsuke.stapler.RequestImpl
-
- bindJSON(Object, 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(Type, Class<T>, Object) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Data-bind from one of the JSON object types (JSONObject
, JSONArray
,
String
, Integer
, and so on) to the expected type given as an argument.
- bindJSON(Object, JSONObject) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Data-binds from JSONObject
to the given object.
- bindJSONToList(Class<T>, Object) - Method in class org.kohsuke.stapler.RequestImpl
-
- bindJSONToList(Class<T>, Object) - Method in interface org.kohsuke.stapler.StaplerRequest
-
- bindParameters(Object) - Method in class org.kohsuke.stapler.RequestImpl
-
- bindParameters(Object, String) - Method in class org.kohsuke.stapler.RequestImpl
-
- bindParameters(Class<T>, String) - Method in class org.kohsuke.stapler.RequestImpl
-
- bindParameters(Class<T>, String, int) - 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 interface org.kohsuke.stapler.StaplerRequest
-
Binds form parameters to a bean by using introspection.
- bindParameters(Class<T>, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Instanciates a new object by injecting constructor parameters from the form parameters.
- bindParameters(Class<T>, String, int) - Method in interface org.kohsuke.stapler.StaplerRequest
-
- bindParametersToList(Class<T>, String) - Method in class org.kohsuke.stapler.RequestImpl
-
- bindParametersToList(Class<T>, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Binds collection form parameters to beans by using introspection or
constructor parameters injection.
- BindTag - Class in org.kohsuke.stapler.jelly
-
Binds a server-side object to client side so that JavaScript can call into server.
- BindTag() - Constructor for class org.kohsuke.stapler.jelly.BindTag
-
- 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
-
- Bound() - Constructor for class org.kohsuke.stapler.bind.Bound
-
- BoundObjectTable - Class in org.kohsuke.stapler.bind
-
TODO: think about some kind of eviction strategy, beyond the session eviction.
- BoundObjectTable() - Constructor for class org.kohsuke.stapler.bind.BoundObjectTable
-
- boundObjectTable - Variable in class org.kohsuke.stapler.WebApp
-
Handles objects that are exported.
- buildFallbackDispatchers(MetaClass, List<Dispatcher>) - Method in class org.kohsuke.stapler.Facet
-
Adds
Dispatcher
s that do catch-all behaviours like "doDispatch" does.
- 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.jelly.groovy.GroovyFacet
-
- buildViewDispatchers(MetaClass, List<Dispatcher>) - Method in class org.kohsuke.stapler.jelly.JellyFacet
-
- buildViewDispatchers(MetaClass, List<Dispatcher>) - Method in class org.kohsuke.stapler.jsp.JSPFacet
-
- ByteBuffer - Class in org.kohsuke.stapler.framework.io
-
ByteArrayOutputStream
re-implementation.
- ByteBuffer() - Constructor for class org.kohsuke.stapler.framework.io.ByteBuffer
-
- CachingScriptLoader<S,E extends java.lang.Exception> - Class in org.kohsuke.stapler
-
Convenient base class for caching loaded scripts.
- CachingScriptLoader() - Constructor for class org.kohsuke.stapler.CachingScriptLoader
-
- CallTagLibScript - Class in org.kohsuke.stapler.jelly
-
TagScript
that invokes a Script
as a tag.
- CallTagLibScript() - Constructor for class org.kohsuke.stapler.jelly.CallTagLibScript
-
- CapturedParameterNames - Annotation Type in org.kohsuke.stapler
-
This "hidden" annotation is injected by Groovy compiler to capture parameter names
in the class file.
- CaptureParameterNameTransformation - Class in org.kohsuke.stapler
-
Groovy AST transformation that capture necessary parameter names.
- CaptureParameterNameTransformation() - Constructor for class org.kohsuke.stapler.CaptureParameterNameTransformation
-
- charset - Variable in class org.kohsuke.stapler.framework.io.LargeText
-
- CharSpool - Class in org.kohsuke.stapler.framework.io
-
Writer
that spools the output and writes to another Writer
later.
- CharSpool() - Constructor for class org.kohsuke.stapler.framework.io.CharSpool
-
- checkEnvironment() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Performs pre start-up environment check.
- checkIfModified(long, StaplerResponse) - Method in class org.kohsuke.stapler.RequestImpl
-
- checkIfModified(long, StaplerResponse, long) - Method in class org.kohsuke.stapler.RequestImpl
-
- checkIfModified(Date, StaplerResponse) - Method in class org.kohsuke.stapler.RequestImpl
-
- checkIfModified(Calendar, StaplerResponse) - Method in class org.kohsuke.stapler.RequestImpl
-
- checkIfModified(long, StaplerResponse) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Checks "If-Modified-Since" header and returns false
if the resource needs to be served.
- checkIfModified(Date, StaplerResponse) - Method in interface org.kohsuke.stapler.StaplerRequest
-
- checkIfModified(Calendar, StaplerResponse) - Method in interface org.kohsuke.stapler.StaplerRequest
-
- checkIfModified(long, StaplerResponse, long) - Method in interface org.kohsuke.stapler.StaplerRequest
-
- ClassDescriptor - Class in org.kohsuke.stapler
-
Reflection information of a Class
.
- ClassDescriptor(Class, Class...) - Constructor for class org.kohsuke.stapler.ClassDescriptor
-
- classLoader - Variable in class org.kohsuke.stapler.AbstractTearOff
-
- classLoader - Variable in class org.kohsuke.stapler.MetaClass
-
- clazz - Variable in class org.kohsuke.stapler.ClassDescriptor
-
- clazz - Variable in class org.kohsuke.stapler.lang.Klass
-
- clazz - Variable in class org.kohsuke.stapler.MetaClass
-
Deprecated.
as of 1.177
Use MetaClass.klass
. If you really want the Java class representation, use klass.toJavaClass()
.
- cleanUp(T) - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Called during the destructino of the web app to perform
any clean up act on the application object.
- clearCache() - Method in class org.kohsuke.stapler.jelly.ResourceBundle
-
- clearScripts() - Method in class org.kohsuke.stapler.CachingScriptLoader
-
Discards the cached script.
- clearScripts(Class<? extends AbstractTearOff>) - Method in class org.kohsuke.stapler.WebApp
-
Convenience maintenance method to clear all the cached scripts for the given tearoff type.
- close() - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
-
- close() - Method in class org.kohsuke.stapler.framework.io.CharSpool
-
- close() - Method in class org.kohsuke.stapler.framework.io.WriterOutputStream
-
- close() - Method in class org.kohsuke.stapler.jelly.HTMLWriterOutput
-
- commit() - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
-
- compareTo(Property) - Method in class org.kohsuke.stapler.export.Property
-
- compile() - Method in class org.kohsuke.stapler.jelly.groovy.GroovierJellyScript
-
- compile() - Method in class org.kohsuke.stapler.jelly.JellyViewScript
-
- complexContent() - Method in interface org.kohsuke.stapler.export.XSD.ComplexType
-
- complexType() - Method in interface org.kohsuke.stapler.export.XSD.Schema
-
- COMPRESS_BY_DEFAULT - Static variable in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
-
Whether gzip compression of the dynamic content is enabled by default or not.
- CompressionFilter - Class in org.kohsuke.stapler.compression
-
Pimps up HttpServletResponse
so that it understands "Content-Encoding: gzip" and compress the response.
- CompressionFilter() - Constructor for class org.kohsuke.stapler.compression.CompressionFilter
-
- CompressionServletResponse - Class in org.kohsuke.stapler.compression
-
HttpServletResponse
that recognizes Content-Encoding: gzip in the response header
and acts accoringly.
- CompressionServletResponse(HttpServletResponse) - Constructor for class org.kohsuke.stapler.compression.CompressionServletResponse
-
- CompressTag - Class in org.kohsuke.stapler.jelly
-
Outer-most wrapper tag to indicate that the gzip compression is desirable
for this output.
- CompressTag() - Constructor for class org.kohsuke.stapler.jelly.CompressTag
-
- ConstructorProcessor - Class in org.kohsuke.stapler.jsr269
-
- ConstructorProcessor() - Constructor for class org.kohsuke.stapler.jsr269.ConstructorProcessor
-
- contentType - Variable in enum org.kohsuke.stapler.export.Flavor
-
Content-type of this flavor, including charset "UTF-8".
- ContentTypeTag - Class in org.kohsuke.stapler.jelly
-
Set the HTTP Content-Type header of the page.
- ContentTypeTag() - Constructor for class org.kohsuke.stapler.jelly.ContentTypeTag
-
- context - Variable in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
- context - Variable in class org.kohsuke.stapler.WebApp
-
ServletContext
for this webapp.
- CONTEXT_ROOT - Static variable in exception org.kohsuke.stapler.HttpRedirect
-
Redirect to the context root
- contextDestroyed(ServletContextEvent) - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
- contextInitialized(ServletContextEvent) - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
- CONVERT_UTILS - Static variable in class org.kohsuke.stapler.Stapler
-
- CopyStreamTag - Class in org.kohsuke.stapler.jelly
-
Copies a stream as text.
- CopyStreamTag() - Constructor for class org.kohsuke.stapler.jelly.CopyStreamTag
-
- countRemainingTokens() - Method in class org.kohsuke.stapler.TokenList
-
- create(OutputStream) - Static method in class org.kohsuke.stapler.jelly.HTMLWriterOutput
-
- create(Writer, boolean) - Static method in class org.kohsuke.stapler.jelly.HTMLWriterOutput
-
- create(String) - Method in class org.kohsuke.stapler.jelly.ResourceBundleFactory
-
- createApplication() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Creates the root application object.
- createContext(StaplerRequest, StaplerResponse, Script, Object) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
-
- createContext() - Method in class org.kohsuke.stapler.jelly.JellyClassLoaderTearOff
-
Creates JellyContext
for compiling view scripts
for classes in this classloader.
- createDataWriter(Object, StaplerResponse) - Method in enum org.kohsuke.stapler.export.Flavor
-
- createDataWriter(Object, Writer) - Method in enum org.kohsuke.stapler.export.Flavor
-
- createDispatcher(Object, String) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClassTearOff
-
Creates a RequestDispatcher
that forwards to the jelly view, if available.
- createDispatcher(Object, String) - Method in class org.kohsuke.stapler.jelly.JellyClassTearOff
-
Creates a RequestDispatcher
that forwards to the jelly view, if available.
- createInvoker(Class<T>) - Method in class org.kohsuke.stapler.jelly.groovy.Namespace
-
Creates a type-safe invoker for calling taglibs.
- createJavaScriptProxy(Object) - Method in class org.kohsuke.stapler.RequestImpl
-
- createJavaScriptProxy(Object) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Exports the given Java object as a JavaScript proxy and returns a JavaScript expression to create
a proxy on the client side.
- createOutputStream(StaplerRequest, StaplerResponse, Script, Object) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
-
- createPlaceHolderForAsyncLoad() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
If the root application object is loaded asynchronously,
override this method to return the place holder object
to serve the request in the mean time.
- createRequestDispatcher(RequestImpl, Klass<?>, Object, String) - Method in class org.kohsuke.stapler.Facet
-
Creates a RequestDispatcher
that handles the given view, or
return null if no such view was found.
- createRequestDispatcher(RequestImpl, Class, Object, String) - Method in class org.kohsuke.stapler.Facet
-
- createRequestDispatcher(RequestImpl, Klass, Object, String) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyFacet
-
- createRequestDispatcher(RequestImpl, Klass<?>, Object, String) - Method in class org.kohsuke.stapler.jelly.JellyFacet
-
- createRequestDispatcher(RequestImpl, Klass, Object, String) - Method in class org.kohsuke.stapler.jsp.JSPFacet
-
- createTag(String, Attributes) - Method in class org.kohsuke.stapler.jelly.CustomTagLibrary
-
- createTag(String, Attributes) - Method in class org.kohsuke.stapler.jelly.ReallyStaticTagLibrary
-
IIUC, this method will never be invoked.
- createTag(String, Attributes) - Method in class org.kohsuke.stapler.jelly.ThisTagLibrary
-
IIUC, this method will never be invoked.
- createTagScript(String, Attributes) - Method in class org.kohsuke.stapler.jelly.CustomTagLibrary
-
- createTagScript(String, Attributes) - Method in class org.kohsuke.stapler.jelly.ReallyStaticTagLibrary
-
- createTagScript() - Static method in class org.kohsuke.stapler.jelly.ReallyStaticTagLibrary
-
Creates a new instance of TagScript
that generates a literal element.
- createTagScript(String, Attributes) - Method in class org.kohsuke.stapler.jelly.StaplerTagLibrary
-
- createTagScript(String, Attributes) - Method in class org.kohsuke.stapler.jelly.ThisTagLibrary
-
- createWriter(StaplerRequest, StaplerResponse, long) - Method in class org.kohsuke.stapler.framework.io.LargeText
-
- createXMLOutput(StaplerRequest, StaplerResponse, Script, Object) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
-
- createXMLOutput(Writer, boolean) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
-
- CrumbIssuer - Class in org.kohsuke.stapler
-
Generates a nonce value that allows us to protect against cross-site request forgery (CSRF) attacks.
- CrumbIssuer() - Constructor for class org.kohsuke.stapler.CrumbIssuer
-
- CustomExportedBean - Interface in org.kohsuke.stapler.export
-
Interface that an exposed bean can implement, to do the equivalent
of writeReplace in Java serialization.
- CustomTagLibrary - Class in org.kohsuke.stapler.jelly
-
TagLibrary
that loads tags from tag files in a directory.
- CustomTagLibrary(JellyContext, ClassLoader, String, String) - Constructor for class org.kohsuke.stapler.jelly.CustomTagLibrary
-
- generate(XMLOutput, String...) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctsInPage
-
Generates the script tag and CSS link tag to include necessary adjuncts,
and records the fact that those adjuncts are already included in the page,
so that it won't be loaded again.
- generateResponse(StaplerRequest, StaplerResponse, Object) - Method in exception org.kohsuke.stapler.ForwardToView
-
- generateResponse(StaplerRequest, StaplerResponse, Object) - Method in exception org.kohsuke.stapler.HttpRedirect
-
- generateResponse(StaplerRequest, StaplerResponse, Object) - Method in interface org.kohsuke.stapler.HttpResponse
-
- generateResponse(StaplerRequest, StaplerResponse, Object, Object) - Method in class org.kohsuke.stapler.HttpResponseRenderer.Default
-
- generateResponse(StaplerRequest, StaplerResponse, Object, Object) - Method in class org.kohsuke.stapler.HttpResponseRenderer
-
- generateSchema(Result) - Method in class org.kohsuke.stapler.export.SchemaGenerator
-
Generates the complete schema to the specified result.
- get(StaplerRequest) - Static method in class org.kohsuke.stapler.EvaluationTrace
-
- get(Class<T>) - Method in class org.kohsuke.stapler.export.ModelBuilder
-
- get(ServletContext) - Static method in class org.kohsuke.stapler.framework.adjunct.AdjunctManager
-
- get(String) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctManager
-
Obtains the adjunct.
- get() - Static method in class org.kohsuke.stapler.framework.adjunct.AdjunctsInPage
-
Obtains the instance associated with the current request of the given
StaplerRequest
.
- get(StaplerRequest) - Static method in class org.kohsuke.stapler.framework.adjunct.AdjunctsInPage
-
Obtains the instance associated with the current request of the given
StaplerRequest
.
- get(String) - Method in class org.kohsuke.stapler.jelly.ResourceBundle
-
- get(ClassLoader) - Static method in class org.kohsuke.stapler.MetaClassLoader
-
- get(int) - Method in class org.kohsuke.stapler.TokenList
-
- get(ServletContext) - Static method in class org.kohsuke.stapler.WebApp
-
Obtains the
WebApp
associated with the given
ServletContext
.
- getAncestors() - Method in class org.kohsuke.stapler.lang.Klass
-
- getAncestors(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Lists up all the ancestor classes, from specific to general, without any duplicate.
- getAncestors() - Method in class org.kohsuke.stapler.RequestImpl
-
- getAncestors() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Returns a list of ancestor objects that lead to the "it" object.
- getAnnotation(Class<A>) - Method in class org.kohsuke.stapler.Function
-
- getApp() - Method in class org.kohsuke.stapler.WebApp
-
Returns the 'app' object, which is the user-specified object that
sits at the root of the URL hierarchy and handles the request to '/'.
- getApplicationName() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Returns the application name, like "Hudson" or "Torricelli".
- getArguments() - Method in class org.kohsuke.stapler.jelly.InternationalizedStringExpression
-
- getBaseClass(Type, Class) - Static method in class org.kohsuke.stapler.export.TypeUtil
-
Gets the parameterization of the given base type.
- getBaseName() - Method in class org.kohsuke.stapler.jelly.ResourceBundle
-
- getBindInterceptor() - Method in class org.kohsuke.stapler.RequestImpl
-
- getBindInterceptor() - Method in interface org.kohsuke.stapler.StaplerRequest
-
- getBoundObjectTable() - Method in class org.kohsuke.stapler.RequestImpl
-
- getBoundObjectTable() - Method in interface org.kohsuke.stapler.StaplerRequest
-
- getBuilder() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
- getClassLoader(ServletContext) - Static method in class org.kohsuke.stapler.Stapler
-
- getClassLoader() - Method in class org.kohsuke.stapler.Stapler
-
- getClassLoader() - Method in class org.kohsuke.stapler.WebApp
-
- getClassTearOffTypes() - Method in class org.kohsuke.stapler.jelly.groovy.GroovyFacet
-
- getClassTearOffTypes() - Method in interface org.kohsuke.stapler.jelly.JellyCompatibleFacet
-
- getClassTearOffTypes() - Method in class org.kohsuke.stapler.jelly.JellyFacet
-
- getColumnNumber() - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
-
- getCompressedOutputStream(HttpServletRequest) - Method in class org.kohsuke.stapler.ResponseImpl
-
- getCompressedOutputStream(HttpServletRequest) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Works like ServletResponse.getOutputStream()
but tries to send the response
with gzip compression if the client supports it.
- getCompressedWriter(HttpServletRequest) - Method in class org.kohsuke.stapler.ResponseImpl
-
- getCompressedWriter(HttpServletRequest) - Method in interface org.kohsuke.stapler.StaplerResponse
-
- getContext() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
- getCrumbIssuer() - Method in class org.kohsuke.stapler.WebApp
-
- getCurrent() - Static method in class org.kohsuke.stapler.Stapler
-
Gets the current
Stapler
that the calling thread is associated with.
- getCurrent() - Static method in class org.kohsuke.stapler.WebApp
-
Gets the current
WebApp
that the calling thread is associated with.
- getCurrentRequest() - Static method in class org.kohsuke.stapler.Stapler
-
Gets the current
StaplerRequest
that the calling thread is associated with.
- getCurrentResponse() - Static method in class org.kohsuke.stapler.Stapler
-
Gets the current
StaplerResponse
that the calling thread is associated with.
- 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
-
Default file extension of this kind of scripts, such as ".jelly"
- getDefaultScriptExtension() - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClassTearOff
-
- getDefaultScriptExtension() - Method in class org.kohsuke.stapler.jelly.JellyClassTearOff
-
- getDelegate() - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
-
- getDisplayName() - Method in class org.kohsuke.stapler.Function
-
Gets the human readable name of this function.
- getDynamic(String) - Method in class org.kohsuke.stapler.bind.BoundObjectTable
-
- getElementName() - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
-
- getExpressionText() - Method in class org.kohsuke.stapler.jelly.InternationalizedStringExpression
-
- getFacet(Class<T>) - Method in class org.kohsuke.stapler.WebApp
-
If the facet of the given type exists, return it.
- getFileItem(String) - Method in class org.kohsuke.stapler.RequestImpl
-
- getFileItem(String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Obtains a commons-fileupload object that represents an uploaded file.
- getFileName() - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
-
- getFormatString(Locale, String) - Method in class org.kohsuke.stapler.jelly.ResourceBundle
-
Gets the format string for the given key.
- getFormatStringWithoutDefaulting(Locale, String) - Method in class org.kohsuke.stapler.jelly.ResourceBundle
-
- getFullUrl() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the complete URL to this ancestor.
- getGenericParameterTypes() - Method in class org.kohsuke.stapler.Function
-
- getGenericType() - Method in class org.kohsuke.stapler.export.Property
-
- getHomeDir() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Determines the home directory for the application.
- getJavadoc() - Method in class org.kohsuke.stapler.export.Property
-
Gets the associated javadoc, if any, or null.
- getKlass(Object) - Method in class org.kohsuke.stapler.Facet
-
Maps an instance to a
Klass
.
- getKlass(Object) - Method in class org.kohsuke.stapler.WebApp
-
- getLineNumber() - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
-
- getMessage() - Method in class org.kohsuke.stapler.framework.errors.ErrorObject
-
Gets the error message.
- getMessage() - Method in class org.kohsuke.stapler.framework.errors.NoHomeDirError
-
- getMetaClass(Class) - Method in class org.kohsuke.stapler.WebApp
-
- getMetaClass(Klass<?>) - Method in class org.kohsuke.stapler.WebApp
-
- getMetaClass(Object) - Method in class org.kohsuke.stapler.WebApp
-
Obtains a
MetaClass
that represents the type of the given object.
- getMy() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Gets the "it" object.
- getName() - Method in class org.kohsuke.stapler.Function
-
Gets the method name.
- getName() - Method in class org.kohsuke.stapler.jelly.JellyViewScript
-
- getNext() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the next ancestor, or null if none (meaning
this is the 'it' object.
- getNextToken(int) - Method in interface org.kohsuke.stapler.Ancestor
-
- getObject() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the model object of the application.
- getOriginalRequestURI() - Method in class org.kohsuke.stapler.RequestImpl
-
- getOriginalRequestURI() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Gets the request URI
of the original request, so that you can access the value even from
JSP.
- getOriginalRestOfPath() - Method in class org.kohsuke.stapler.RequestImpl
-
- getOriginalRestOfPath() - Method in interface org.kohsuke.stapler.StaplerRequest
-
- getOutput() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
- getOutputStream() - Method in class org.kohsuke.stapler.compression.CompressionServletResponse
-
- getOutputStream() - Method in class org.kohsuke.stapler.ResponseImpl
-
- getOverrides() - Method in interface org.kohsuke.stapler.StaplerOverridable
-
Returns a list of overridables.
- getPackageUrl() - Method in class org.kohsuke.stapler.framework.adjunct.Adjunct
-
Obtains the absolute URL that points to the package of this adjunct.
- getParameterAnnotations() - Method in class org.kohsuke.stapler.Function
-
Gets the annotations on parameters.
- getParameterNames() - Method in class org.kohsuke.stapler.Function
-
Gets the list of parameter names.
- getParameterTypes() - Method in class org.kohsuke.stapler.Function
-
Gets the type of parameters in a single array.
- getPrev() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the previous ancestor, or null if none (meaning
this is the root object.)
- getProperties() - Method in class org.kohsuke.stapler.export.Model
-
Gets all the exported properties.
- getProperty(String) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
-
- getProperty(String) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Allows values from JellyContext
to be read
like global variables.
- getProxyScript() - Method in class org.kohsuke.stapler.bind.Bound
-
Returns a JavaScript expression which evaluates to a JavaScript proxy that
talks back to the bound object that this handle represents.
- getQualifiedName() - Method in class org.kohsuke.stapler.Function
-
Gets "className.methodName"
- getReferer() - Method in class org.kohsuke.stapler.RequestImpl
-
- getReferer() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Gets the referer header (like "http://foobar.com/zot") or null.
- getRelativePath() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the relative path from the current object to this ancestor.
- getRequest() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
- getResource(String) - Method in class org.kohsuke.stapler.AbstractTearOff
-
- getResource(String) - Method in class org.kohsuke.stapler.CachingScriptLoader
-
- getResource(String) - Method in class org.kohsuke.stapler.lang.Klass
-
- getResource(C, String) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Loads the resources associated with this class.
- getResponse() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
- getResponseRenderers() - Method in class org.kohsuke.stapler.WebApp
-
- getRestOfPath() - Method in class org.kohsuke.stapler.RequestImpl
-
- getRestOfPath() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Returns the additional URL portion that wasn't used by the stapler,
excluding the query string.
- getRestOfUrl() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the remaining URL after this ancestor.
- getReturnType() - Method in class org.kohsuke.stapler.Function
-
Return type of the method.
- getRootPath() - Method in class org.kohsuke.stapler.RequestImpl
-
- getRootPath() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Gets the part of the request URL from protocol up to the context path.
- getRootURL() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Gets the absolute URL to the top of the webapp.
- getScriptExtensions() - Method in class org.kohsuke.stapler.jelly.groovy.GroovyFacet
-
- getScriptExtensions() - Method in interface org.kohsuke.stapler.jelly.JellyCompatibleFacet
-
Gets the list of view script extensions, such as ".jelly".
- getScriptExtensions() - Method in class org.kohsuke.stapler.jelly.JellyFacet
-
- getServletContext() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
- getServletContext() - Method in class org.kohsuke.stapler.RequestImpl
-
- getServletContext() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Returns the ServletContext
object given to the stapler
dispatcher servlet.
- getSource() - Method in class org.kohsuke.stapler.jelly.CallTagLibScript
-
- getStapler() - Method in class org.kohsuke.stapler.RequestImpl
-
- getStapler() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Gets the
Stapler
instance that this belongs to.
- getStaplerFallback() - Method in interface org.kohsuke.stapler.StaplerFallback
-
Returns the object that is further searched for processing web requests.
- getSubmittedForm() - Method in class org.kohsuke.stapler.RequestImpl
-
- getSubmittedForm() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Gets the content of the structured form submission.
- getSuperClass() - Method in class org.kohsuke.stapler.lang.Klass
-
- getSuperClass(C) - Method in class org.kohsuke.stapler.lang.KlassNavigator
-
Gets the super class.
- getSupportedAnnotationTypes() - Method in class org.kohsuke.stapler.jelly.AnnotationProcessorImpl
-
- getTagLibrary(String) - Method in class org.kohsuke.stapler.jelly.JellyClassLoaderTearOff
-
- getTarget() - Method in class org.kohsuke.stapler.bind.Bound
-
Gets the bound object.
- getTarget() - Method in interface org.kohsuke.stapler.StaplerProxy
-
Returns the object that is responsible for processing web requests.
- getTearOff(Class<T>) - Method in class org.kohsuke.stapler.TearOffSupport
-
- getTemporaryFile() - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
-
Until the data is committed, this file captures
the written content.
- getType() - Method in exception org.kohsuke.stapler.export.NotExportableException
-
- getType() - Method in class org.kohsuke.stapler.export.Property
-
- getTypeArgument(Type, int) - Static method in class org.kohsuke.stapler.export.TypeUtil
-
- getUrl() - Method in interface org.kohsuke.stapler.Ancestor
-
Gets the URL to this ancestor.
- getURL() - Method in class org.kohsuke.stapler.bind.Bound
-
The URL where the object is bound to.
- getValue(Object) - Method in class org.kohsuke.stapler.export.Property
-
Gets the value of this property from the bean.
- getView(Object, String) - Method in class org.kohsuke.stapler.RequestImpl
-
- getView(Class, String) - Method in class org.kohsuke.stapler.RequestImpl
-
- getView(Klass<?>, String) - Method in class org.kohsuke.stapler.RequestImpl
-
- getView(Klass<?>, Object, String) - Method in class org.kohsuke.stapler.RequestImpl
-
- getView(Object, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Gets the RequestDispatcher
that represents a specific view
for the given object.
- getView(Class, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
- getView(Klass<?>, String) - Method in interface org.kohsuke.stapler.StaplerRequest
-
Gets the RequestDispatcher
that represents a specific view
for the given class.
- getViewURL(Class, String) - Static method in class org.kohsuke.stapler.Stapler
-
Gets the URL (e.g., "/WEB-INF/side-files/fully/qualified/class/name/jspName")
from a class and the JSP name.
- getVmDefaultValueFor(Class<?>) - Static method in class org.kohsuke.stapler.ReflectionUtils
-
Given the primitive type, returns the VM default value for that type in a boxed form.
- getWebApp() - Method in class org.kohsuke.stapler.RequestImpl
-
- getWebApp() - Method in class org.kohsuke.stapler.Stapler
-
- getWebApp() - Method in interface org.kohsuke.stapler.StaplerRequest
-
Short for getStapler().getWebApp()
- getWellKnownUrl() - Method in interface org.kohsuke.stapler.bind.WithWellKnownURL
-
- getWriter() - Method in class org.kohsuke.stapler.compression.CompressionServletResponse
-
- getWriter() - Method in class org.kohsuke.stapler.ResponseImpl
-
- getXmlTypeName(Class<?>) - Method in class org.kohsuke.stapler.export.SchemaGenerator
-
- GroovierJellyScript - Class in org.kohsuke.stapler.jelly.groovy
-
Wraps a Groovy-driven Jelly script into Script
(so that it can be called from other Jelly scripts.)
- GroovierJellyScript(Class, URL) - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovierJellyScript
-
- GroovyClassLoaderTearOff - Class in org.kohsuke.stapler.jelly.groovy
-
- GroovyClassLoaderTearOff(MetaClassLoader) - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovyClassLoaderTearOff
-
- GroovyClassTearOff - Class in org.kohsuke.stapler.jelly.groovy
-
- GroovyClassTearOff(MetaClass) - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovyClassTearOff
-
- GroovyClosureScript - Class in org.kohsuke.stapler.jelly.groovy
-
Script
that performs method invocations and property access like Closure
does.
- GroovyClosureScript() - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
-
- GroovyClosureScript(Binding) - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
-
- GroovyFacet - Class in org.kohsuke.stapler.jelly.groovy
-
Facet
that brings in Groovy support on top of Jelly.
- GroovyFacet() - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovyFacet
-
- GroovyTagFileLoader - Class in org.kohsuke.stapler.jelly.groovy
-
- GroovyTagFileLoader() - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovyTagFileLoader
-
- raw(Object) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Generates HTML fragment from string.
- rawTokens - Variable in class org.kohsuke.stapler.TokenList
-
- readAll() - Method in class org.kohsuke.stapler.framework.io.LargeText
-
Returns Reader
for reading the raw bytes.
- ReallyStaticTagLibrary - Class in org.kohsuke.stapler.jelly
-
Jelly tag library for static tags.
- ReallyStaticTagLibrary() - Constructor for class org.kohsuke.stapler.jelly.ReallyStaticTagLibrary
-
- RedirectTag - Class in org.kohsuke.stapler.jelly
-
Sends HTTP redirect.
- RedirectTag() - Constructor for class org.kohsuke.stapler.jelly.RedirectTag
-
- redirectTo(String) - Static method in class org.kohsuke.stapler.HttpResponses
-
- redirectToContextRoot() - Static method in class org.kohsuke.stapler.HttpResponses
-
Redirect to the context root
- redirectToDom(Closure) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Captures the XML fragment generated by the given closure into dom4j DOM tree
and return the root element.
- redirectToDot() - Static method in class org.kohsuke.stapler.HttpResponses
-
Redirect to "."
- redirectViaContextPath(String) - Static method in class org.kohsuke.stapler.HttpResponses
-
- 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.
- RequestImpl - Class in org.kohsuke.stapler
-
- RequestImpl(Stapler, HttpServletRequest, List<AncestorImpl>, TokenList) - Constructor for class org.kohsuke.stapler.RequestImpl
-
- required - Variable in class org.kohsuke.stapler.framework.adjunct.Adjunct
-
List of fully qualified adjunct names that are required before this adjunct.
- RequirePOST - Annotation Type in org.kohsuke.stapler.interceptor
-
Requires the request to be a POST.
- RequirePOST.Processor - Class in org.kohsuke.stapler.interceptor
-
- RequirePOST.Processor() - Constructor for class org.kohsuke.stapler.interceptor.RequirePOST.Processor
-
- RequiresView - Annotation Type in org.kohsuke.stapler.jelly
-
Indicates that concrete subtypes must have the views of the specified names.
- res(Object, String) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Yields a URL to the given resource.
- resolveDefinition(JellyContext) - Method in class org.kohsuke.stapler.jelly.CallTagLibScript
-
Resolves to the definition of the script to call to.
- resolveScript(String) - Method in class org.kohsuke.stapler.AbstractTearOff
-
Loads the script just from the target class without considering inherited scripts
from its base types.
- resolveScript(String) - Method in class org.kohsuke.stapler.jelly.JellyClassTearOff
-
Aside from looking into our own, consult other facets that can handle Jelly-compatible scripts.
- resourceBundle - Variable in class org.kohsuke.stapler.jelly.InternationalizedStringExpression
-
- ResourceBundle - Class in org.kohsuke.stapler.jelly
-
Cache of localization strings.
- ResourceBundle(String) - Constructor for class org.kohsuke.stapler.jelly.ResourceBundle
-
- resourceBundleFactory - Variable in class org.kohsuke.stapler.jelly.JellyFacet
-
- ResourceBundleFactory - Class in org.kohsuke.stapler.jelly
-
- ResourceBundleFactory() - Constructor for class org.kohsuke.stapler.jelly.ResourceBundleFactory
-
- ResponseImpl - Class in org.kohsuke.stapler
-
- ResponseImpl(Stapler, HttpServletResponse) - Constructor for class org.kohsuke.stapler.ResponseImpl
-
- restriction() - Method in interface org.kohsuke.stapler.export.XSD.SimpleType
-
- returnNull() - Static method in class org.kohsuke.stapler.Function
-
- reverseProxyTo(URL, StaplerRequest) - Method in class org.kohsuke.stapler.ResponseImpl
-
- reverseProxyTo(URL, StaplerRequest) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Performs the reverse proxy to the given URL.
- rootType - Variable in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
- rootURL - Variable in class org.kohsuke.stapler.framework.adjunct.AdjunctManager
-
Absolute URL of the
AdjunctManager
in the calling application where it is bound to.
- run(JellyContext, XMLOutput) - Method in class org.kohsuke.stapler.jelly.CallTagLibScript
-
- run(JellyContext, XMLOutput) - Method in class org.kohsuke.stapler.jelly.groovy.GroovierJellyScript
-
- run(JellyBuilder) - Method in class org.kohsuke.stapler.jelly.groovy.GroovierJellyScript
-
- run(JellyContext, XMLOutput) - Method in class org.kohsuke.stapler.jelly.JellyViewScript
-
- SchemaGenerator - Class in org.kohsuke.stapler.export
-
Generates XML Schema that describes the XML representation of exported beans.
- SchemaGenerator(Model<?>) - Constructor for class org.kohsuke.stapler.export.SchemaGenerator
-
- scriptInvoker - Variable in class org.kohsuke.stapler.jelly.JellyFacet
-
Used to invoke Jelly script.
- ScriptInvoker - Interface in org.kohsuke.stapler.jelly
-
Pluggability point for controlling how scripts get executed.
- ScriptLoadException - Exception in org.kohsuke.stapler
-
Indicates a failure to load a script.
- ScriptLoadException(String, Throwable) - Constructor for exception org.kohsuke.stapler.ScriptLoadException
-
- ScriptLoadException(Throwable) - Constructor for exception org.kohsuke.stapler.ScriptLoadException
-
- scriptURL - Variable in class org.kohsuke.stapler.jelly.groovy.StaplerClosureScript
-
Where was this script loaded from?
- sendRedirect(String) - Method in class org.kohsuke.stapler.ResponseImpl
-
- sendRedirect2(String) - Method in class org.kohsuke.stapler.ResponseImpl
-
- sendRedirect2(String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Works like HttpServletResponse.sendRedirect(String)
except that this method
escapes the URL.
- sequence() - Method in interface org.kohsuke.stapler.export.XSD.ComplexType
-
- sequence() - Method in interface org.kohsuke.stapler.export.XSD.Restriction
-
- serveExposedBean(StaplerRequest, Object, Flavor) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveExposedBean(StaplerRequest, Object, Flavor) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Serves the exposed bean in the specified flavor.
- serveFile(StaplerRequest, URL, long) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveFile(StaplerRequest, URL) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveFile(StaplerRequest, InputStream, long, long, long, String) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveFile(StaplerRequest, InputStream, long, long, int, String) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveFile(StaplerRequest, InputStream, long, long, String) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveFile(StaplerRequest, InputStream, long, int, String) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveFile(StaplerRequest, URL) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Serves a static resource.
- serveFile(StaplerRequest, URL, long) - Method in interface org.kohsuke.stapler.StaplerResponse
-
- serveFile(StaplerRequest, InputStream, long, long, long, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Serves a static resource.
- serveFile(StaplerRequest, InputStream, long, long, int, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
- serveFile(StaplerRequest, InputStream, long, long, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
Serves a static resource.
- serveFile(StaplerRequest, InputStream, long, int, String) - Method in interface org.kohsuke.stapler.StaplerResponse
-
- serveIndexGroovy(StaplerRequest, StaplerResponse, Object) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClassTearOff
-
- serveIndexJelly(StaplerRequest, StaplerResponse, Object) - Method in class org.kohsuke.stapler.jelly.JellyClassTearOff
-
Serves index.jelly if it's available, and returns true.
- serveLocalizedFile(StaplerRequest, URL) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveLocalizedFile(StaplerRequest, URL, long) - Method in class org.kohsuke.stapler.ResponseImpl
-
- serveLocalizedFile(StaplerRequest, URL) - Method in interface org.kohsuke.stapler.StaplerResponse
-
- serveLocalizedFile(StaplerRequest, URL, long) - Method in interface org.kohsuke.stapler.StaplerResponse
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.kohsuke.stapler.Stapler
-
- set(String, Object) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
Sets the value to JellyContext
(typically as a pre-cursor to calling into Jelly tags.)
- setApp(Object) - Method in class org.kohsuke.stapler.WebApp
-
- setApplicationObject() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
-
Sets the root application object.
- setAssumes(String) - Method in class org.kohsuke.stapler.jelly.AdjunctTag
-
Comma-separated adjunct names that are externally included in the page
and should be suppressed.
- setBindListener(BindInterceptor) - Method in class org.kohsuke.stapler.RequestImpl
-
- setBindListener(BindInterceptor) - Method in interface org.kohsuke.stapler.StaplerRequest
-
- setClass(Class) - Method in class org.kohsuke.stapler.jelly.IncludeTag
-
When loading script, load from this class.
- setClassLoader(ServletContext, ClassLoader) - Static method in class org.kohsuke.stapler.Stapler
-
- setClassLoader(ClassLoader) - Method in class org.kohsuke.stapler.WebApp
-
- setColumnNumber(int) - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
-
- setContentType(StaplerResponse) - Method in class org.kohsuke.stapler.framework.io.LargeText
-
- setCrumbIssuer(CrumbIssuer) - Method in class org.kohsuke.stapler.WebApp
-
- setDelegate(GroovyObject) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
-
Sets the delegation target.
- setDeprecated(boolean) - Method in class org.kohsuke.stapler.jelly.AttributeTag
-
If the attribute is deprecated, set to true.
- setElementName(String) - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
-
- setExpr(String) - Method in class org.kohsuke.stapler.jelly.AttributeConstraintsTag
-
Constraint expression.
- setExpressionFactory(ServletContextEvent, ExpressionFactory) - Static method in class org.kohsuke.stapler.jelly.JellyFacet
-
Sets the Jelly ExpressionFactory
to be used to parse views.
- setFile(File) - Method in class org.kohsuke.stapler.jelly.CopyStreamTag
-
- setFileName(String) - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
-
- setFrom(Object) - Method in class org.kohsuke.stapler.jelly.IncludeTag
-
When loading the script, use the classloader from this object
to locate the script.
- setHeader(String, String) - Method in class org.kohsuke.stapler.compression.CompressionServletResponse
-
- setIncludes(String) - Method in class org.kohsuke.stapler.jelly.AdjunctTag
-
Comma-separated adjunct names.
- setInputStream(InputStream) - Method in class org.kohsuke.stapler.jelly.CopyStreamTag
-
- setIt(Object) - Method in class org.kohsuke.stapler.jelly.IncludeTag
-
Specifies the object for which JSP will be included.
- setIt(Object) - Method in class org.kohsuke.stapler.tags.Include
-
Specifies the object for which JSP will be included.
- setKey(String) - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
-
- setLineNumber(int) - Method in class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
-
- setName(String) - Method in class org.kohsuke.stapler.jelly.AttributeTag
-
Name of the attribute.
- setName(String) - Method in class org.kohsuke.stapler.jelly.HeaderTag
-
Header name.
- setNamespaceContext(Map) - Method in class org.kohsuke.stapler.jelly.FindAncestorTag
-
- setOptional(boolean) - Method in class org.kohsuke.stapler.jelly.IncludeTag
-
If true, not finding the page is not an error.
- setOutput(XMLOutput) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
-
- setPage(String) - Method in class org.kohsuke.stapler.jelly.IncludeTag
-
Specifies the name of the JSP to be included.
- setPage(String) - Method in class org.kohsuke.stapler.tags.Include
-
Specifies the name of the JSP to be included.
- setProperty(String, Object) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
-
- setPublicId(String) - Method in class org.kohsuke.stapler.jelly.DoctypeTag
-
- setReader(Reader) - Method in class org.kohsuke.stapler.jelly.CopyStreamTag
-
- setRole(String) - Method in class org.kohsuke.stapler.jelly.IsUserInRoleTag
-
The name of the role against which the user is checked.
- setRoot(ServletContextEvent, Object) - Static method in class org.kohsuke.stapler.Stapler
-
Sets the specified object as the root of the web application.
- setSystemId(String) - Method in class org.kohsuke.stapler.jelly.DoctypeTag
-
- setTag(String) - Method in class org.kohsuke.stapler.jelly.FindAncestorTag
-
QName of the tag to look for.
- setTarget(Function) - Method in class org.kohsuke.stapler.interceptor.Interceptor
-
Called by Stapler to set up the target of the interceptor.
- setTarget(Function) - Method in class org.kohsuke.stapler.LimitedTo.Processor
-
- setTearOff(Class<T>, T) - Method in class org.kohsuke.stapler.TearOffSupport
-
- setType(String) - Method in class org.kohsuke.stapler.jelly.AttributeTag
-
If it makes sense, describe the Java type that the attribute
expects as values.
- setUrl(URL) - Method in class org.kohsuke.stapler.jelly.CopyStreamTag
-
- setUrl(String) - Method in class org.kohsuke.stapler.jelly.RedirectTag
-
Sets the target URL to redirect to.
- setUse(String) - Method in class org.kohsuke.stapler.jelly.AttributeTag
-
If the attribute is required, specify use="required".
- setValue(Object) - Method in class org.kohsuke.stapler.jelly.BindTag
-
- setValue(String) - Method in class org.kohsuke.stapler.jelly.ContentTypeTag
-
The content-type value, such as "text/html".
- setValue(String) - Method in class org.kohsuke.stapler.jelly.HeaderTag
-
Header value.
- setValue(Expression) - Method in class org.kohsuke.stapler.jelly.OutTag
-
- setValue(int) - Method in class org.kohsuke.stapler.jelly.StatusCodeTag
-
HTTP status code to send back.
- setVar(String) - Method in class org.kohsuke.stapler.jelly.BindTag
-
JavaScript variable name to set the proxy to.
- setVar(String) - Method in class org.kohsuke.stapler.jelly.FindAncestorTag
-
Variable name to set the discovered Tag
object.
- simpleType() - Method in interface org.kohsuke.stapler.export.XSD.Schema
-
- slashedName - Variable in class org.kohsuke.stapler.framework.adjunct.Adjunct
-
- source - Variable in class org.kohsuke.stapler.jelly.JellyViewScript
-
Full URL that points to the source of the script.
- spool(String...) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctsInPage
-
- stapler - Variable in class org.kohsuke.stapler.RequestImpl
-
- Stapler - Class in org.kohsuke.stapler
-
Maps an HTTP request to a method call / JSP invocation against a model object
by evaluating the request URL in a EL-ish way.
- Stapler() - Constructor for class org.kohsuke.stapler.Stapler
-
- StaplerClosureScript - Class in org.kohsuke.stapler.jelly.groovy
-
- StaplerClosureScript() - Constructor for class org.kohsuke.stapler.jelly.groovy.StaplerClosureScript
-
- StaplerFallback - Interface in org.kohsuke.stapler
-
- StaplerOverridable - Interface in org.kohsuke.stapler
-
A web-bound object can implement this interface to allow designated objects to selectively override
URL mappings.
- StaplerProxy - Interface in org.kohsuke.stapler
-
If an object delegates all its UI processing to another object,
it can implement this interface and return the designated object
from the
StaplerProxy.getTarget()
method.
- StaplerRequest - Interface in org.kohsuke.stapler
-
Defines additional parameters/operations made available by Stapler.
- StaplerResponse - Interface in org.kohsuke.stapler
-
Defines additional operations made available by Stapler.
- StaplerTagLibrary - Class in org.kohsuke.stapler.jelly
-
- StaplerTagLibrary() - Constructor for class org.kohsuke.stapler.jelly.StaplerTagLibrary
-
- startArray() - Method in interface org.kohsuke.stapler.export.DataWriter
-
- startObject() - Method in interface org.kohsuke.stapler.export.DataWriter
-
- startPrefixMapping(XMLOutput) - Method in class org.kohsuke.stapler.jelly.groovy.Namespace
-
- staticResource(URL) - Static method in class org.kohsuke.stapler.HttpResponses
-
Serves a static resource specified by the URL.
- staticResource(URL, long) - Static method in class org.kohsuke.stapler.HttpResponses
-
Serves a static resource specified by the URL.
- status(int) - Static method in class org.kohsuke.stapler.HttpResponses
-
- StatusCodeTag - Class in org.kohsuke.stapler.jelly
-
Sets HTTP status code.
- StatusCodeTag() - Constructor for class org.kohsuke.stapler.jelly.StatusCodeTag
-
- STRING - Static variable in class org.kohsuke.stapler.export.XSD.Types
-
- StructuredMessageArgumentTag - Class in org.kohsuke.stapler.jelly
-
Body is evaluated and is used as an argument for the surrounding <structuredMessageFormat> element.
- StructuredMessageArgumentTag() - Constructor for class org.kohsuke.stapler.jelly.StructuredMessageArgumentTag
-
- StructuredMessageFormatTag - Class in org.kohsuke.stapler.jelly
-
Format message from a resource, but by using a nested children as arguments, instead of just using expressions.
- StructuredMessageFormatTag() - Constructor for class org.kohsuke.stapler.jelly.StructuredMessageFormatTag
-
- superModel - Variable in class org.kohsuke.stapler.export.Model
-
Model
for the super class.