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) 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) 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 TypeMethodDescriptionjavax.servlet.RequestDispatcherSlingHttpServletRequestWrapper.getRequestDispatcher(String path, RequestDispatcherOptions options) javax.servlet.RequestDispatcherSlingHttpServletRequestWrapper.getRequestDispatcher(Resource resource, RequestDispatcherOptions options) -
Uses of RequestDispatcherOptions in org.apache.sling.engine.impl.request
Methods in org.apache.sling.engine.impl.request with parameters of type RequestDispatcherOptionsConstructors in org.apache.sling.engine.impl.request with parameters of type RequestDispatcherOptionsModifierConstructorDescriptionSlingRequestDispatcher(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
Methods in org.apache.sling.scripting.core with parameters of type RequestDispatcherOptionsModifier and TypeMethodDescriptionvoidScriptHelper.forward(String path, RequestDispatcherOptions options) voidScriptHelper.forward(Resource resource, RequestDispatcherOptions options) voidScriptHelper.include(String path, RequestDispatcherOptions options) voidScriptHelper.include(Resource resource, RequestDispatcherOptions options) -
Uses of RequestDispatcherOptions in org.apache.sling.scripting.thymeleaf.internal.processor
Methods in org.apache.sling.scripting.thymeleaf.internal.processor that return RequestDispatcherOptionsModifier and TypeMethodDescriptionprotected RequestDispatcherOptionsSlingIncludeAttributeTagProcessor.prepareRequestDispatcherOptions(org.thymeleaf.standard.expression.IStandardExpressionParser expressionParser, org.thymeleaf.context.ITemplateContext templateContext, org.thymeleaf.model.IProcessableElementTag processableElementTag, org.thymeleaf.processor.element.IElementTagStructureHandler elementTagStructureHandler) Methods in org.apache.sling.scripting.thymeleaf.internal.processor with parameters of type RequestDispatcherOptionsModifier and TypeMethodDescriptionprotected StringSlingIncludeAttributeTagProcessor.dispatch(Resource resource, String path, SlingHttpServletRequest slingHttpServletRequest, SlingHttpServletResponse slingHttpServletResponse, RequestDispatcherOptions requestDispatcherOptions) -
Uses of RequestDispatcherOptions in org.apache.sling.servlets.resolver.internal.bundle
Methods in org.apache.sling.servlets.resolver.internal.bundle with parameters of type RequestDispatcherOptionsModifier and TypeMethodDescriptionjavax.servlet.RequestDispatcherRequestWrapper.getRequestDispatcher(String path, RequestDispatcherOptions options) javax.servlet.RequestDispatcherRequestWrapper.getRequestDispatcher(Resource resource, RequestDispatcherOptions options)