| Package | Description |
|---|---|
| org.kohsuke.stapler |
Stapler URL->Object mapping framework.
|
| org.kohsuke.stapler.bind |
Subsystem for exposing arbitrary objects on per-session basis to the URL space.
|
| org.kohsuke.stapler.export |
Mechanism for writing out a graph of model objects in a machine readable format.
|
| org.kohsuke.stapler.framework.adjunct |
JavaScript/CSS packaging mechanism.
|
| org.kohsuke.stapler.framework.io | |
| org.kohsuke.stapler.interceptor | |
| org.kohsuke.stapler.jelly |
Optional Jelly support, to write views in Jelly.
|
| org.kohsuke.stapler.jelly.groovy | |
| org.kohsuke.stapler.jsp |
| Class and Description |
|---|
| AbstractTearOff
Partial default implementation of tear-off class, for convenience of derived classes.
|
| Ancestor
Information about ancestor of the "it" node.
|
| AncestorInPath
Indicates that this parameter is injected by evaluating
StaplerRequest.findAncestorObject(Class) with the parameter type. |
| AnnotationHandler
Handles stapler parameter annotations by determining what values to inject for a method call.
|
| AttributeKey
Type-safe attribute accessor.
|
| BindInterceptor
Intercepts (and receives callbacks) about the JSON->object binding process.
|
| CachingScriptLoader
Convenient base class for caching loaded scripts.
|
| CrumbIssuer
Generates a nonce value that allows us to protect against cross-site request forgery (CSRF) attacks.
|
| Dispatcher
Controls the dispatching of incoming HTTP requests.
|
| EvaluationTrace
Remebers the
Stapler.invoke(RequestImpl, ResponseImpl, Object)
evaluation traces. |
| Facet
Aspect of stapler that brings in an optional language binding.
|
ForwardToView
HttpResponse that forwards to a RequestDispatcher, such as a view. |
| Function
Abstracts the difference between normal instance methods and
static duck-typed methods.
|
| Header
Indicates that this parameter is bound from HTTP header.
|
HttpRedirect
HttpResponse that dose HTTP 302 redirect. |
| HttpResponse
Object that represents the HTTP response, which is defined as a capability to produce the response.
|
| HttpResponseRenderer
Pluggable interface that takes the return value from request handling
methods and convert that to HTTP responses.
|
| HttpResponses.HttpResponseException |
| InjectedParameter
Used on annotations to indicate that it signals a parameter injection in web-bound "doXyz" methods.
|
| MetaClass
Created one instance each for a
Klass,
that retains some useful cache about a class and its views. |
| MetaClassLoader
The stapler version of the
ClassLoader object,
that retains some useful cache about a class loader. |
| QueryParameter
Indicates that this parameter is injected from HTTP query parameter.
|
RequestImpl
StaplerRequest implementation. |
ResponseImpl
StaplerResponse implementation. |
| SingleLinkedList
Single linked list which allows sharing of the suffix.
|
| 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.
|
| StaplerRequest
Defines additional parameters/operations made available by Stapler.
|
| StaplerResponse
Defines additional operations made available by Stapler.
|
| TearOffSupport
Allows "tear-off" objects to be linked to the parent object.
|
| TokenList
Tokenized path portion of the URL.
|
| WebApp
Object scoped to the entire webapp.
|
| Class and Description |
|---|
| HttpResponse
Object that represents the HTTP response, which is defined as a capability to produce the response.
|
| StaplerFallback
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(). |
| Class and Description |
|---|
| StaplerResponse
Defines additional operations made available by Stapler.
|
| Class and Description |
|---|
| StaplerRequest
Defines additional parameters/operations made available by Stapler.
|
| StaplerResponse
Defines additional operations made available by Stapler.
|
| WebApp
Object scoped to the entire webapp.
|
| Class and Description |
|---|
| StaplerRequest
Defines additional parameters/operations made available by Stapler.
|
| StaplerResponse
Defines additional operations made available by Stapler.
|
| Class and Description |
|---|
| Function
Abstracts the difference between normal instance methods and
static duck-typed methods.
|
| StaplerRequest
Defines additional parameters/operations made available by Stapler.
|
| StaplerResponse
Defines additional operations made available by Stapler.
|
| Class and Description |
|---|
| AbstractTearOff
Partial default implementation of tear-off class, for convenience of derived classes.
|
| CachingScriptLoader
Convenient base class for caching loaded scripts.
|
| Dispatcher
Controls the dispatching of incoming HTTP requests.
|
| Facet
Aspect of stapler that brings in an optional language binding.
|
| MetaClass
Created one instance each for a
Klass,
that retains some useful cache about a class and its views. |
| MetaClassLoader
The stapler version of the
ClassLoader object,
that retains some useful cache about a class loader. |
RequestImpl
StaplerRequest implementation. |
ResponseImpl
StaplerResponse implementation. |
| StaplerRequest
Defines additional parameters/operations made available by Stapler.
|
| StaplerResponse
Defines additional operations made available by Stapler.
|
| Class and Description |
|---|
| AbstractTearOff
Partial default implementation of tear-off class, for convenience of derived classes.
|
| CachingScriptLoader
Convenient base class for caching loaded scripts.
|
| Dispatcher
Controls the dispatching of incoming HTTP requests.
|
| Facet
Aspect of stapler that brings in an optional language binding.
|
| MetaClass
Created one instance each for a
Klass,
that retains some useful cache about a class and its views. |
| MetaClassLoader
The stapler version of the
ClassLoader object,
that retains some useful cache about a class loader. |
RequestImpl
StaplerRequest implementation. |
ResponseImpl
StaplerResponse implementation. |
| StaplerRequest
Defines additional parameters/operations made available by Stapler.
|
| StaplerResponse
Defines additional operations made available by Stapler.
|
| Class and Description |
|---|
| Dispatcher
Controls the dispatching of incoming HTTP requests.
|
| Facet
Aspect of stapler that brings in an optional language binding.
|
| MetaClass
Created one instance each for a
Klass,
that retains some useful cache about a class and its views. |
RequestImpl
StaplerRequest implementation. |
ResponseImpl
StaplerResponse implementation. |
Copyright © 2014. All rights reserved.