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.james.transport.mailets Core mailets for use with the Mailet API. 
org.apache.james.transport.mailets.listservcommands   
org.apache.james.transport.matchers Core matchers for use with the Mailet API. 
org.apache.james.util A variety of utility classes used inside James. 
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
 

Fields in org.apache.james.transport declared as MailetContext
protected  MailetContext Loader.mailetContext
          Mailet context
 

Uses of MailetContext in org.apache.james.transport.mailets
 

Methods in org.apache.james.transport.mailets with parameters of type MailetContext
 void WhiteListManager.initSqlQueries(java.sql.Connection conn, MailetContext mailetContext)
          Initializes the sql query environment from the SqlResources file.
 

Uses of MailetContext in org.apache.james.transport.mailets.listservcommands
 

Fields in org.apache.james.transport.mailets.listservcommands declared as MailetContext
protected  MailetContext BaseCommand.mailetContext
           
 

Methods in org.apache.james.transport.mailets.listservcommands that return MailetContext
protected  MailetContext BaseCommand.getMailetContext()
          The current mailet context
 

Uses of MailetContext in org.apache.james.transport.matchers
 

Methods in org.apache.james.transport.matchers with parameters of type MailetContext
 void IsInWhiteList.initSqlQueries(java.sql.Connection conn, MailetContext mailetContext)
          Initializes the sql query environment from the SqlResources file.
 

Uses of MailetContext in org.apache.james.util
 

Methods in org.apache.james.util with parameters of type MailetContext
 void JDBCBayesianAnalyzer.initSqlQueries(java.sql.Connection conn, MailetContext mailetContext)
          Initializes the sql query environment from the SqlResources file.
 

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 © 2002-2007 The Apache Software Foundation. All Rights Reserved.