- java.lang.Object
-
- javax.el.FunctionMapper
-
- com.sun.faces.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$
- Author:
- Jacob Hookom
- See Also:
FunctionMapper
,
Method
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
private javax.el.FunctionMapper |
fn0 |
private javax.el.FunctionMapper |
fn1 |
-
Constructor Summary
Constructors
Constructor and Description |
CompositeFunctionMapper(javax.el.FunctionMapper fn0,
javax.el.FunctionMapper fn1) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
java.lang.reflect.Method |
resolveFunction(java.lang.String prefix,
java.lang.String name) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.