Class X4OELFunctionMapper
java.lang.Object
javax.el.FunctionMapper
org.x4o.xml.el.X4OELFunctionMapper
public class X4OELFunctionMapper
extends javax.el.FunctionMapper
X4OELFunctionMapper simple EL function mapper.
- Version:
- 1.0 Sep 14, 2010
- Author:
- Willem Cazander
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFunction
(String prefix, String localName, Method method) Add an static method to the function mapper.resolveFunction
(String prefix, String localName) Resolves method el functions.
-
Constructor Details
-
X4OELFunctionMapper
public X4OELFunctionMapper()Creates a X4OELFunctionMapper.
-
-
Method Details
-
resolveFunction
-
addFunction
-