protected static interface AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate extends Comparable<AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate>
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(PortletRequest request)
Determine whether the given request matches this predicate.
|
void |
validate(PortletRequest request)
Validate this predicate's mapping against the current request.
|
compareToboolean match(PortletRequest request)
request - current portlet requestvoid validate(PortletRequest request) throws PortletException
request - current portlet requestPortletException - if validation failed