@ProviderType
public interface VanityURLService
| Modifier and Type | Method and Description |
|---|---|
boolean |
dispatch(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response)
This method checks if a given request URI (after performing the Resource Resolver Mapping) is a valid vanity URL,
if true it will perform the FORWARD using Request Dispatcher.
|
boolean dispatch(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response)
throws javax.servlet.ServletException,
IOException,
javax.jcr.RepositoryException
request - the request objectresponse - the response objectjavax.servlet.ServletExceptionIOExceptionjavax.jcr.RepositoryExceptionCopyright © 2013–2020 Adobe. All rights reserved.