Uses of Interface
org.apache.sling.api.SlingHttpServletResponse
Packages that use SlingHttpServletResponse
Package
Description
-
Uses of SlingHttpServletResponse in org.apache.sling.api.request.builder
Subinterfaces of SlingHttpServletResponse in org.apache.sling.api.request.builder -
Uses of SlingHttpServletResponse in org.apache.sling.api.scripting
Methods in org.apache.sling.api.scripting that return SlingHttpServletResponseModifier and TypeMethodDescription@Nullable SlingHttpServletResponseSlingBindings.getResponse()Deprecated.UseSlingBindings.getJakartaResponse()instead.@NotNull SlingHttpServletResponseSlingScriptHelper.getResponse()Deprecated.UseSlingScriptHelper.getJakartaResponse()instead.Methods in org.apache.sling.api.scripting with parameters of type SlingHttpServletResponseModifier and TypeMethodDescriptionvoidSlingBindings.setResponse(SlingHttpServletResponse response) Deprecated. -
Uses of SlingHttpServletResponse in org.apache.sling.api.servlets
Methods in org.apache.sling.api.servlets with parameters of type SlingHttpServletResponseModifier and TypeMethodDescriptionprotected voidSlingAllMethodsServlet.doDelete(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Deprecated.Called by theSlingAllMethodsServlet.mayService(SlingHttpServletRequest, SlingHttpServletResponse)method to handle an HTTP DELETE request.protected voidSlingSafeMethodsServlet.doGeneric(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Deprecated.Called by theSlingSafeMethodsServlet.service(SlingHttpServletRequest, SlingHttpServletResponse)method to handle a request for an HTTP method, which is not known and handled by this class or its extension.protected voidSlingSafeMethodsServlet.doGet(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Deprecated.Called by theSlingSafeMethodsServlet.mayService(SlingHttpServletRequest, SlingHttpServletResponse)method to handle an HTTP GET request.protected voidSlingSafeMethodsServlet.doHead(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Deprecated.Handles the HEAD method.protected voidSlingSafeMethodsServlet.doOptions(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Deprecated.Handles the OPTIONS method by setting the HTTPAllowheader on the response depending on the methods declared in this class.protected voidSlingAllMethodsServlet.doPost(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Deprecated.Called by theSlingAllMethodsServlet.mayService(SlingHttpServletRequest, SlingHttpServletResponse)method to handle an HTTP POST request.protected voidSlingAllMethodsServlet.doPut(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Deprecated.Called by theSlingAllMethodsServlet.mayService(SlingHttpServletRequest, SlingHttpServletResponse)method to handle an HTTP PUT request.protected voidSlingSafeMethodsServlet.doTrace(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Deprecated.Handles the TRACE method by just returning the list of all header values in the response body.voidErrorHandler.handleError(int status, String message, SlingHttpServletRequest request, SlingHttpServletResponse response) Deprecated.Called to render a response for a HTTP status code.voidErrorHandler.handleError(Throwable throwable, SlingHttpServletRequest request, SlingHttpServletResponse response) Deprecated.Called to render a response for an uncaughtThrowable.protected voidSlingSafeMethodsServlet.handleMethodNotImplemented(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Deprecated.Helper method which causes an appropriate HTTP response to be sent for an unhandled HTTP request method.protected booleanSlingAllMethodsServlet.mayService(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Deprecated.Tries to handle the request by calling a Java method implemented for the respective HTTP request method.protected booleanSlingSafeMethodsServlet.mayService(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Deprecated.Tries to handle the request by calling a Java method implemented for the respective HTTP request method.protected voidSlingSafeMethodsServlet.service(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Deprecated.Called by theSlingSafeMethodsServlet.service(ServletRequest, ServletResponse)method to handle the HTTP request. -
Uses of SlingHttpServletResponse in org.apache.sling.api.wrappers
Classes in org.apache.sling.api.wrappers that implement SlingHttpServletResponseModifier and TypeClassDescriptionclassWrapper forSlingJakartaHttpServletResponseto adapt it to the Jacax Servlet API.classDeprecated.Methods in org.apache.sling.api.wrappers that return SlingHttpServletResponseModifier and TypeMethodDescriptionSlingHttpServletResponseWrapper.getSlingResponse()Deprecated.Return the originalSlingHttpServletResponseobject wrapped by this.static @Nullable SlingHttpServletResponseJakartaToJavaxResponseWrapper.toJavaxResponse(@Nullable SlingJakartaHttpServletResponse response) Create a new wrapperMethods in org.apache.sling.api.wrappers with parameters of type SlingHttpServletResponseModifier and TypeMethodDescriptionstatic @Nullable SlingJakartaHttpServletResponseJavaxToJakartaResponseWrapper.toJakartaResponse(@Nullable SlingHttpServletResponse response) Create a new wrapperConstructors in org.apache.sling.api.wrappers with parameters of type SlingHttpServletResponseModifierConstructorDescriptionJavaxToJakartaResponseWrapper(SlingHttpServletResponse wrappedResponse) SlingHttpServletResponseWrapper(SlingHttpServletResponse wrappedResponse) Deprecated.Create a wrapper for the supplied wrappedRequest
SlingJakartaHttpServletResponseResultinstead