|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestDispatcherOptions | |
---|---|
org.apache.sling.api | |
org.apache.sling.api.scripting | |
org.apache.sling.api.wrappers |
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(java.lang.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(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 . |
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(java.lang.String path,
RequestDispatcherOptions options)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |