Uses of Interface
org.apache.mailet.MatcherConfig

Packages that use MatcherConfig
org.apache.mailet The classes that constitute the Mailet API. 
 

Uses of MatcherConfig in org.apache.mailet
 

Classes in org.apache.mailet that implement MatcherConfig
 class GenericMatcher
          GenericMatcher implements the Matcher and MatcherConfig interfaces.
 class GenericRecipientMatcher
          GenericMatcher makes writing recipient based matchers easier.
 

Methods in org.apache.mailet that return MatcherConfig
 MatcherConfig Matcher.getMatcherConfig()
          Returns a MatcherConfig object, which contains initialization and startup parameters for this matcher.
 MatcherConfig GenericMatcher.getMatcherConfig()
          Returns this matcher's MatcherConfig object.
 

Methods in org.apache.mailet with parameters of type MatcherConfig
 void Matcher.init(MatcherConfig config)
          Called by the mailet container to indicate to a matcher that the matcher is being placed into service.
 void GenericMatcher.init(MatcherConfig newConfig)
          Called by the matcher container to indicate to a matcher that the matcher is being placed into service.
 



Copyright © 1999-2007 Apache Jakarta Project. All Rights Reserved.