Spring Web Flow

org.springframework.binding.mapping
Interface MappingResultsCriteria


public interface MappingResultsCriteria

A predicate used to select mapping result objects in a call to MappingResults.getResults(MappingResultsCriteria).

Author:
Keith Donald

Method Summary
 boolean test(MappingResult result)
          Tests if the mapping result meets this criteria.
 

Method Detail

test

boolean test(MappingResult result)
Tests if the mapping result meets this criteria.

Parameters:
result - the result
Returns:
true if so, false if not

Spring Web Flow