Method Summary |
|
public String | getInitAttribute(String name) Get the value of an (XML) attribute stored in this MailetConfig.
Parameters: name - the name of the attribute whose value is to be retrieved. |
public String | getInitParameter(String name) Get the value of an parameter stored in this MailetConfig. |
public Iterator | getInitParameterNames() Returns an iterator over the set of configuration parameter names. |
public MailetContext | getMailetContext() Get the mailet's MailetContext object. |
public String | getMailetName() Get the name of the mailet. |
public void | setConfiguration(Configuration newConfiguration) Set the Avalon Configuration object for the mailet. |
public void | setMailetContext(MailetContext newContext) Get the mailet's Avalon Configuration object. |
public void | setMailetName(String newName) Set the name for the mailet. |