Package lumis.portal.el
Interface IExtendedFunctionMapper
-
- All Superinterfaces:
javax.servlet.jsp.el.FunctionMapper
- All Known Implementing Classes:
PageWebResourceFunctionMapper
,PortalFunctionMapper
,ServiceContainerRenderRequestFunctionMapper
,ServiceContainerRequestFunctionMapper
public interface IExtendedFunctionMapper extends javax.servlet.jsp.el.FunctionMapper
AFunctionMapper
interface that allows the use of extended features.Extended features:
- Function overload: if the
Method
returned byFunctionMapper.resolveFunction(String, String)
contains only one argument that is an array, it will be used, and the array will contain all function parameters. The parameters will be coerced to the array component type.
- Since:
- 5.6.0
- Version:
- $Revision$ $Date$
- See Also:
LumisExpressionEvaluatorImpl