Uses of Interface
org.apache.mailet.MailetConfig

Uses of MailetConfig in org.apache.mailet
 

Methods in org.apache.mailet that return MailetConfig
 MailetConfig Mailet.getMailetConfig()
          Returns a MailetConfig object, which provides initialization parameters and a MailetContext through which it can interact with the mailet container.
 

Methods in org.apache.mailet with parameters of type MailetConfig
 void Mailet.init(MailetConfig config)
          Initializes this Mailet.
 



Copyright © 2007-2009 The Apache Software Foundation. All Rights Reserved.