@Component(value="blPageURLProcessor") public class PageURLProcessor extends Object implements URLProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
BLC_RULE_MAP_PARAM |
static String |
REQUEST_DTO |
| Constructor and Description |
|---|
PageURLProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProcessURL(String key)
Implementors of this interface will return true if they are able to process the
current in request.
|
boolean |
processURL(String key)
Determines if the requestURI for the passed in request matches a custom content
managed page.
|
public static final String BLC_RULE_MAP_PARAM
public static final String REQUEST_DTO
public boolean canProcessURL(String key)
canProcessURL in interface URLProcessorBroadleafRequestContextpublic boolean processURL(String key) throws IOException, javax.servlet.ServletException
processURL in interface URLProcessorkey - The URI to processIOExceptionjavax.servlet.ServletExceptionCopyright © 2017. All rights reserved.