public class MockFunctionMapper
extends javax.el.FunctionMapper
Mock implementation of FunctionMapper
.
Constructor and Description |
---|
MockFunctionMapper()
Creates a new instance of MockFunctionMapper
|
Modifier and Type | Method and Description |
---|---|
void |
mapFunction(String prefix,
String localName,
Method method)
Store a mapping of the specified prefix and localName to the
specified method, which must be static.
|
Method |
resolveFunction(String prefix,
String localName) |
public MockFunctionMapper()
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.