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 TypeClassDescriptionclassStaplerResponse2implementation.static classDeprecated.classA basic wrapper for a StaplerResponse2, e.g.Methods in org.kohsuke.stapler that return StaplerResponse2Modifier and TypeMethodDescriptionstatic StaplerResponse2Stapler.getCurrentResponse2()Gets the currentStaplerResponse2that the calling thread is associated with.StaplerResponse2Wrapper.getWrapped()Returns the wrapped instanceStaplerResponse.StaplerResponseWrapper.toStaplerResponse2()StaplerResponse.StaplerResponseWrapperImpl.toStaplerResponse2()static StaplerResponse2StaplerResponse.toStaplerResponse2(StaplerResponse from) Deprecated.Methods in org.kohsuke.stapler with parameters of type StaplerResponse2Modifier and TypeMethodDescriptionvoidDispatchValidator.allowDispatch(StaplerRequest2 req, StaplerResponse2 rsp) Allows the given request to be dispatched.static voidDispatcher.anonymizedTraceEval(StaplerRequest2 req, StaplerResponse2 rsp, Object node, String format, String... args) booleanRequestImpl.checkIfModified(long lastModified, StaplerResponse2 rsp) booleanRequestImpl.checkIfModified(long lastModified, StaplerResponse2 rsp, long expiration) booleanRequestImpl.checkIfModified(Calendar timestampOfResource, StaplerResponse2 rsp) booleanRequestImpl.checkIfModified(Date timestampOfResource, StaplerResponse2 rsp) booleanStaplerRequest.StaplerRequest2WrapperImpl.checkIfModified(long timestampOfResource, StaplerResponse2 rsp) booleanStaplerRequest.StaplerRequest2WrapperImpl.checkIfModified(long timestampOfResource, StaplerResponse2 rsp, long expiration) booleanStaplerRequest.StaplerRequest2WrapperImpl.checkIfModified(Calendar timestampOfResource, StaplerResponse2 rsp) booleanStaplerRequest.StaplerRequest2WrapperImpl.checkIfModified(Date timestampOfResource, StaplerResponse2 rsp) booleanStaplerRequest2.checkIfModified(long timestampOfResource, StaplerResponse2 rsp) Checks "If-Modified-Since" header and returns false if the resource needs to be served.booleanStaplerRequest2.checkIfModified(long timestampOfResource, StaplerResponse2 rsp, long expiration) booleanStaplerRequest2.checkIfModified(Calendar timestampOfResource, StaplerResponse2 rsp) booleanStaplerRequest2.checkIfModified(Date timestampOfResource, StaplerResponse2 rsp) default voidHttpDeletable.delete(StaplerRequest2 req, StaplerResponse2 rsp) Called when HTTP DELETE method is invoked.voidScriptExecutor.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 StaplerResponseStaplerResponse.fromStaplerResponse2(StaplerResponse2 from) Deprecated.voidForwardToView.generateResponse(StaplerRequest2 req, StaplerResponse2 rsp, Object node) voidHttpRedirect.generateResponse(StaplerRequest2 req, StaplerResponse2 rsp, Object node) default voidHttpResponse.generateResponse(StaplerRequest2 req, StaplerResponse2 rsp, Object node) booleanHttpResponseRenderer.Default.generateResponse(StaplerRequest2 req, StaplerResponse2 rsp, Object node, Object response) abstract booleanHttpResponseRenderer.generateResponse(StaplerRequest2 req, StaplerResponse2 rsp, Object node, Object response) protected booleanHttpResponseRenderer.Default.handleHttpResponse(StaplerRequest2 req, StaplerResponse2 rsp, Object node, Object response) protected booleanHttpResponseRenderer.Default.handleJavaScriptProxyMethodCall(StaplerRequest2 req, StaplerResponse2 rsp, Object response) protected booleanHttpResponseRenderer.Default.handleJSON(StaplerResponse2 rsp, Object response) protected booleanHttpResponseRenderer.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 BooleanDispatchValidator.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 voidDispatchValidator.requireDispatchAllowed(StaplerRequest2 req, StaplerResponse2 rsp) Throws aCancelRequestHandlingExceptionif the given request is not allowed.static voidDispatcher.trace(StaplerRequest2 req, StaplerResponse2 rsp, String msg) static voidDispatcher.trace(StaplerRequest2 req, StaplerResponse2 rsp, String msg, Object... args) voidEvaluationTrace.trace(StaplerResponse2 rsp, String msg) static voidDispatcher.traceEval(StaplerRequest2 req, StaplerResponse2 rsp, Object node) static voidDispatcher.traceEval(StaplerRequest2 req, StaplerResponse2 rsp, Object node, String expression) static voidDispatcher.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 TypeMethodDescriptionvoidBoundObjectTable.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 TypeMethodDescriptionbooleanFilteredDispatchTriggerListener.onDispatchTrigger(StaplerRequest2 req, StaplerResponse2 rsp, Object node, String viewName) booleanFilteredDoActionTriggerListener.onDoActionTrigger(Function f, StaplerRequest2 req, StaplerResponse2 rsp, Object node) booleanFilteredFieldTriggerListener.onFieldTrigger(FieldRef f, StaplerRequest2 req, StaplerResponse2 rsp, Object node, String expression) booleanFilteredGetterTriggerListener.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 booleanLargeText.delegateToWriteLogTo(StaplerRequest2 req, StaplerResponse2 rsp) WhetherLargeText.doProgressText(StaplerRequest2, StaplerResponse2)should delegate toLargeText.writeLogTo(long, Writer).voidLargeText.doProgressText(StaplerRequest2 req, StaplerResponse2 rsp) Implements the progressive text handling.protected voidLargeText.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 TypeMethodDescriptionvoidJsonHttpResponse.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)