Package | Description |
---|---|
org.kohsuke.stapler |
Stapler URL->Object mapping framework.
|
org.kohsuke.stapler.export |
Mechanism for writing out a graph of model objects in a machine readable format.
|
org.kohsuke.stapler.framework.io | |
org.kohsuke.stapler.interceptor |
Modifier and Type | Class and Description |
---|---|
class |
ResponseImpl
StaplerResponse implementation. |
Modifier and Type | Method and Description |
---|---|
static StaplerResponse |
Stapler.getCurrentResponse()
Gets the current
StaplerResponse that the calling thread is associated with. |
Modifier and Type | Method and Description |
---|---|
boolean |
StaplerRequest.checkIfModified(Calendar timestampOfResource,
StaplerResponse rsp) |
boolean |
RequestImpl.checkIfModified(Calendar timestampOfResource,
StaplerResponse rsp) |
boolean |
StaplerRequest.checkIfModified(Date timestampOfResource,
StaplerResponse rsp) |
boolean |
RequestImpl.checkIfModified(Date timestampOfResource,
StaplerResponse rsp) |
boolean |
StaplerRequest.checkIfModified(long timestampOfResource,
StaplerResponse rsp)
Checks "If-Modified-Since" header and returns false
if the resource needs to be served.
|
boolean |
RequestImpl.checkIfModified(long lastModified,
StaplerResponse rsp) |
boolean |
StaplerRequest.checkIfModified(long timestampOfResource,
StaplerResponse rsp,
long expiration) |
boolean |
RequestImpl.checkIfModified(long lastModified,
StaplerResponse rsp,
long expiration) |
void |
HttpDeletable.delete(StaplerRequest req,
StaplerResponse rsp)
Called when HTTP DELETE method is invoked.
|
void |
HttpResponse.generateResponse(StaplerRequest req,
StaplerResponse rsp,
Object node) |
void |
ForwardToView.generateResponse(StaplerRequest req,
StaplerResponse rsp,
Object node) |
void |
HttpRedirect.generateResponse(StaplerRequest req,
StaplerResponse rsp,
Object node) |
abstract boolean |
HttpResponseRenderer.generateResponse(StaplerRequest req,
StaplerResponse rsp,
Object node,
Object response) |
boolean |
HttpResponseRenderer.Default.generateResponse(StaplerRequest req,
StaplerResponse rsp,
Object node,
Object response) |
protected boolean |
HttpResponseRenderer.Default.handleHttpResponse(StaplerRequest req,
StaplerResponse rsp,
Object node,
Object response) |
protected boolean |
HttpResponseRenderer.Default.handleJavaScriptProxyMethodCall(StaplerRequest req,
StaplerResponse rsp,
Object response) |
protected boolean |
HttpResponseRenderer.Default.handleJSON(StaplerResponse rsp,
Object response) |
protected boolean |
HttpResponseRenderer.Default.handlePrimitive(StaplerResponse rsp,
Object response) |
abstract Object |
Function.invoke(StaplerRequest req,
StaplerResponse rsp,
Object o,
Object... args)
Invokes the method.
|
Object |
LimitedTo.Processor.invoke(StaplerRequest request,
StaplerResponse response,
Object instance,
Object[] arguments) |
static void |
Dispatcher.trace(StaplerRequest req,
StaplerResponse rsp,
String msg) |
static void |
Dispatcher.trace(StaplerRequest req,
StaplerResponse rsp,
String msg,
Object... args) |
void |
EvaluationTrace.trace(StaplerResponse rsp,
String msg) |
static void |
Dispatcher.traceEval(StaplerRequest req,
StaplerResponse rsp,
Object node) |
static void |
Dispatcher.traceEval(StaplerRequest req,
StaplerResponse rsp,
Object node,
String expression) |
static void |
Dispatcher.traceEval(StaplerRequest req,
StaplerResponse rsp,
Object node,
String prefix,
String suffix) |
Modifier and Type | Method and Description |
---|---|
DataWriter |
Flavor.createDataWriter(Object bean,
StaplerResponse rsp) |
Modifier and Type | Method and Description |
---|---|
protected Writer |
LargeText.createWriter(StaplerRequest req,
StaplerResponse rsp,
long size) |
void |
LargeText.doProgressText(StaplerRequest req,
StaplerResponse rsp)
Implements the progressive text handling.
|
protected void |
LargeText.setContentType(StaplerResponse rsp) |
Modifier and Type | Method and Description |
---|---|
abstract Object |
Interceptor.invoke(StaplerRequest request,
StaplerResponse response,
Object instance,
Object[] arguments)
Intercepts the call.
|
Object |
RequirePOST.Processor.invoke(StaplerRequest request,
StaplerResponse response,
Object instance,
Object[] arguments) |
Copyright © 2013. All Rights Reserved.