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
 
add(Class) - Method in class org.kohsuke.stapler.export.SchemaGenerator
Adds the schema for the XML representation of the given class.
Ancestor - Interface in org.kohsuke.stapler
Information about ancestor of the "it" node.
annotation() - Method in interface org.kohsuke.stapler.export.XSD.Annotated
 
ANYTYPE - Static variable in class org.kohsuke.stapler.export.XSD.Types
 

B

base(QName) - Method in interface org.kohsuke.stapler.export.XSD.Restriction
 
baseClass - Variable in class org.kohsuke.stapler.MetaClass
Base metaclass.
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 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
 

C

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
ClosureScript - Class in org.kohsuke.stapler.jelly.groovy
Script that invokes a Closure.
ClosureScript(JellyBuilder, Closure) - Constructor for class org.kohsuke.stapler.jelly.groovy.ClosureScript
 
compareTo(Property) - Method in class org.kohsuke.stapler.export.Property
 
compile() - Method in class org.kohsuke.stapler.jelly.groovy.ClosureScript
 
compile() - Method in class org.kohsuke.stapler.jelly.groovy.GroovyScript
 
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
 
CopyStreamTag - Class in org.kohsuke.stapler.jelly
Copies a stream as text.
CopyStreamTag() - Constructor for class org.kohsuke.stapler.jelly.CopyStreamTag
 
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.JellyClassTearOff
Creates a RequestDispatcher that forwards to the jelly view, if available.
createTag(String, Attributes) - Method in class org.kohsuke.stapler.jelly.CustomTagLibrary
 
createTagScript(String, Attributes) - Method in class org.kohsuke.stapler.jelly.CustomTagLibrary
 
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 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.
dispatchers - Variable in class org.kohsuke.stapler.MetaClass
 
documentation(String) - Method in interface org.kohsuke.stapler.export.XSD.Annotation
 
doInvokeMethod(QName, Object) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
 
doTag(XMLOutput) - Method in class org.kohsuke.stapler.jelly.CompressTag
Doesn't particularly do anything as the actual processing happens at JellyClassTearOff.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.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() - 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
 
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.
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.
extension() - Method in interface org.kohsuke.stapler.export.XSD.ComplexContent
 

F

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.
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 interface org.kohsuke.stapler.StaplerResponse
Redirects the browser to where it came from (the referer.)

G

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(Class) - Static method in class org.kohsuke.stapler.MetaClass
 
get(ClassLoader) - Static method in class org.kohsuke.stapler.MetaClassLoader
 
getAncestors() - Method in interface org.kohsuke.stapler.StaplerRequest
Returns a list of ancestor objects that lead to the "it" object.
getBaseClass(Type, Class) - Static method in class org.kohsuke.stapler.export.TypeUtil
Gets the parameterization of the given base type.
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 interface org.kohsuke.stapler.StaplerResponse
Works like StaplerResponse.getCompressedOutputStream(HttpServletRequest) but this method is for ServletResponse.getWriter().
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.
getGenericType() - Method in class org.kohsuke.stapler.export.Property
 
getJavadoc() - Method in class org.kohsuke.stapler.export.Property
Gets the associated javadoc, if any, or null.
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 interface org.kohsuke.stapler.StaplerRequest
Gets the request URI of the original request, so that you can access the value even from JSP.
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.
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.
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 interface org.kohsuke.stapler.StaplerRequest
Gets the part of the request URL from protocol up to the context path.
getServletContext() - Method in interface org.kohsuke.stapler.StaplerRequest
Returns the ServletContext object given to the stapler dispatcher servlet.
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
 
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.
getVariable(String) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBinding
 
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.
getXmlTypeName(Class<?>) - Method in class org.kohsuke.stapler.export.SchemaGenerator
 
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
 
GroovyScript - 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.)
GroovyScript(Class) - Constructor for class org.kohsuke.stapler.jelly.groovy.GroovyScript
 

H

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
 

I

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
 
invokeMethod(String, Object) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBuilder
 
invokeMethod(String, Object) - Method in class org.kohsuke.stapler.jelly.groovy.Namespace
 
invokeScript(StaplerRequest, StaplerResponse, Script, Object) - Static method in class org.kohsuke.stapler.jelly.JellyClassTearOff
 
IsUserInRoleTag - Class in org.kohsuke.stapler.jelly
 
IsUserInRoleTag() - Constructor for class org.kohsuke.stapler.jelly.IsUserInRoleTag
 

J

JellyBinding - Class in org.kohsuke.stapler.jelly.groovy
Binding that delegates to JellyContext.
JellyBinding(JellyContext, XMLOutput) - Constructor for class org.kohsuke.stapler.jelly.groovy.JellyBinding
 
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
 

L

LimitedTo - Annotation Type in org.kohsuke.stapler
Declares that methods are only available for requests that have the specified role(s).
loader - Variable in class org.kohsuke.stapler.MetaClassLoader
 
loadTearOff(Class<T>) - Method in class org.kohsuke.stapler.TearOffSupport
 
LONG - Static variable in class org.kohsuke.stapler.export.XSD.Types
 

M

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
 
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
 
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
 
NO_CACHE - Static variable in class org.kohsuke.stapler.MetaClass
Don't cache anything in memory, so that any change will take effect instantly.
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
 

O

org.kohsuke.stapler - package org.kohsuke.stapler
 
org.kohsuke.stapler.export - package org.kohsuke.stapler.export
 
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.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
 
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

restriction() - Method in interface org.kohsuke.stapler.export.XSD.SimpleType
 
run(JellyContext, XMLOutput) - Method in class org.kohsuke.stapler.jelly.groovy.ClosureScript
 
run(JellyContext, XMLOutput) - Method in class org.kohsuke.stapler.jelly.groovy.GroovyScript
 

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
 
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 interface org.kohsuke.stapler.StaplerResponse
Serves the exposed bean in the specified flavor.
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.
serveIndexJelly(StaplerRequest, StaplerResponse, Object) - Method in class org.kohsuke.stapler.jelly.JellyClassTearOff
Serves indx.jelly if it's available, and returns true.
service(HttpServletRequest, HttpServletResponse) - Method in class org.kohsuke.stapler.Stapler
 
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.
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.
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.
setTearOff(Class<T>, T) - Method in class org.kohsuke.stapler.TearOffSupport
 
setUrl(URL) - Method in class org.kohsuke.stapler.jelly.CopyStreamTag
 
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
 
setVariable(String, Object) - Method in class org.kohsuke.stapler.jelly.groovy.JellyBinding
 
simpleType() - Method in interface org.kohsuke.stapler.export.XSD.Schema
 
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
 
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
 
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

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
 
toExportedObject() - Method in interface org.kohsuke.stapler.export.CustomExportedBean
The returned object will be introspected and written as JSON/XML.
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.
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.
visibility - Variable in class org.kohsuke.stapler.export.Property
Visibility depth level of this property.

W

writeTo(T, 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.

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 © 2007. All Rights Reserved.