|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
Ancestor | Information about ancestor of the "it" node. |
Dispatcher | Controls the dispatching of incoming HTTP requests. |
HttpDeletable | Marks the object that can handle HTTP DELETE. |
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() . |
StaplerProxy | 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 | Defines additional parameters/operations made available by Stapler. |
StaplerResponse | Defines additional operations made available by Stapler. |
Class Summary | |
---|---|
AbstractTearOff<CLT,S,E extends Exception> | Partial default implementation of tear-off class, for convenience of derived classes. |
Facet | Aspect of stapler that brings in an optional language binding. |
MetaClass | The stapler version of the Class object,
that retains some useful cache about a class and its view. |
MetaClassLoader | The stapler version of the ClassLoader object,
that retains some useful cache about a class loader. |
RequestImpl | StaplerRequest implementation. |
ResponseImpl | StaplerResponse implementation. |
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. |
TearOffSupport | Allows "tear-off" objects to be linked to the parent object. |
TokenList | Tokenized strings. |
WebApp | Object scoped to the entire webapp. |
Exception Summary | |
---|---|
NoStaplerConstructorException |
Annotation Types Summary | |
---|---|
DataBoundConstructor | Desginates the constructor to be created
from methods like
StaplerRequest.bindJSON(Class, JSONObject) and
StaplerRequest.bindParameters(Class, String) . |
Header | Indicates that this parameter is bound from HTTP header. |
LimitedTo | Declares that methods are only available for requests that have the specified role(s). |
QueryParameter | Indicates that this parameter is bound from HTTP query parameter. |
WebMethod | Indicates that the method is bound to HTTP and used to serve the HTTP request. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |