Class IdMatcherImpl

java.lang.Object
org.apache.tapestry5.ioc.internal.IdMatcherImpl
All Implemented Interfaces:
IdMatcher

public class IdMatcherImpl extends Object implements IdMatcher
A wrapper around a GlobPatternMatcher used to glob-match service ids.
  • Constructor Details

  • Method Details

    • matches

      public boolean matches(String id)
      Description copied from interface: IdMatcher
      Returns true if the provided input id matches the pattern defined by this matcher instance.
      Specified by:
      matches in interface IdMatcher
      Parameters:
      id - the fully qualified id
      Returns:
      true on match, false otherwise