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