Uses of Interface
org.kohsuke.stapler.StaplerResponse2
Packages that use StaplerResponse2
Package
Description
Stapler
URL
→ Object
mapping framework.Subsystem for exposing arbitrary objects on per-session basis to the URL space.
Mechanism for writing out a graph of model objects in a machine readable format.
-
Uses of StaplerResponse2 in org.kohsuke.stapler
Classes in org.kohsuke.stapler that implement StaplerResponse2Modifier and TypeClassDescriptionclass
StaplerResponse2
implementation.static class
Deprecated.class
A basic wrapper for a StaplerResponse2, e.g.Methods in org.kohsuke.stapler that return StaplerResponse2Modifier and TypeMethodDescriptionstatic StaplerResponse2
Stapler.getCurrentResponse2()
Gets the currentStaplerResponse2
that the calling thread is associated with.StaplerResponse2Wrapper.getWrapped()
Returns the wrapped instanceStaplerResponse.StaplerResponseWrapper.toStaplerResponse2()
StaplerResponse.StaplerResponseWrapperImpl.toStaplerResponse2()
static StaplerResponse2
StaplerResponse.toStaplerResponse2
(StaplerResponse from) Deprecated.Methods in org.kohsuke.stapler with parameters of type StaplerResponse2Modifier and TypeMethodDescriptionvoid
DispatchValidator.allowDispatch
(StaplerRequest2 req, StaplerResponse2 rsp) Allows the given request to be dispatched.static void
Dispatcher.anonymizedTraceEval
(StaplerRequest2 req, StaplerResponse2 rsp, Object node, String format, String... args) boolean
RequestImpl.checkIfModified
(long lastModified, StaplerResponse2 rsp) boolean
RequestImpl.checkIfModified
(long lastModified, StaplerResponse2 rsp, long expiration) boolean
RequestImpl.checkIfModified
(Calendar timestampOfResource, StaplerResponse2 rsp) boolean
RequestImpl.checkIfModified
(Date timestampOfResource, StaplerResponse2 rsp) boolean
StaplerRequest.StaplerRequest2WrapperImpl.checkIfModified
(long timestampOfResource, StaplerResponse2 rsp) boolean
StaplerRequest.StaplerRequest2WrapperImpl.checkIfModified
(long timestampOfResource, StaplerResponse2 rsp, long expiration) boolean
StaplerRequest.StaplerRequest2WrapperImpl.checkIfModified
(Calendar timestampOfResource, StaplerResponse2 rsp) boolean
StaplerRequest.StaplerRequest2WrapperImpl.checkIfModified
(Date timestampOfResource, StaplerResponse2 rsp) boolean
StaplerRequest2.checkIfModified
(long timestampOfResource, StaplerResponse2 rsp) Checks "If-Modified-Since" header and returns false if the resource needs to be served.boolean
StaplerRequest2.checkIfModified
(long timestampOfResource, StaplerResponse2 rsp, long expiration) boolean
StaplerRequest2.checkIfModified
(Calendar timestampOfResource, StaplerResponse2 rsp) boolean
StaplerRequest2.checkIfModified
(Date timestampOfResource, StaplerResponse2 rsp) default void
HttpDeletable.delete
(StaplerRequest2 req, StaplerResponse2 rsp) Called when HTTP DELETE method is invoked.void
ScriptExecutor.execute
(StaplerRequest2 req, StaplerResponse2 rsp, S script, Object it) Executes the given script on the given node and request, rendering output to the given response.static StaplerResponse
StaplerResponse.fromStaplerResponse2
(StaplerResponse2 from) Deprecated.void
ForwardToView.generateResponse
(StaplerRequest2 req, StaplerResponse2 rsp, Object node) void
HttpRedirect.generateResponse
(StaplerRequest2 req, StaplerResponse2 rsp, Object node) default void
HttpResponse.generateResponse
(StaplerRequest2 req, StaplerResponse2 rsp, Object node) boolean
HttpResponseRenderer.Default.generateResponse
(StaplerRequest2 req, StaplerResponse2 rsp, Object node, Object response) abstract boolean
HttpResponseRenderer.generateResponse
(StaplerRequest2 req, StaplerResponse2 rsp, Object node, Object response) protected boolean
HttpResponseRenderer.Default.handleHttpResponse
(StaplerRequest2 req, StaplerResponse2 rsp, Object node, Object response) protected boolean
HttpResponseRenderer.Default.handleJavaScriptProxyMethodCall
(StaplerRequest2 req, StaplerResponse2 rsp, Object response) protected boolean
HttpResponseRenderer.Default.handleJSON
(StaplerResponse2 rsp, Object response) protected boolean
HttpResponseRenderer.Default.handlePrimitive
(StaplerResponse2 rsp, Object response) ForwardingFunction.invoke
(StaplerRequest2 req, StaplerResponse2 rsp, Object o, Object... args) Function.invoke
(StaplerRequest2 req, StaplerResponse2 rsp, Object o, Object... args) Invokes the method.LimitedTo.Processor.invoke
(StaplerRequest2 request, StaplerResponse2 response, Object instance, Object[] arguments) DispatchValidator.isDispatchAllowed
(StaplerRequest2 req, StaplerResponse2 rsp) Checks if the given request and response should be allowed to dispatch.default Boolean
DispatchValidator.isDispatchAllowed
(StaplerRequest2 req, StaplerResponse2 rsp, String viewName, Object node) Checks if the given request and response should be allowed to dispatch a view on an optionally present node object.default void
DispatchValidator.requireDispatchAllowed
(StaplerRequest2 req, StaplerResponse2 rsp) Throws aCancelRequestHandlingException
if the given request is not allowed.static void
Dispatcher.trace
(StaplerRequest2 req, StaplerResponse2 rsp, String msg) static void
Dispatcher.trace
(StaplerRequest2 req, StaplerResponse2 rsp, String msg, Object... args) void
EvaluationTrace.trace
(StaplerResponse2 rsp, String msg) static void
Dispatcher.traceEval
(StaplerRequest2 req, StaplerResponse2 rsp, Object node) static void
Dispatcher.traceEval
(StaplerRequest2 req, StaplerResponse2 rsp, Object node, String expression) static void
Dispatcher.traceEval
(StaplerRequest2 req, StaplerResponse2 rsp, Object node, String prefix, String suffix) Constructors in org.kohsuke.stapler with parameters of type StaplerResponse2 -
Uses of StaplerResponse2 in org.kohsuke.stapler.bind
Methods in org.kohsuke.stapler.bind with parameters of type StaplerResponse2Modifier and TypeMethodDescriptionvoid
BoundObjectTable.doScript
(StaplerRequest2 req, StaplerResponse2 rsp, String var, String methods) This serves the script content for a bound object. -
Uses of StaplerResponse2 in org.kohsuke.stapler.event
Methods in org.kohsuke.stapler.event with parameters of type StaplerResponse2Modifier and TypeMethodDescriptionboolean
FilteredDispatchTriggerListener.onDispatchTrigger
(StaplerRequest2 req, StaplerResponse2 rsp, Object node, String viewName) boolean
FilteredDoActionTriggerListener.onDoActionTrigger
(Function f, StaplerRequest2 req, StaplerResponse2 rsp, Object node) boolean
FilteredFieldTriggerListener.onFieldTrigger
(FieldRef f, StaplerRequest2 req, StaplerResponse2 rsp, Object node, String expression) boolean
FilteredGetterTriggerListener.onGetterTrigger
(Function f, StaplerRequest2 req, StaplerResponse2 rsp, Object node, String expression) -
Uses of StaplerResponse2 in org.kohsuke.stapler.export
Methods in org.kohsuke.stapler.export with parameters of type StaplerResponse2 -
Uses of StaplerResponse2 in org.kohsuke.stapler.framework.io
Methods in org.kohsuke.stapler.framework.io with parameters of type StaplerResponse2Modifier and TypeMethodDescriptionprotected boolean
LargeText.delegateToWriteLogTo
(StaplerRequest2 req, StaplerResponse2 rsp) WhetherLargeText.doProgressText(StaplerRequest2, StaplerResponse2)
should delegate toLargeText.writeLogTo(long, Writer)
.void
LargeText.doProgressText
(StaplerRequest2 req, StaplerResponse2 rsp) Implements the progressive text handling.protected void
LargeText.setContentType
(StaplerResponse2 rsp) -
Uses of StaplerResponse2 in org.kohsuke.stapler.interceptor
Methods in org.kohsuke.stapler.interceptor with parameters of type StaplerResponse2Modifier and TypeMethodDescriptionInterceptor.invoke
(StaplerRequest2 request, StaplerResponse2 response, Object instance, Object[] arguments) Intercepts the call.JsonOutputFilter.Processor.invoke
(StaplerRequest2 request, StaplerResponse2 response, Object instance, Object[] arguments) RequirePOST.Processor.invoke
(StaplerRequest2 request, StaplerResponse2 response, Object instance, Object[] arguments) RespondSuccess.Processor.invoke
(StaplerRequest2 request, StaplerResponse2 response, Object instance, Object[] arguments) -
Uses of StaplerResponse2 in org.kohsuke.stapler.json
Methods in org.kohsuke.stapler.json with parameters of type StaplerResponse2Modifier and TypeMethodDescriptionvoid
JsonHttpResponse.generateResponse
(StaplerRequest2 req, StaplerResponse2 rsp, Object node) JsonResponse.Handler.invoke
(StaplerRequest2 request, StaplerResponse2 response, Object instance, Object[] arguments) -
Uses of StaplerResponse2 in org.kohsuke.stapler.verb
Methods in org.kohsuke.stapler.verb with parameters of type StaplerResponse2Modifier and TypeMethodDescriptionHttpVerbInterceptor.invoke
(StaplerRequest2 request, StaplerResponse2 response, Object instance, Object[] arguments)