@Service
@Properties
public class GuideSubmitServlet
extends org.apache.sling.api.servlets.SlingAllMethodsServlet
Modifier and Type | Field and Description |
---|---|
static String |
REQ_ATTR_FORWARD_OPTIONS |
static String |
REQ_ATTR_FORWARD_PATH |
static String |
REQUEST_ATTR_REDIRECT_PARAMETER_MAP |
Constructor and Description |
---|
GuideSubmitServlet() |
Modifier and Type | Method and Description |
---|---|
static void |
setForwardPath(org.apache.sling.api.SlingHttpServletRequest req,
String path,
String selector,
String suffix)
Deprecated.
|
public static final String REQ_ATTR_FORWARD_PATH
public static final String REQ_ATTR_FORWARD_OPTIONS
public static final String REQUEST_ATTR_REDIRECT_PARAMETER_MAP
@Deprecated public static void setForwardPath(org.apache.sling.api.SlingHttpServletRequest req, String path, String selector, String suffix)
GuideSubmitUtils.setForwardPath(org.apache.sling.api.SlingHttpServletRequest, java.lang.String, java.lang.String, java.lang.String)
req
- Sling requestpath
- Path to forward the current requestselector
- Sling selector to use while forwarding the request to the path. Null if no selector to be usedsuffix
- Suffix to use while forwarding the request to the path. Null if no selector to be usedCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.