org.springframework.web.portlet.handler
Interface AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate
- All Superinterfaces:
- java.lang.Comparable
- Enclosing class:
- AbstractMapBasedHandlerMapping
protected static interface AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate
- extends java.lang.Comparable
Predicate interface for determining a match with a given request.
Method Summary |
boolean |
match(javax.portlet.PortletRequest request)
Determine whether the given request matches this predicate. |
Methods inherited from interface java.lang.Comparable |
compareTo |
match
boolean match(javax.portlet.PortletRequest request)
- Determine whether the given request matches this predicate.
- Parameters:
request
- current portlet request
Copyright © 2002-2008 The Spring Framework.