org.apache.tapestry5.ioc
Interface IdMatcher

All Known Implementing Classes:
IdMatcherImpl, OrIdMatcher

public interface IdMatcher

A matcher of fully qualified ids.


Method Summary
 boolean matches(String id)
          Returns true if the provided input id matches the pattern defined by this matcher instance.
 

Method Detail

matches

boolean matches(String id)
Returns true if the provided input id matches the pattern defined by this matcher instance.

Parameters:
id - the fully qualfied id
Returns:
true on match, false otherwise


Copyright © 2003-2012 The Apache Software Foundation.