Uses of Interface
org.kohsuke.stapler.StaplerRequest
Packages that use StaplerRequest
Package
Description
Stapler
URL → Object mapping framework.-
Uses of StaplerRequest in org.kohsuke.stapler
Classes in org.kohsuke.stapler that implement StaplerRequestModifier and TypeClassDescriptionstatic classDeprecated.Methods in org.kohsuke.stapler that return StaplerRequestModifier and TypeMethodDescriptionstatic StaplerRequestStaplerRequest.fromStaplerRequest2(StaplerRequest2 from) Deprecated.static StaplerRequestStapler.getCurrentRequest()Deprecated.StaplerRequest.StaplerRequest2Wrapper.toStaplerRequest()StaplerRequest.StaplerRequest2WrapperImpl.toStaplerRequest()Methods in org.kohsuke.stapler with parameters of type StaplerRequestModifier and TypeMethodDescriptiondefault voidHttpDeletable.delete(StaplerRequest req, StaplerResponse rsp) Deprecated.voidStaplerResponse.forward(Object it, String url, StaplerRequest request) Deprecated.Evaluates the url against the given object and forwards the request to the result.voidStaplerResponse.StaplerResponseWrapperImpl.forward(Object it, String url, StaplerRequest request) voidStaplerResponseWrapper.forward(Object it, String url, StaplerRequest request) Deprecated.Evaluates the url against the given object and forwards the request to the result.voidStaplerResponse.forwardToPreviousPage(StaplerRequest request) Deprecated.Redirects the browser to where it came from (the referer.)voidStaplerResponse.StaplerResponseWrapperImpl.forwardToPreviousPage(StaplerRequest request) voidStaplerResponseWrapper.forwardToPreviousPage(StaplerRequest request) Deprecated.Redirects the browser to where it came from (the referer.)default voidHttpResponse.generateResponse(StaplerRequest req, StaplerResponse rsp, Object node) Function.invoke(StaplerRequest req, StaplerResponse rsp, Object o, Object... args) CrumbIssuer.issueCrumb(StaplerRequest request) Deprecated.AnnotationHandler.parse(StaplerRequest request, T a, Class type, String parameterName) intStaplerResponse.reverseProxyTo(URL url, StaplerRequest req) Deprecated.Performs the reverse proxy to the given URL.intStaplerResponse.StaplerResponseWrapperImpl.reverseProxyTo(URL url, StaplerRequest req) intStaplerResponseWrapper.reverseProxyTo(URL url, StaplerRequest req) Deprecated.Performs the reverse proxy to the given URL.default voidStaplerResponse.serveExposedBean(StaplerRequest req, Object exposedBean, ExportConfig exportConfig) Deprecated.Serves the exposed bean in the specified flavor.voidStaplerResponse.serveExposedBean(StaplerRequest req, Object exposedBean, Flavor flavor) voidStaplerResponse.StaplerResponseWrapperImpl.serveExposedBean(StaplerRequest req, Object exposedBean, ExportConfig exportConfig) voidStaplerResponse.StaplerResponseWrapperImpl.serveExposedBean(StaplerRequest req, Object exposedBean, Flavor flavor) voidStaplerResponseWrapper.serveExposedBean(StaplerRequest req, Object exposedBean, ExportConfig exportConfig) Deprecated.Serves the exposed bean in the specified flavor.voidStaplerResponseWrapper.serveExposedBean(StaplerRequest req, Object exposedBean, Flavor flavor) voidStaplerResponse.serveFile(StaplerRequest req, InputStream data, long lastModified, int contentLength, String fileName) Deprecated.use form with long contentLengthvoidStaplerResponse.serveFile(StaplerRequest req, InputStream data, long lastModified, long expiration, int contentLength, String fileName) Deprecated.use form with long contentLengthvoidStaplerResponse.serveFile(StaplerRequest req, InputStream data, long lastModified, long expiration, long contentLength, String fileName) Deprecated.Serves a static resource.voidStaplerResponse.serveFile(StaplerRequest req, InputStream data, long lastModified, long contentLength, String fileName) Deprecated.Serves a static resource.voidStaplerResponse.serveFile(StaplerRequest request, URL res) Deprecated.Serves a static resource.voidStaplerResponse.serveFile(StaplerRequest request, URL res, long expiration) Deprecated.voidStaplerResponse.StaplerResponseWrapperImpl.serveFile(StaplerRequest req, InputStream data, long lastModified, int contentLength, String fileName) voidStaplerResponse.StaplerResponseWrapperImpl.serveFile(StaplerRequest req, InputStream data, long lastModified, long expiration, int contentLength, String fileName) voidStaplerResponse.StaplerResponseWrapperImpl.serveFile(StaplerRequest req, InputStream data, long lastModified, long expiration, long contentLength, String fileName) voidStaplerResponse.StaplerResponseWrapperImpl.serveFile(StaplerRequest req, InputStream data, long lastModified, long contentLength, String fileName) voidStaplerResponse.StaplerResponseWrapperImpl.serveFile(StaplerRequest request, URL res) voidStaplerResponse.StaplerResponseWrapperImpl.serveFile(StaplerRequest request, URL res, long expiration) voidStaplerResponseWrapper.serveFile(StaplerRequest req, InputStream data, long lastModified, int contentLength, String fileName) Deprecated.voidStaplerResponseWrapper.serveFile(StaplerRequest req, InputStream data, long lastModified, long expiration, int contentLength, String fileName) Deprecated.voidStaplerResponseWrapper.serveFile(StaplerRequest req, InputStream data, long lastModified, long expiration, long contentLength, String fileName) Deprecated.Serves a static resource.voidStaplerResponseWrapper.serveFile(StaplerRequest req, InputStream data, long lastModified, long contentLength, String fileName) Deprecated.Serves a static resource.voidStaplerResponseWrapper.serveFile(StaplerRequest req, URL resource) Deprecated.Serves a static resource.voidStaplerResponseWrapper.serveFile(StaplerRequest req, URL resource, long expiration) Deprecated.voidStaplerResponse.serveLocalizedFile(StaplerRequest request, URL res) Deprecated.Works likeStaplerResponse.serveFile(StaplerRequest, URL)but chooses the locale specific version of the resource if it's available.voidStaplerResponse.serveLocalizedFile(StaplerRequest request, URL res, long expiration) Deprecated.Works likeStaplerResponse.serveFile(StaplerRequest, URL, long)but chooses the locale specific version of the resource if it's available.voidStaplerResponse.StaplerResponseWrapperImpl.serveLocalizedFile(StaplerRequest request, URL res) voidStaplerResponse.StaplerResponseWrapperImpl.serveLocalizedFile(StaplerRequest request, URL res, long expiration) voidStaplerResponseWrapper.serveLocalizedFile(StaplerRequest request, URL res) Deprecated.Works likeStaplerResponse.serveFile(StaplerRequest, URL)but chooses the locale specific version of the resource if it's available.voidStaplerResponseWrapper.serveLocalizedFile(StaplerRequest request, URL res, long expiration) Deprecated.Works likeStaplerResponse.serveFile(StaplerRequest, URL, long)but chooses the locale specific version of the resource if it's available.static StaplerRequest2StaplerRequest.toStaplerRequest2(StaplerRequest from) Deprecated.voidCrumbIssuer.validateCrumb(StaplerRequest request, String submittedCrumb) Deprecated.Constructors in org.kohsuke.stapler with parameters of type StaplerRequest -
Uses of StaplerRequest in org.kohsuke.stapler.framework.io
Methods in org.kohsuke.stapler.framework.io with parameters of type StaplerRequestModifier and TypeMethodDescriptionvoidLargeText.doProgressText(StaplerRequest req, StaplerResponse rsp) Deprecated. -
Uses of StaplerRequest in org.kohsuke.stapler.interceptor
Methods in org.kohsuke.stapler.interceptor with parameters of type StaplerRequestModifier and TypeMethodDescriptionInterceptor.invoke(StaplerRequest request, StaplerResponse response, Object instance, Object[] arguments)
Stapler.getCurrentRequest2()