|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ el overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.facelets.el
Class CompositeFunctionMapper

java.lang.ObjectFunctionMapper
com.sun.facelets.el.CompositeFunctionMapper
- public final class CompositeFunctionMapper
- extends 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 $
| Field Summary | |
private FunctionMapper |
fn0
|
private FunctionMapper |
fn1
|
| Constructor Summary | |
CompositeFunctionMapper(FunctionMapper fn0,
FunctionMapper fn1)
|
|
| Method Summary | |
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 |
| Field Detail |
fn0
private final FunctionMapper fn0
fn1
private final FunctionMapper fn1
| Constructor Detail |
CompositeFunctionMapper
public CompositeFunctionMapper(FunctionMapper fn0,
FunctionMapper fn1)
| Method Detail |
resolveFunction
public java.lang.reflect.Method resolveFunction(java.lang.String prefix, java.lang.String name)
|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ el overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
FunctionMapper