Uses of Interface
org.apache.mailet.MailetContext

Packages that use MailetContext
org.apache.mailet This package constitutes the Mailet API. 
org.apache.mailet.base Core mailet utilities and lightweight frameworks. 
 

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.
 

Uses of MailetContext in org.apache.mailet.base
 

Methods in org.apache.mailet.base that return MailetContext
 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 © 2008-2012 The Apache Software Foundation. All Rights Reserved.