|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestDispatcherOptions | |
---|---|
org.apache.sling.api | |
org.apache.sling.api.scripting | |
org.apache.sling.api.wrappers | |
org.apache.sling.commons.testing.sling | |
org.apache.sling.scripting.core |
Uses of RequestDispatcherOptions in org.apache.sling.api |
---|
Methods in org.apache.sling.api with parameters of type RequestDispatcherOptions | |
---|---|
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(String path,
RequestDispatcherOptions options)
Returns a RequestDispatcher object that acts as a wrapper
for the resource located at the given path. |
Uses of RequestDispatcherOptions in org.apache.sling.api.scripting |
---|
Methods in org.apache.sling.api.scripting with parameters of type RequestDispatcherOptions | |
---|---|
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(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(String path,
RequestDispatcherOptions options)
Helper method to include the result of processing the request for the given path and options . |
Uses of RequestDispatcherOptions in org.apache.sling.api.wrappers |
---|
Methods in org.apache.sling.api.wrappers with parameters of type RequestDispatcherOptions | |
---|---|
javax.servlet.RequestDispatcher |
SlingHttpServletRequestWrapper.getRequestDispatcher(Resource resource,
RequestDispatcherOptions options)
|
javax.servlet.RequestDispatcher |
SlingHttpServletRequestWrapper.getRequestDispatcher(String path,
RequestDispatcherOptions options)
|
Uses of RequestDispatcherOptions in org.apache.sling.commons.testing.sling |
---|
Methods in org.apache.sling.commons.testing.sling with parameters of type RequestDispatcherOptions | |
---|---|
javax.servlet.RequestDispatcher |
MockSlingHttpServletRequest.getRequestDispatcher(Resource resource,
RequestDispatcherOptions options)
|
javax.servlet.RequestDispatcher |
MockSlingHttpServletRequest.getRequestDispatcher(String path,
RequestDispatcherOptions options)
|
Uses of RequestDispatcherOptions in org.apache.sling.scripting.core |
---|
Methods in org.apache.sling.scripting.core with parameters of type RequestDispatcherOptions | |
---|---|
void |
ScriptHelper.forward(Resource resource,
RequestDispatcherOptions options)
|
void |
ScriptHelper.forward(String path,
RequestDispatcherOptions options)
|
void |
ScriptHelper.include(Resource resource,
RequestDispatcherOptions options)
|
void |
ScriptHelper.include(String path,
RequestDispatcherOptions options)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |