protected static interface

AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate

implements Comparable<T>
org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate

Class Overview

Predicate interface for determining a match with a given request.

Summary

Public Methods
abstract boolean match(PortletRequest request)
Determine whether the given request matches this predicate.
abstract void validate(PortletRequest request)
Validate this predicate's mapping against the current request.
[Expand]
Inherited Methods
From interface java.lang.Comparable

Public Methods

public abstract boolean match (PortletRequest request)

Determine whether the given request matches this predicate.

Parameters
request current portlet request

public abstract void validate (PortletRequest request)

Validate this predicate's mapping against the current request.

Parameters
request current portlet request
Throws
if validation failed
PortletException