Uses of Interface
org.apache.mailet.MailetContext

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

Uses of MailetContext in org.apache.mailet
 

Methods in org.apache.mailet that return MailetContext
 MailetContext MatcherConfig.getMailetContext()
          Returns a reference to the MailetContext in which the matcher is executing
 MailetContext MailetConfig.getMailetContext()
          Returns a reference to the MailetContext in which the mailet is executing.
 MailetContext GenericMatcher.getMailetContext()
          Returns a reference to the MailetContext in which this matcher is running.
 MailetContext GenericMailet.getMailetContext()
          Returns a reference to the MailetContext in which this mailet is running.
 



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