Package org.apache.james.jspf.core
Class MacroExpand
java.lang.Object
org.apache.james.jspf.core.MacroExpand
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckExpand
(String input, SPFSession session, boolean isExplanation)
-
Field Details
-
EXPLANATION
public static final boolean EXPLANATION- See Also:
-
DOMAIN
public static final boolean DOMAIN- See Also:
-
-
Constructor Details
-
MacroExpand
Construct MacroExpand- Parameters:
dnsProbe
- the dns service to use
-
-
Method Details
-
checkExpand
public DNSLookupContinuation checkExpand(String input, SPFSession session, boolean isExplanation) throws PermErrorException, NoneException - Throws:
PermErrorException
NoneException
-
expand
public String expand(String input, MacroData macroData, boolean isExplanation) throws PermErrorException - Throws:
PermErrorException
-