|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MailetContext | |
org.apache.james | |
org.apache.james.core | |
org.apache.james.transport | |
org.apache.mailet |
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 |
MailetConfigImpl.getMailetContext()
|
MailetContext |
MatcherConfigImpl.getMailetContext()
|
Methods in org.apache.james.core with parameters of type MailetContext | |
void |
MailetConfigImpl.setMailetContext(MailetContext newContext)
|
void |
MatcherConfigImpl.setMailetContext(MailetContext newContext)
|
Uses of MailetContext in org.apache.james.transport |
Methods in org.apache.james.transport with parameters of type MailetContext | |
Matcher |
MatchLoader.getMatcher(java.lang.String matchName,
MailetContext context)
|
Mailet |
MailetLoader.getMailet(java.lang.String mailetName,
MailetContext context,
org.apache.avalon.framework.configuration.Configuration configuration)
|
Uses of MailetContext in org.apache.mailet |
Methods in org.apache.mailet that return MailetContext | |
MailetContext |
GenericMailet.getMailetContext()
Returns a reference to the MailetContext in which this mailet is running. |
MailetContext |
GenericMatcher.getMailetContext()
Returns a reference to the MailetContext in which this matcher 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |