Uses of Interface
org.kohsuke.stapler.StaplerResponse
Package
Description
Stapler
URL
→ Object
mapping framework.-
Uses of StaplerResponse in org.kohsuke.stapler
Modifier and TypeClassDescriptionstatic class
Deprecated.class
Deprecated.Modifier and TypeMethodDescriptionstatic StaplerResponse
StaplerResponse.fromStaplerResponse2
(StaplerResponse2 from) Deprecated.static StaplerResponse
Stapler.getCurrentResponse()
Deprecated.StaplerResponseWrapper.getWrapped()
Deprecated.Returns the wrapped instanceStaplerResponse.StaplerResponse2Wrapper.toStaplerResponse()
StaplerResponse.StaplerResponse2WrapperImpl.toStaplerResponse()
Modifier and TypeMethodDescriptionboolean
StaplerRequest.checkIfModified
(long timestampOfResource, StaplerResponse rsp) Deprecated.Checks "If-Modified-Since" header and returns false if the resource needs to be served.boolean
StaplerRequest.checkIfModified
(long timestampOfResource, StaplerResponse rsp, long expiration) Deprecated.boolean
StaplerRequest.checkIfModified
(Calendar timestampOfResource, StaplerResponse rsp) Deprecated.boolean
StaplerRequest.checkIfModified
(Date timestampOfResource, StaplerResponse rsp) Deprecated.boolean
StaplerRequest.StaplerRequestWrapperImpl.checkIfModified
(long timestampOfResource, StaplerResponse rsp) boolean
StaplerRequest.StaplerRequestWrapperImpl.checkIfModified
(long timestampOfResource, StaplerResponse rsp, long expiration) boolean
StaplerRequest.StaplerRequestWrapperImpl.checkIfModified
(Calendar timestampOfResource, StaplerResponse rsp) boolean
StaplerRequest.StaplerRequestWrapperImpl.checkIfModified
(Date timestampOfResource, StaplerResponse rsp) default void
HttpDeletable.delete
(StaplerRequest req, StaplerResponse rsp) Deprecated.default void
HttpResponse.generateResponse
(StaplerRequest req, StaplerResponse rsp, Object node) Function.invoke
(StaplerRequest req, StaplerResponse rsp, Object o, Object... args) static StaplerResponse2
StaplerResponse.toStaplerResponse2
(StaplerResponse from) Deprecated. -
Uses of StaplerResponse in org.kohsuke.stapler.framework.io
Modifier and TypeMethodDescriptionprotected Writer
LargeText.createWriter
(StaplerRequest req, StaplerResponse rsp, long size) Deprecated.void
LargeText.doProgressText
(StaplerRequest req, StaplerResponse rsp) Deprecated.protected void
LargeText.setContentType
(StaplerResponse rsp) Deprecated. -
Uses of StaplerResponse in org.kohsuke.stapler.interceptor
Modifier and TypeMethodDescriptionInterceptor.invoke
(StaplerRequest request, StaplerResponse response, Object instance, Object[] arguments)
StaplerResponse.StaplerResponse2Wrapper