Uses of Interface
org.apache.mailet.MailetContext

Packages that use MailetContext
org.apache.james   
org.apache.james.core Implementations of core James services and concepts. 
org.apache.james.transport Classes that implement the matcher/mailet processing chain. 
org.apache.mailet The classes that constitute the Mailet API. 
 

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()
          Returns a reference to the MailetContext in which the matcher is executing
 MailetContext MailetConfigImpl.getMailetContext()
          Get the mailet's MailetContext object.
 

Methods in org.apache.james.core with parameters of type MailetContext
 void MatcherConfigImpl.setMailetContext(MailetContext newContext)
          Sets a reference to the MailetContext in which the matcher is executing
 void MailetConfigImpl.setMailetContext(MailetContext newContext)
          Get the mailet's Avalon Configuration object.
 

Uses of MailetContext in org.apache.james.transport
 

Methods in org.apache.james.transport with parameters of type MailetContext
 Matcher MatchLoader.getMatcher(String matchName, MailetContext context)
          Get a new Matcher with the specified name acting in the specified context.
 Mailet MailetLoader.getMailet(String mailetName, MailetContext context, Configuration configuration)
          Get a new Mailet with the specified name acting in the specified context.
 

Uses of MailetContext in org.apache.mailet
 

Methods in org.apache.mailet 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.
 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 © 1999-2002 Apache Jakarta Project. All Rights Reserved."