com.sun.facelets.el
Class CompositeFunctionMapper
java.lang.Object
javax.el.FunctionMapper
com.sun.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,v 1.2 2005/08/24 04:38:56 jhook Exp $
- 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 © 2005 All Rights Reserved.