|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AdvancedMessageFormat.Function
Implementations of this interface do some computation based on the message parameters given to it. Note: at the moment, this has to be done in a local-independent way since there is no locale information.
Method Summary | |
---|---|
java.lang.Object |
evaluate(java.util.Map params)
Executes the function. |
java.lang.Object |
getName()
Returns the name of the function. |
Method Detail |
---|
java.lang.Object evaluate(java.util.Map params)
params
- the message parameters
java.lang.Object getName()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |