Package org.apache.fop.fo
Class FONode.GatherContextInfoFunction
- java.lang.Object
-
- org.apache.fop.fo.FONode.GatherContextInfoFunction
-
- All Implemented Interfaces:
AdvancedMessageFormat.Function
- Enclosing class:
- FONode
public static class FONode.GatherContextInfoFunction extends java.lang.Object implements AdvancedMessageFormat.Function
Function for AdvancedMessageFormat to retrieve context info from an FONode.
-
-
Constructor Summary
Constructors Constructor Description GatherContextInfoFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
evaluate(java.util.Map params)
Executes the function.java.lang.Object
getName()
Returns the name of the function.
-
-
-
Method Detail
-
evaluate
public java.lang.Object evaluate(java.util.Map params)
Executes the function.- Specified by:
evaluate
in interfaceAdvancedMessageFormat.Function
- Parameters:
params
- the message parameters- Returns:
- the function result
-
getName
public java.lang.Object getName()
Returns the name of the function.- Specified by:
getName
in interfaceAdvancedMessageFormat.Function
- Returns:
- the name of the function
-
-