org.ocpsoft.rewrite.cdi.expressions
Class DummyFunctionMapper
java.lang.Object
javax.el.FunctionMapper
org.ocpsoft.rewrite.cdi.expressions.DummyFunctionMapper
public class DummyFunctionMapper
- extends javax.el.FunctionMapper
A dummy function mapper that is installed by default. It is not capable of
mapping any functions.
Other modules (such as the Faces Module) may install a bean that
overrides this and provides function mapping.
- Author:
- Pete Muir, Stuart Douglas
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyFunctionMapper
public DummyFunctionMapper()
resolveFunction
public Method resolveFunction(String prefix,
String localName)
- Specified by:
resolveFunction in class javax.el.FunctionMapper
Copyright © 2012 OCPsoft. All Rights Reserved.