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.RequestDispatcherSlingHttpServletRequest.getRequestDispatcher(@NotNull String path, RequestDispatcherOptions options) Deprecated.Returns aRequestDispatcherobject that acts as a wrapper for the resource located at the given path.@Nullable javax.servlet.RequestDispatcherSlingHttpServletRequest.getRequestDispatcher(@NotNull Resource resource, RequestDispatcherOptions options) Deprecated.Returns aRequestDispatcherobject that acts as a wrapper for the resource located at the given resource.@Nullable jakarta.servlet.RequestDispatcherSlingJakartaHttpServletRequest.getRequestDispatcher(@NotNull String path, RequestDispatcherOptions options) Returns aRequestDispatcherobject that acts as a wrapper for the resource located at the given path.@Nullable jakarta.servlet.RequestDispatcherSlingJakartaHttpServletRequest.getRequestDispatcher(@NotNull Resource resource, RequestDispatcherOptions options) Returns aRequestDispatcherobject 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 TypeMethodDescriptionvoidSlingScriptHelper.forward(@NotNull String path, RequestDispatcherOptions options) Helper method to forward the request to a Servlet or script for the givenpathandoptions.voidSlingScriptHelper.forward(@NotNull Resource resource, RequestDispatcherOptions options) Helper method to forward the request to a Servlet or script for the givenresourceandoptions.voidSlingScriptHelper.include(@NotNull String path, RequestDispatcherOptions options) Helper method to include the result of processing the request for the givenpathandoptions.voidSlingScriptHelper.include(@NotNull Resource resource, RequestDispatcherOptions options) Helper method to include the result of processing the request for the givenresourceandoptions. -
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.RequestDispatcherJakartaToJavaxRequestWrapper.getRequestDispatcher(@NotNull String path, RequestDispatcherOptions options) @Nullable javax.servlet.RequestDispatcherJakartaToJavaxRequestWrapper.getRequestDispatcher(@NotNull Resource resource, RequestDispatcherOptions options) @Nullable jakarta.servlet.RequestDispatcherJavaxToJakartaRequestWrapper.getRequestDispatcher(@NotNull String path, RequestDispatcherOptions options) @Nullable jakarta.servlet.RequestDispatcherJavaxToJakartaRequestWrapper.getRequestDispatcher(@NotNull Resource resource, RequestDispatcherOptions options) javax.servlet.RequestDispatcherSlingHttpServletRequestWrapper.getRequestDispatcher(String path, RequestDispatcherOptions options) Deprecated.javax.servlet.RequestDispatcherSlingHttpServletRequestWrapper.getRequestDispatcher(Resource resource, RequestDispatcherOptions options) Deprecated.jakarta.servlet.RequestDispatcherSlingJakartaHttpServletRequestWrapper.getRequestDispatcher(String path, RequestDispatcherOptions options) jakarta.servlet.RequestDispatcherSlingJakartaHttpServletRequestWrapper.getRequestDispatcher(Resource resource, RequestDispatcherOptions options)