@ProviderType
public interface ComponentErrorHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
SUPPRESS_ATTR
When attribute is set on the Request causes Component Error Handler implementation to be skipped.
|
| Modifier and Type | Method and Description |
|---|---|
void |
allowComponentErrorHandling(org.apache.sling.api.SlingHttpServletRequest request)
Allow component error handling for the Request.
|
void |
suppressComponentErrorHandling(org.apache.sling.api.SlingHttpServletRequest request)
Suppress component error handling for the Request.
|
static final String SUPPRESS_ATTR
void suppressComponentErrorHandling(org.apache.sling.api.SlingHttpServletRequest request)
request - Sling Request objectvoid allowComponentErrorHandling(org.apache.sling.api.SlingHttpServletRequest request)
request - Sling Request objCopyright © 2013–2020 Adobe. All rights reserved.