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.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.json | |
org.kohsuke.stapler.verb |
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 |
ForwardToView.generateResponse(StaplerRequest req,
StaplerResponse rsp,
Object node) |
void |
HttpResponse.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) |
Object |
ForwardingFunction.invoke(StaplerRequest req,
StaplerResponse rsp,
Object o,
Object... args) |
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 |
---|---|
void |
AdjunctManager.doDynamic(StaplerRequest req,
StaplerResponse rsp)
Serves resources in the class loader.
|
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 |
---|---|
Object |
RequirePOST.Processor.invoke(StaplerRequest request,
StaplerResponse response,
Object instance,
Object[] arguments) |
Object |
JsonOutputFilter.Processor.invoke(StaplerRequest request,
StaplerResponse response,
Object instance,
Object[] arguments) |
Object |
RespondSuccess.Processor.invoke(StaplerRequest request,
StaplerResponse response,
Object instance,
Object[] arguments) |
abstract Object |
Interceptor.invoke(StaplerRequest request,
StaplerResponse response,
Object instance,
Object[] arguments)
Intercepts the call.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.jelly.JellyContext |
DefaultScriptInvoker.createContext(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
Object it) |
protected OutputStream |
DefaultScriptInvoker.createOutputStream(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
Object it) |
protected org.apache.commons.jelly.XMLOutput |
DefaultScriptInvoker.createXMLOutput(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
Object it) |
protected void |
DefaultScriptInvoker.exportVariables(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
Object it,
org.apache.commons.jelly.JellyContext context) |
void |
ScriptInvoker.invokeScript(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
Object it)
Invokes the script and generates output to
ServletResponse.getOutputStream() . |
void |
DefaultScriptInvoker.invokeScript(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
Object it) |
void |
ScriptInvoker.invokeScript(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
Object it,
org.apache.commons.jelly.XMLOutput out)
Invokes the script and generates output to the specified output
|
void |
DefaultScriptInvoker.invokeScript(StaplerRequest req,
StaplerResponse rsp,
org.apache.commons.jelly.Script script,
Object it,
org.apache.commons.jelly.XMLOutput out) |
boolean |
JellyClassTearOff.serveIndexJelly(StaplerRequest req,
StaplerResponse rsp,
Object node)
Serves index.jelly if it's available, and returns true.
|
Modifier and Type | Method and Description |
---|---|
StaplerResponse |
JellyBuilder.getResponse() |
Modifier and Type | Method and Description |
---|---|
void |
JsonHttpResponse.generateResponse(StaplerRequest req,
StaplerResponse rsp,
Object node) |
Object |
JsonResponse.Handler.invoke(StaplerRequest request,
StaplerResponse response,
Object instance,
Object[] arguments) |
Modifier and Type | Method and Description |
---|---|
Object |
HttpVerbInterceptor.invoke(StaplerRequest request,
StaplerResponse response,
Object instance,
Object[] arguments) |
Copyright © 2016. All rights reserved.