| Package | Description |
|---|---|
| org.apache.sling.api | |
| org.apache.sling.api.scripting | |
| org.apache.sling.api.wrappers | |
| org.apache.sling.scripting.core |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.RequestDispatcher |
SlingHttpServletRequest.getRequestDispatcher(Resource resource,
RequestDispatcherOptions options)
Returns a
RequestDispatcher object that acts as a wrapper
for the resource located at the given resource. |
javax.servlet.RequestDispatcher |
SlingHttpServletRequest.getRequestDispatcher(java.lang.String path,
RequestDispatcherOptions options)
Returns a
RequestDispatcher object that acts as a wrapper
for the resource located at the given path. |
| Modifier and Type | Method and Description |
|---|---|
void |
SlingScriptHelper.forward(Resource resource,
RequestDispatcherOptions options)
Helper method to forward the request to a Servlet or script for the given
resource and options. |
void |
SlingScriptHelper.forward(java.lang.String path,
RequestDispatcherOptions options)
Helper method to forward the request to a Servlet or script for the given
path and options. |
void |
SlingScriptHelper.include(Resource resource,
RequestDispatcherOptions options)
Helper method to include the result of processing the request for the
given
resource and options. |
void |
SlingScriptHelper.include(java.lang.String path,
RequestDispatcherOptions options)
Helper method to include the result of processing the request for the
given
path and options. |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.RequestDispatcher |
SlingHttpServletRequestWrapper.getRequestDispatcher(Resource resource,
RequestDispatcherOptions options) |
javax.servlet.RequestDispatcher |
SlingHttpServletRequestWrapper.getRequestDispatcher(java.lang.String path,
RequestDispatcherOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptHelper.forward(Resource resource,
RequestDispatcherOptions options) |
void |
ScriptHelper.forward(java.lang.String path,
RequestDispatcherOptions options) |
void |
ScriptHelper.include(Resource resource,
RequestDispatcherOptions options) |
void |
ScriptHelper.include(java.lang.String path,
RequestDispatcherOptions options) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.