Uses of Class
org.apache.sling.api.request.RequestDispatcherOptions
Packages that use RequestDispatcherOptions
Package
Description
-
Uses of RequestDispatcherOptions in org.apache.sling.api
Methods in org.apache.sling.api with parameters of type RequestDispatcherOptionsModifier and TypeMethodDescription@Nullable javax.servlet.RequestDispatcher
SlingHttpServletRequest.getRequestDispatcher
(@NotNull String path, RequestDispatcherOptions options) Deprecated.Returns aRequestDispatcher
object that acts as a wrapper for the resource located at the given path.@Nullable javax.servlet.RequestDispatcher
SlingHttpServletRequest.getRequestDispatcher
(@NotNull Resource resource, RequestDispatcherOptions options) Deprecated.Returns aRequestDispatcher
object that acts as a wrapper for the resource located at the given resource.@Nullable jakarta.servlet.RequestDispatcher
SlingJakartaHttpServletRequest.getRequestDispatcher
(@NotNull String path, RequestDispatcherOptions options) Returns aRequestDispatcher
object that acts as a wrapper for the resource located at the given path.@Nullable jakarta.servlet.RequestDispatcher
SlingJakartaHttpServletRequest.getRequestDispatcher
(@NotNull Resource resource, RequestDispatcherOptions options) Returns aRequestDispatcher
object that acts as a wrapper for the resource located at the given resource. -
Uses of RequestDispatcherOptions in org.apache.sling.api.scripting
Methods in org.apache.sling.api.scripting with parameters of type RequestDispatcherOptionsModifier and TypeMethodDescriptionvoid
SlingScriptHelper.forward
(@NotNull String path, RequestDispatcherOptions options) Helper method to forward the request to a Servlet or script for the givenpath
andoptions
.void
SlingScriptHelper.forward
(@NotNull Resource resource, RequestDispatcherOptions options) Helper method to forward the request to a Servlet or script for the givenresource
andoptions
.void
SlingScriptHelper.include
(@NotNull String path, RequestDispatcherOptions options) Helper method to include the result of processing the request for the givenpath
andoptions
.void
SlingScriptHelper.include
(@NotNull Resource resource, RequestDispatcherOptions options) Helper method to include the result of processing the request for the givenresource
andoptions
. -
Uses of RequestDispatcherOptions in org.apache.sling.api.wrappers
Methods in org.apache.sling.api.wrappers with parameters of type RequestDispatcherOptionsModifier and TypeMethodDescription@Nullable javax.servlet.RequestDispatcher
JakartaToJavaxRequestWrapper.getRequestDispatcher
(@NotNull String path, RequestDispatcherOptions options) @Nullable javax.servlet.RequestDispatcher
JakartaToJavaxRequestWrapper.getRequestDispatcher
(@NotNull Resource resource, RequestDispatcherOptions options) @Nullable jakarta.servlet.RequestDispatcher
JavaxToJakartaRequestWrapper.getRequestDispatcher
(@NotNull String path, RequestDispatcherOptions options) @Nullable jakarta.servlet.RequestDispatcher
JavaxToJakartaRequestWrapper.getRequestDispatcher
(@NotNull Resource resource, RequestDispatcherOptions options) javax.servlet.RequestDispatcher
SlingHttpServletRequestWrapper.getRequestDispatcher
(String path, RequestDispatcherOptions options) Deprecated.javax.servlet.RequestDispatcher
SlingHttpServletRequestWrapper.getRequestDispatcher
(Resource resource, RequestDispatcherOptions options) Deprecated.jakarta.servlet.RequestDispatcher
SlingJakartaHttpServletRequestWrapper.getRequestDispatcher
(String path, RequestDispatcherOptions options) jakarta.servlet.RequestDispatcher
SlingJakartaHttpServletRequestWrapper.getRequestDispatcher
(Resource resource, RequestDispatcherOptions options)