Package org.apache.james.jspf.core
Interface MacroExpandEnabled
- All Known Implementing Classes:
AMechanism
,ExistsMechanism
,ExpModifier
,GenericMechanism
,IncludeMechanism
,IP4Mechanism
,IP6Mechanism
,MXMechanism
,PTRMechanism
,RedirectModifier
public interface MacroExpandEnabled
Components that need to log can implement this interface so that
the container will provide the DNSService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
enableMacroExpand
(MacroExpand macroExpand) Provide component with a DNSService.
-
Method Details
-
enableMacroExpand
Provide component with a DNSService.- Parameters:
macroExpand
- the macroExpand service. Must not benull
.
-