Uses of Interface
org.kohsuke.stapler.StaplerResponse
Packages that use StaplerResponse
Package
Description
Stapler
URL
→ Object
mapping framework.-
Uses of StaplerResponse in org.kohsuke.stapler
Classes in org.kohsuke.stapler that implement StaplerResponseModifier and TypeClassDescriptionstatic class
Deprecated.class
Deprecated.Methods in org.kohsuke.stapler that return StaplerResponseModifier 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()
Methods in org.kohsuke.stapler with parameters of type StaplerResponseModifier 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.Constructors in org.kohsuke.stapler with parameters of type StaplerResponse -
Uses of StaplerResponse in org.kohsuke.stapler.framework.io
Methods in org.kohsuke.stapler.framework.io with parameters of type StaplerResponseModifier and TypeMethodDescriptionvoid
LargeText.doProgressText
(StaplerRequest req, StaplerResponse rsp) Deprecated.protected void
LargeText.setContentType
(StaplerResponse rsp) Deprecated. -
Uses of StaplerResponse in org.kohsuke.stapler.interceptor
Methods in org.kohsuke.stapler.interceptor with parameters of type StaplerResponseModifier and TypeMethodDescriptionInterceptor.invoke
(StaplerRequest request, StaplerResponse response, Object instance, Object[] arguments)
StaplerResponse.StaplerResponse2Wrapper