org.springframework.security.web.util
Interface RequestMatcher

All Known Implementing Classes:
ELRequestMatcher, IpAddressMatcher

public interface RequestMatcher

Simple strategy to match an HttpServletRequest.

Since:
3.0.2
Author:
Luke Taylor

Method Summary
 boolean matches(HttpServletRequest request)
          Decides whether the rule implemented by the strategy matches the supplied request.
 

Method Detail

matches

boolean matches(HttpServletRequest request)
Decides whether the rule implemented by the strategy matches the supplied request.

Parameters:
request - the request to check for a match
Returns:
true if the request matches, false otherwise


Copyright © 2004-2011 SpringSource, Inc. All Rights Reserved.