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

A

AbstractTearOff<CLT,S,E extends java.lang.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
 
add(Class<?>) - Method in class org.kohsuke.stapler.export.SchemaGenerator
Adds the schema for the XML representation of the given class.
Adjunct - Class in org.kohsuke.stapler.framework.adjunct
In-memory cache of fully inlined "adjunct" which is a pair of CSS and JavaScript.
Adjunct(AdjunctManager, String, ClassLoader) - Constructor for class org.kohsuke.stapler.framework.adjunct.Adjunct
Builds an adjunct.
adjunct(String) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
Includes the specified adjunct.
Adjunct.Kind - Enum in org.kohsuke.stapler.framework.adjunct
 
AdjunctManager - Class in org.kohsuke.stapler.framework.adjunct
This application-scoped object works like a factory for Adjuncts and provides caching.
AdjunctManager(ServletContext, ClassLoader, String) - Constructor for class org.kohsuke.stapler.framework.adjunct.AdjunctManager
 
AdjunctsInPage - Class in org.kohsuke.stapler.framework.adjunct
This request-scope object keeps track of which Adjuncts are already included.
AdjunctTag - Class in org.kohsuke.stapler.jelly
Writes out links to adjunct CSS and JavaScript, if not done so already.
AdjunctTag() - Constructor for class org.kohsuke.stapler.jelly.AdjunctTag
 
allowResourceToBeServed(String) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctManager
Controls whether the given resource can be served to browsers.
Ancestor - Interface in org.kohsuke.stapler
Information about ancestor of the "it" node.
ancestors - Variable in class org.kohsuke.stapler.RequestImpl
Ancesotr nodes traversed so far.
annotation() - Method in interface org.kohsuke.stapler.export.XSD.Annotated
 
ANYTYPE - Static variable in class org.kohsuke.stapler.export.XSD.Types
 
assembleRestOfPath() - Method in class org.kohsuke.stapler.TokenList
 
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
 

B

base(QName) - Method in interface org.kohsuke.stapler.export.XSD.Restriction
 
baseClass - Variable in class org.kohsuke.stapler.MetaClass
Base metaclass.
bindJSON(Class<T>, JSONObject) - 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(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
Data-bind from either JSONObject or JSONArray to a list, by using StaplerRequest.bindJSON(Class, JSONObject) as the lower-level mechanism.
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
Works like StaplerRequest.bindParameters(Class, String) but uses n-th value of all the parameters.
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.
BOOLEAN - Static variable in class org.kohsuke.stapler.export.XSD.Types
 
buildViewDispatchers(MetaClass, List<Dispatcher>) - Method in class org.kohsuke.stapler.Facet
Adds Dispatchers 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
 

C

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
 
classLoader - Variable in class org.kohsuke.stapler.AbstractTearOff
 
classLoader - Variable in class org.kohsuke.stapler.MetaClass
MetaClassLoader that wraps clazz.getClassLoader().
clazz - Variable in class org.kohsuke.stapler.MetaClass
This meta class wraps this class
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.
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
 
compile() - Method in class org.kohsuke.stapler.jelly.groovy.GroovierJellyScript
 
complexContent() - Method in interface org.kohsuke.stapler.export.XSD.ComplexType
 
complexType() - Method in interface org.kohsuke.stapler.export.XSD.Schema
 
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
 
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.
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
This is the Converter registry that Stapler uses, primarily for form-to-JSON binding in StaplerRequest.bindJSON(Class, JSONObject) and its family of methods.
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
 
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.
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, Object, String) - Method in class org.kohsuke.stapler.Facet
 
createRequestDispatcher(RequestImpl, Object, String) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyFacet
 
createRequestDispatcher(RequestImpl, Object, String) - Method in class org.kohsuke.stapler.jelly.JellyFacet
 
createRequestDispatcher(RequestImpl, Object, String) - Method in class org.kohsuke.stapler.jsp.JSPFacet
 
createTag(String, Attributes) - Method in class org.kohsuke.stapler.jelly.CustomTagLibrary
 
createTagScript(String, Attributes) - Method in class org.kohsuke.stapler.jelly.CustomTagLibrary
 
createXMLOutput(StaplerRequest, StaplerResponse, Script, Object) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
 
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) - Constructor for class org.kohsuke.stapler.jelly.CustomTagLibrary
 

D

DataBoundConstructor - Annotation Type in org.kohsuke.stapler
Desginates the constructor to be created from methods like StaplerRequest.bindJSON(Class, JSONObject) and StaplerRequest.bindParameters(Class, String).
DataWriter - Interface in org.kohsuke.stapler.export
Receives the event callback on the model data to be exposed.
debugLoader - Static variable in class org.kohsuke.stapler.MetaClassLoader
If non-null, delegate to this classloader.
defaultEncodingForStaticResources - Variable in class org.kohsuke.stapler.WebApp
MIME type -> encoding map that determines how static contents in the war file is served.
DefaultScriptInvoker - Class in org.kohsuke.stapler.jelly
Standard implementation of ScriptInvoker.
DefaultScriptInvoker() - Constructor for class org.kohsuke.stapler.jelly.DefaultScriptInvoker
 
delete(StaplerRequest, StaplerResponse) - Method in interface org.kohsuke.stapler.HttpDeletable
Called when HTTP DELETE method is invoked.
discover(ClassLoader) - Static method in class org.kohsuke.stapler.Facet
Discovers all the facets in the classloader.
dispatch(RequestImpl, ResponseImpl, Object) - Method in interface org.kohsuke.stapler.Dispatcher
Trys to handle the given request and returns true if it succeeds.
Dispatcher - Interface in org.kohsuke.stapler
Controls the dispatching of incoming HTTP requests.
dispatchers - Variable in class org.kohsuke.stapler.MetaClass
 
DoctypeTag - Class in org.kohsuke.stapler.jelly
Writes out DOCTYPE declaration.
DoctypeTag() - Constructor for class org.kohsuke.stapler.jelly.DoctypeTag
 
documentation(String) - Method in interface org.kohsuke.stapler.export.XSD.Annotation
 
doDynamic(StaplerRequest, StaplerResponse) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctManager
Serves resources in the class loader.
doInvokeMethod(QName, Object) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
 
doProgressText(StaplerRequest, StaplerResponse) - Method in class org.kohsuke.stapler.framework.io.LargeText
Implements the progressive text handling.
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.AdjunctTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.CompressTag
Doesn't particularly do anything as the actual processing happens at DefaultScriptInvoker.invokeScript(StaplerRequest, StaplerResponse, Script, Object)
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.ContentTypeTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.CopyStreamTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.DoctypeTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.HeaderTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.IncludeTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.IsUserInRoleTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.NbspTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.OutTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.ParentScopeTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.RedirectTag
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.StatusCodeTag
 
doTag() - Method in class org.kohsuke.stapler.tags.Include
 

E

element() - Method in interface org.kohsuke.stapler.export.XSD.ContentModel
 
element() - Method in interface org.kohsuke.stapler.export.XSD.Schema
 
encode(String) - Static method in class org.kohsuke.stapler.ResponseImpl
Escapes non-ASCII characters.
endArray() - Method in interface org.kohsuke.stapler.export.DataWriter
 
endObject() - Method in interface org.kohsuke.stapler.export.DataWriter
 
endPrefixMapping(XMLOutput) - Method in class org.kohsuke.stapler.jelly.groovy.Namespace
 
enumeration() - Method in interface org.kohsuke.stapler.export.XSD.Restriction
 
erasure(Type) - Static method in class org.kohsuke.stapler.export.TypeUtil
Returns the runtime representation of the given type.
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
 
evaluate(JellyContext) - Method in class org.kohsuke.stapler.jelly.InternationalizedStringExpression
 
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.
exportVariables(StaplerRequest, StaplerResponse, Script, Object, JellyContext) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
 
EXPRESSION_FACTORY - Static variable in class org.kohsuke.stapler.jelly.JellyClassLoaderTearOff
 
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.
findAncestor(Class) - Method in class org.kohsuke.stapler.RequestImpl
 
findAncestor(Object) - 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 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(String, ClassLoader) - Method in class org.kohsuke.stapler.AbstractTearOff
 
findScript(String) - Method in class org.kohsuke.stapler.AbstractTearOff
Locates the view script of the given name.
Flavor - Enum in org.kohsuke.stapler.export
Export flavor.
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
 
format(Locale, String, Object...) - Method in class org.kohsuke.stapler.jelly.ResourceBundle
 
forward(ServletRequest, ServletResponse) - Method in class org.kohsuke.stapler.jelly.JellyRequestDispatcher
 
forward(Object, String, StaplerRequest) - Method in class org.kohsuke.stapler.ResponseImpl
 
forward(RequestDispatcher, StaplerRequest, HttpServletResponse) - Method in class org.kohsuke.stapler.Stapler
 
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.
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.)

G

generate(XMLOutput, String...) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctsInPage
Generates the script tag and CSS link tag to include necessary adjuncts, and records the fact that those adjuncts are already included in the page, so that it won't be loaded again.
generateSchema(Result) - Method in class org.kohsuke.stapler.export.SchemaGenerator
Generates the complete schema to the specified result.
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(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.RequestImpl
 
getAncestors() - Method in interface org.kohsuke.stapler.StaplerRequest
Returns a list of ancestor objects that lead to the "it" object.
getApplicationName() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
Returns the application name, like "Hudson" or "Torricelli".
getBaseClass(Type, Class) - Static method in class org.kohsuke.stapler.export.TypeUtil
Gets the parameterization of the given base type.
getBuilder() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
 
getClassLoader(ServletContext) - Static method in class org.kohsuke.stapler.Stapler
Deprecated. Use WebApp.getClassLoader()
getClassLoader() - Method in class org.kohsuke.stapler.Stapler
Deprecated. Use WebApp.getClassLoader()
getClassLoader() - Method in class org.kohsuke.stapler.WebApp
 
getCompressedOutputStream(HttpServletRequest) - Method in class org.kohsuke.stapler.ResponseImpl
 
getCompressedOutputStream(HttpServletRequest) - Method in interface org.kohsuke.stapler.StaplerResponse
Works like ServletResponse.getOutputStream() but tries to send the response with gzip compression if the client supports it.
getCompressedWriter(HttpServletRequest) - Method in class org.kohsuke.stapler.ResponseImpl
 
getCompressedWriter(HttpServletRequest) - Method in interface org.kohsuke.stapler.StaplerResponse
Works like StaplerResponse.getCompressedOutputStream(HttpServletRequest) but this method is for ServletResponse.getWriter().
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".
getDelegate() - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
 
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.
getFullUrl() - Method in interface org.kohsuke.stapler.Ancestor
Gets the complete URL to this ancestor.
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.
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
 
getMy() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
Gets the "it" object.
getNext() - Method in interface org.kohsuke.stapler.Ancestor
Gets the next ancestor, or null if none (meaning this is the 'it' object.
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.
getOutput() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
 
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.
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
 
getResourceDispatcher(Object, String) - Method in class org.kohsuke.stapler.Stapler
 
getResponse() - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
 
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.
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.
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.
getStapler() - Method in class org.kohsuke.stapler.RequestImpl
 
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.
getTagLibrary(String) - Method in class org.kohsuke.stapler.jelly.JellyClassLoaderTearOff
 
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
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
 
getUrl() - Method in interface org.kohsuke.stapler.Ancestor
Gets the URL to this ancestor.
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(Object, String) - Method in interface org.kohsuke.stapler.StaplerRequest
Gets the RequestDispatcher that represents a specific view for the given object.
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.
getWebApp() - Method in class org.kohsuke.stapler.Stapler
 
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) - 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
 

H

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.jelly.groovy.GroovyFacet
 
handleIndexRequest(RequestImpl, ResponseImpl, Object, MetaClass) - Method in class org.kohsuke.stapler.jelly.JellyFacet
 
handleIndexRequest(RequestImpl, ResponseImpl, Object, MetaClass) - Method in class org.kohsuke.stapler.jsp.JSPFacet
 
has(Adjunct.Kind) - Method in class org.kohsuke.stapler.framework.adjunct.Adjunct
 
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)!=nulll
Header - Annotation Type in org.kohsuke.stapler
Indicates that this parameter is bound from HTTP header.
HeaderTag - Class in org.kohsuke.stapler.jelly
Adds an HTTP header to the response.
HeaderTag() - Constructor for class org.kohsuke.stapler.jelly.HeaderTag
 
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
 
HttpDeletable - Interface in org.kohsuke.stapler
Marks the object that can handle HTTP DELETE.

I

idx - Variable in class org.kohsuke.stapler.TokenList
Index of the next token.
img(Object, String) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
Generates an <IMG> tag to the resource.
include(Object, String) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
Includes another view.
include(Class, String) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
Includes another view.
include(ServletRequest, ServletResponse) - Method in class org.kohsuke.stapler.jelly.JellyRequestDispatcher
 
Include - Class in org.kohsuke.stapler.tags
Includes a side JSP file for the "it" object.
Include() - Constructor for class org.kohsuke.stapler.tags.Include
 
IncludeTag - Class in org.kohsuke.stapler.jelly
Tag that includes views of the object.
IncludeTag() - Constructor for class org.kohsuke.stapler.jelly.IncludeTag
 
init(ServletConfig) - Method in class org.kohsuke.stapler.Stapler
 
INT - Static variable in class org.kohsuke.stapler.export.XSD.Types
 
InternationalizedStringExpression - Class in org.kohsuke.stapler.jelly
Expression of the form "%messageName(arg1,arg2,...)" that represents internationalized text.
InternationalizedStringExpression(ResourceBundle, String) - Constructor for class org.kohsuke.stapler.jelly.InternationalizedStringExpression
 
invoke(HttpServletRequest, HttpServletResponse, Object, String) - Method in class org.kohsuke.stapler.Stapler
Performs stapler processing on the given root object and request URL.
invokeMethod(String, Object) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
 
invokeMethod(String, Object) - Method in class org.kohsuke.stapler.jelly.groovy.Namespace
 
invokeScript(StaplerRequest, StaplerResponse, Script, Object) - Method in class org.kohsuke.stapler.jelly.DefaultScriptInvoker
 
invokeScript(StaplerRequest, StaplerResponse, Script, Object) - Method in interface org.kohsuke.stapler.jelly.ScriptInvoker
 
IOException2 - Exception in org.kohsuke.stapler.framework.io
IOException with missing constructors.
IOException2() - Constructor for exception org.kohsuke.stapler.framework.io.IOException2
 
IOException2(String) - Constructor for exception org.kohsuke.stapler.framework.io.IOException2
 
IOException2(String, Throwable) - Constructor for exception org.kohsuke.stapler.framework.io.IOException2
 
IOException2(Throwable) - Constructor for exception org.kohsuke.stapler.framework.io.IOException2
 
isComplete() - Method in class org.kohsuke.stapler.framework.io.LargeText
 
IsUserInRoleTag - Class in org.kohsuke.stapler.jelly
 
IsUserInRoleTag() - Constructor for class org.kohsuke.stapler.jelly.IsUserInRoleTag
 

J

jelly(Class) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
Loads a jelly tag library.
JellyBuilder - Class in org.kohsuke.stapler.jelly.groovy
Drive Jelly scripts from Groovy markup.
JellyBuilder(JellyContext, XMLOutput) - Constructor for class org.kohsuke.stapler.jelly.groovy.JellyBuilder
 
JellyClassLoaderTearOff - Class in org.kohsuke.stapler.jelly
MetaClassLoader tear-off for Jelly support.
JellyClassLoaderTearOff(MetaClassLoader) - Constructor for class org.kohsuke.stapler.jelly.JellyClassLoaderTearOff
 
JellyClassTearOff - Class in org.kohsuke.stapler.jelly
 
JellyClassTearOff(MetaClass) - Constructor for class org.kohsuke.stapler.jelly.JellyClassTearOff
 
JellyFacet - Class in org.kohsuke.stapler.jelly
Facet that adds Jelly as the view.
JellyFacet() - Constructor for class org.kohsuke.stapler.jelly.JellyFacet
 
JellyRequestDispatcher - Class in org.kohsuke.stapler.jelly
 
JellyRequestDispatcher(Object, Script) - Constructor for class org.kohsuke.stapler.jelly.JellyRequestDispatcher
 
JSPFacet - Class in org.kohsuke.stapler.jsp
Facet that adds JSP file support.
JSPFacet() - Constructor for class org.kohsuke.stapler.jsp.JSPFacet
 

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, Charset, 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
 
length() - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
 
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).
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
 
loader - Variable in class org.kohsuke.stapler.MetaClassLoader
 
loadTearOff(Class<T>) - Method in class org.kohsuke.stapler.TearOffSupport
 
LOGGER - Static variable in class org.kohsuke.stapler.Facet
 
LONG - Static variable in class org.kohsuke.stapler.export.XSD.Types
 
lookupConverter(Class) - Static method in class org.kohsuke.stapler.Stapler
 

M

manager - Variable in class org.kohsuke.stapler.framework.adjunct.Adjunct
 
markAsComplete() - Method in class org.kohsuke.stapler.framework.io.LargeText
 
maxOccurs(String) - Method in interface org.kohsuke.stapler.export.XSD.Element
 
MetaClass - Class in org.kohsuke.stapler
The stapler version of the Class object, that retains some useful cache about a class and its view.
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
 
methodMissing(String, Object) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
 
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 to DataWriter.
ModelBuilder - Class in org.kohsuke.stapler.export
Creates and maintains Models, that are used to write out the value representation of exposed beans.
ModelBuilder() - Constructor for class org.kohsuke.stapler.export.ModelBuilder
 

N

name(String) - Method in interface org.kohsuke.stapler.export.DataWriter
 
name - Variable in class org.kohsuke.stapler.export.Property
Name of the property.
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 - Variable in class org.kohsuke.stapler.framework.adjunct.Adjunct
Fully qualified name of this adjunct that follows the dot notation.
namespace(String, String) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
This is used to allow QName to be used for the invocation.
namespace(String) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
 
Namespace - Class in org.kohsuke.stapler.jelly.groovy
 
NbspTag - Class in org.kohsuke.stapler.jelly
Writes out '&nbsp;'.
NbspTag() - Constructor for class org.kohsuke.stapler.jelly.NbspTag
 
newInputStream() - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
Creates an InputStream that reads from the underlying buffer.
next() - Method in class org.kohsuke.stapler.TokenList
 
nextAsInt() - 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
 
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
 
NoSuchAdjunctException - Exception in org.kohsuke.stapler.framework.adjunct
 
NoSuchAdjunctException() - Constructor for exception org.kohsuke.stapler.framework.adjunct.NoSuchAdjunctException
 
NoSuchAdjunctException(String) - Constructor for exception org.kohsuke.stapler.framework.adjunct.NoSuchAdjunctException
 
NoSuchAdjunctException(String, Throwable) - Constructor for exception org.kohsuke.stapler.framework.adjunct.NoSuchAdjunctException
 
NoSuchAdjunctException(Throwable) - Constructor for exception org.kohsuke.stapler.framework.adjunct.NoSuchAdjunctException
 
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(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
 

O

org.kohsuke.stapler - package org.kohsuke.stapler
 
org.kohsuke.stapler.export - package org.kohsuke.stapler.export
 
org.kohsuke.stapler.framework - package org.kohsuke.stapler.framework
 
org.kohsuke.stapler.framework.adjunct - package org.kohsuke.stapler.framework.adjunct
 
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.jelly - package org.kohsuke.stapler.jelly
Optional Jelly support, to write views in Jelly (as opposed to JSP).
org.kohsuke.stapler.jelly.groovy - package org.kohsuke.stapler.jelly.groovy
 
org.kohsuke.stapler.jsp - package org.kohsuke.stapler.jsp
 
org.kohsuke.stapler.tags - package org.kohsuke.stapler.tags
 
OutTag - Class in org.kohsuke.stapler.jelly
Tag that outputs the specified value but with escaping, so that you can escape a portion even if the XMLOutput is not escaping.
OutTag() - Constructor for class org.kohsuke.stapler.jelly.OutTag
 
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
 
ParentScopeTag - Class in org.kohsuke.stapler.jelly
Executes the body in the parent scope.
ParentScopeTag() - Constructor for class org.kohsuke.stapler.jelly.ParentScopeTag
 
parse(URL) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClassLoaderTearOff
 
parseScript(URL) - Method in class org.kohsuke.stapler.AbstractTearOff
Compiles a script into the compiled form.
parseScript(URL) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClassTearOff
 
parseScript(URL) - Method in class org.kohsuke.stapler.jelly.JellyClassTearOff
 
peek() - Method in class org.kohsuke.stapler.TokenList
 
prev() - Method in class org.kohsuke.stapler.TokenList
 
Property - Class in org.kohsuke.stapler.export
Exposes one exposed property of ExportedBean to DataWriter.

Q

QueryParameter - Annotation Type in org.kohsuke.stapler
Indicates that this parameter is bound from HTTP query parameter.

R

raw(Object) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
Generates HTML fragment from string.
readAll() - Method in class org.kohsuke.stapler.framework.io.LargeText
Returns Reader for reading the raw bytes.
RedirectTag - Class in org.kohsuke.stapler.jelly
Sends HTTP redirect.
RedirectTag() - Constructor for class org.kohsuke.stapler.jelly.RedirectTag
 
RequestImpl - Class in org.kohsuke.stapler
StaplerRequest implementation.
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.
res(Object, String) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
Yields a URL to the given resource.
ResourceBundle - Class in org.kohsuke.stapler.jelly
Cache of localization strings.
ResourceBundle(String) - Constructor for class org.kohsuke.stapler.jelly.ResourceBundle
 
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
 
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.groovy.GroovierJellyScript
 
run(JellyBuilder) - Method in class org.kohsuke.stapler.jelly.groovy.GroovierJellyScript
 

S

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.
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, int, 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, int, 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
Serves a static resource.
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 indx.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
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 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.
service(HttpServletRequest, HttpServletResponse) - Method in class org.kohsuke.stapler.Stapler
 
setApplicationObject() - Method in class org.kohsuke.stapler.framework.AbstractWebAppMain
Sets the root application object.
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
Deprecated. Use WebApp.setClassLoader(ClassLoader)
setClassLoader(ClassLoader) - Method in class org.kohsuke.stapler.WebApp
Sets the classloader used by StaplerRequest.bindJSON(Class, JSONObject) and its sibling methods.
setDelegate(GroovyObject) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyClosureScript
Sets the delegation target.
setExpressionFactory(ServletContextEvent, ExpressionFactory) - Static method in class org.kohsuke.stapler.Stapler
Sets the Jelly ExpressionFactory to be used to parse views.
setFile(File) - Method in class org.kohsuke.stapler.jelly.CopyStreamTag
 
setFrom(Object) - Method in class org.kohsuke.stapler.jelly.IncludeTag
When loading the script, use the classloader from this object to locate the script.
setIncludes(String) - Method in class org.kohsuke.stapler.jelly.AdjunctTag
Comma-separated adjunct names.
setInputStream(InputStream) - Method in class org.kohsuke.stapler.jelly.CopyStreamTag
 
setIt(Object) - Method in class org.kohsuke.stapler.jelly.IncludeTag
Specifies the object for which JSP will be included.
setIt(Object) - Method in class org.kohsuke.stapler.tags.Include
Specifies the object for which JSP will be included.
setName(String) - Method in class org.kohsuke.stapler.jelly.HeaderTag
 
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
 
setTearOff(Class<T>, T) - Method in class org.kohsuke.stapler.TearOffSupport
 
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.
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
 
setValue(Expression) - Method in class org.kohsuke.stapler.jelly.OutTag
 
setValue(int) - Method in class org.kohsuke.stapler.jelly.StatusCodeTag
 
simpleType() - Method in interface org.kohsuke.stapler.export.XSD.Schema
 
slashedName - Variable in class org.kohsuke.stapler.framework.adjunct.Adjunct
The same as Adjunct.name but uses '/' separator.
spool(String...) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctsInPage
Works like the AdjunctsInPage.generate(XMLOutput, String[]) method but just put the adjuncts to AdjunctsInPage.pending without writing it.
stapler - Variable in class org.kohsuke.stapler.RequestImpl
 
Stapler - Class in org.kohsuke.stapler
Maps an HTTP request to a method call / JSP invocation against a model object by evaluating the request URL in a EL-ish way.
Stapler() - Constructor for class org.kohsuke.stapler.Stapler
 
StaplerFallback - Interface in org.kohsuke.stapler
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().
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
 
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
 
superModel - Variable in class org.kohsuke.stapler.export.Model
Model for the super class.

T

taglib(Class) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
Loads a Groovy tag lib instance.
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(Object) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
Writes PCDATA.
toExportedObject() - Method in interface org.kohsuke.stapler.export.CustomExportedBean
The returned object will be introspected and written as JSON/XML.
TokenList - Class in org.kohsuke.stapler
Tokenized strings.
tokens - Variable in class org.kohsuke.stapler.RequestImpl
Tokenized URLs and consumed tokens.
tokens - Variable in class org.kohsuke.stapler.TokenList
 
toString() - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
 
toString() - Method in class org.kohsuke.stapler.TokenList
 
type - Variable in class org.kohsuke.stapler.export.Model
The class being modeled.
type(QName) - Method in interface org.kohsuke.stapler.export.XSD.Element
 
TypeUtil - Class in org.kohsuke.stapler.export
Type arithmetic code.
TypeUtil() - Constructor for class org.kohsuke.stapler.export.TypeUtil
 

U

URI - Static variable in interface org.kohsuke.stapler.export.XSD
 

V

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.framework.adjunct.Adjunct.Kind
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.framework.adjunct.Adjunct.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
visibility - Variable in class org.kohsuke.stapler.export.Property
Visibility depth level of this property.

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.
wrappers - Variable in class org.kohsuke.stapler.WebApp
Duck-type wrappers for the given class.
write(XMLOutput) - Method in class org.kohsuke.stapler.framework.adjunct.Adjunct
 
write(int) - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
 
write(String, int, int) - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
 
write(char[], int, int) - Method in class org.kohsuke.stapler.framework.io.AtomicFileWriter
 
write(byte[], int, int) - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
 
write(int) - Method in class org.kohsuke.stapler.framework.io.ByteBuffer
 
write(char[], int, int) - Method in class org.kohsuke.stapler.framework.io.CharSpool
 
write(int) - Method in class org.kohsuke.stapler.framework.io.CharSpool
 
write(char[]) - Method in class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
 
write(String) - Method in class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
 
write(int) - Method in class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
 
write(char[], int, int) - Method in class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
 
write(String, int, int) - Method in class org.kohsuke.stapler.framework.io.LineEndNormalizingWriter
 
write(int) - Method in class org.kohsuke.stapler.framework.io.WriterOutputStream
 
write(byte[], int, int) - Method in class org.kohsuke.stapler.framework.io.WriterOutputStream
 
writeLogTo(long, Writer) - Method in class org.kohsuke.stapler.framework.io.LargeText
Writes the tail portion of the file to the Writer.
WriterOutputStream - Class in org.kohsuke.stapler.framework.io
OutputStream that writes to Writer by assuming the platform default encoding.
WriterOutputStream(Writer, Charset) - Constructor for class org.kohsuke.stapler.framework.io.WriterOutputStream
 
WriterOutputStream(Writer) - Constructor for class org.kohsuke.stapler.framework.io.WriterOutputStream
 
writeSpooled(XMLOutput) - Method in class org.kohsuke.stapler.framework.adjunct.AdjunctsInPage
Writes out what's spooled by AdjunctsInPage.spool(String[]) method.
writeTo(T, DataWriter) - Method in class org.kohsuke.stapler.export.Model
Writes the property values of the given object to the writer.
writeTo(T, int, DataWriter) - Method in class org.kohsuke.stapler.export.Model
Writes the property values of the given object to the writer.
writeTo(Object, int, DataWriter) - Method in class org.kohsuke.stapler.export.Property
Writes one property of the given object to DataWriter.
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
 

X

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.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
 
XSD.Types() - Constructor for class org.kohsuke.stapler.export.XSD.Types
 

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

Copyright © 2008. All Rights Reserved.