|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
Ancestor | Information about ancestor of the "it" node. |
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. |
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. |
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. |
Annotation Types Summary | |
---|---|
DataBoundConstructor | Desginates the constructor to be created
from 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. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |