The Spring Framework

org.springframework.web.portlet.handler
Interface AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate

Enclosing class:
AbstractMapBasedHandlerMapping

protected static interface AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate

Predicate interface for determining a match with a given request.


Method Summary
 boolean match(PortletRequest request)
          Determine whether the given request matches this predicate.
 

Method Detail

match

boolean match(PortletRequest request)
Determine whether the given request matches this predicate.

Parameters:
request - current portlet request

The Spring Framework

Copyright © 2002-2008 The Spring Framework.