Uses of Class
org.apache.sling.api.request.RequestDispatcherOptions
Package
Description
-
Uses of RequestDispatcherOptions in org.apache.sling.api
Modifier and TypeMethodDescription@Nullable javax.servlet.RequestDispatcher
SlingHttpServletRequest.getRequestDispatcher
(@NotNull String path, RequestDispatcherOptions options) 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) 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
Modifier 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
Modifier and TypeMethodDescriptionjavax.servlet.RequestDispatcher
SlingHttpServletRequestWrapper.getRequestDispatcher
(String path, RequestDispatcherOptions options) javax.servlet.RequestDispatcher
SlingHttpServletRequestWrapper.getRequestDispatcher
(Resource resource, RequestDispatcherOptions options) -
Uses of RequestDispatcherOptions in org.apache.sling.engine.impl.request
ModifierConstructorDescriptionSlingRequestDispatcher
(String path, RequestDispatcherOptions options, boolean protectHeadersOnInclude, boolean checkContentTypeOnInclude) SlingRequestDispatcher
(Resource resource, RequestDispatcherOptions options, boolean protectHeadersOnInclude, boolean checkContentTypeOnInclude) -
Uses of RequestDispatcherOptions in org.apache.sling.scripting.core
Modifier and TypeMethodDescriptionvoid
ScriptHelper.forward
(String path, RequestDispatcherOptions options) void
ScriptHelper.forward
(Resource resource, RequestDispatcherOptions options) void
ScriptHelper.include
(String path, RequestDispatcherOptions options) void
ScriptHelper.include
(Resource resource, RequestDispatcherOptions options) -
Uses of RequestDispatcherOptions in org.apache.sling.scripting.thymeleaf.internal.processor
Modifier and TypeMethodDescriptionprotected RequestDispatcherOptions
SlingIncludeAttributeTagProcessor.prepareRequestDispatcherOptions
(org.thymeleaf.standard.expression.IStandardExpressionParser expressionParser, org.thymeleaf.context.ITemplateContext templateContext, org.thymeleaf.model.IProcessableElementTag processableElementTag, org.thymeleaf.processor.element.IElementTagStructureHandler elementTagStructureHandler) Modifier and TypeMethodDescriptionprotected String
SlingIncludeAttributeTagProcessor.dispatch
(Resource resource, String path, SlingHttpServletRequest slingHttpServletRequest, SlingHttpServletResponse slingHttpServletResponse, RequestDispatcherOptions requestDispatcherOptions) -
Uses of RequestDispatcherOptions in org.apache.sling.servlets.resolver.internal.bundle
Modifier and TypeMethodDescriptionjavax.servlet.RequestDispatcher
RequestWrapper.getRequestDispatcher
(String path, RequestDispatcherOptions options) javax.servlet.RequestDispatcher
RequestWrapper.getRequestDispatcher
(Resource resource, RequestDispatcherOptions options)