@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 URLProcessor
BroadleafRequestContext
public boolean processURL(String key) throws IOException, javax.servlet.ServletException
processURL
in interface URLProcessor
key
- The URI to processIOException
javax.servlet.ServletException
Copyright © 2014. All rights reserved.