|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.james.core.MailetConfigImpl
Constructor Summary | |
MailetConfigImpl()
|
Method Summary | |
java.lang.String |
getInitParameter(java.lang.String name)
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist. |
java.util.Iterator |
getInitParameterNames()
Returns the names of the mailet's initialization parameters as an Iterator of String objects, or an empty Iterator if the mailet has no initialization parameters. |
MailetContext |
getMailetContext()
Returns a reference to the MailetContext in which the mailet is executing. |
java.lang.String |
getMailetName()
Returns the name of this mailet instance. |
void |
setConfiguration(org.apache.avalon.framework.configuration.Configuration newConfiguration)
|
void |
setMailetContext(MailetContext newContext)
|
void |
setMailetName(java.lang.String newName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MailetConfigImpl()
Method Detail |
public java.lang.String getInitParameter(java.lang.String name)
MailetConfig
getInitParameter
in interface MailetConfig
name
- - a String specifying the name of the initialization parameter
public java.util.Iterator getInitParameterNames()
MailetConfig
getInitParameterNames
in interface MailetConfig
public MailetContext getMailetContext()
MailetConfig
getMailetContext
in interface MailetConfig
public void setMailetContext(MailetContext newContext)
public void setConfiguration(org.apache.avalon.framework.configuration.Configuration newConfiguration)
public java.lang.String getMailetName()
MailetConfig
getMailetName
in interface MailetConfig
public void setMailetName(java.lang.String newName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |