Uses of Interface
org.apache.mailet.MailetContext

Packages that use MailetContext
org.apache.james   
org.apache.james.core   
org.apache.james.transport   
org.apache.mailet   
 

Uses of MailetContext in org.apache.james
 

Classes in org.apache.james that implement MailetContext
 class James
          Core class for JAMES.
 

Uses of MailetContext in org.apache.james.core
 

Methods in org.apache.james.core that return MailetContext
 MailetContext MatcherConfigImpl.getMailetContext()
           
 MailetContext MailetConfigImpl.getMailetContext()
           
 

Methods in org.apache.james.core with parameters of type MailetContext
 void MatcherConfigImpl.setMailetContext(MailetContext newContext)
           
 void MailetConfigImpl.setMailetContext(MailetContext newContext)
           
 

Uses of MailetContext in org.apache.james.transport
 

Methods in org.apache.james.transport with parameters of type MailetContext
 Matcher MatchLoader.getMatcher(java.lang.String matchName, MailetContext context)
           
 Mailet MailetLoader.getMailet(java.lang.String mailetName, MailetContext context, org.apache.avalon.framework.configuration.Configuration configuration)
           
 

Uses of MailetContext in org.apache.mailet
 

Methods in org.apache.mailet that return MailetContext
 MailetContext GenericMailet.getMailetContext()
          Returns a reference to the MailetContext in which this mailet is running.
 MailetContext GenericMatcher.getMailetContext()
          Returns a reference to the MailetContext in which this matcher is running.
 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.
 



"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."