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
 void enableMacroExpand(MacroExpand macroExpand)
          Provide component with a DNSService.
 

Method Detail

enableMacroExpand

void enableMacroExpand(MacroExpand macroExpand)
Provide component with a DNSService.

Parameters:
macroExpand - the macroExpand service. Must not be null.


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