org.apache.myfaces.view.facelets.el
Class CompositeFunctionMapper
java.lang.Object
javax.el.FunctionMapper
org.apache.myfaces.view.facelets.el.CompositeFunctionMapper
public final class CompositeFunctionMapper
- extends javax.el.FunctionMapper
Composite FunctionMapper that attempts to load the Method from the first FunctionMapper, then the second if
null
.
- Version:
- $Id: CompositeFunctionMapper.java 1187700 2011-10-22 12:19:37Z bommel $
- Author:
- Jacob Hookom
- See Also:
FunctionMapper
,
Method
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeFunctionMapper
public CompositeFunctionMapper(javax.el.FunctionMapper fn0,
javax.el.FunctionMapper fn1)
resolveFunction
public Method resolveFunction(String prefix,
String name)
- Specified by:
resolveFunction
in class javax.el.FunctionMapper
- See Also:
FunctionMapper.resolveFunction(java.lang.String, java.lang.String)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.