Package lumis.portal.el
Interface IExtendedFunctionMapper
-
- All Superinterfaces:
FunctionMapper
- All Known Implementing Classes:
PageWebResourceFunctionMapper
,PortalFunctionMapper
,ServiceContainerRenderRequestFunctionMapper
,ServiceContainerRequestFunctionMapper
public interface IExtendedFunctionMapper extends 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: 11804 $ $Date: 2010-07-29 10:06:21 -0300 (Thu, 29 Jul 2010) $
- See Also:
LumisExpressionEvaluatorImpl
-
-
Method Summary
-
Methods inherited from interface javax.servlet.jsp.el.FunctionMapper
resolveFunction
-
-