public class MockFunctionMapper extends Object implements javax.servlet.jsp.el.FunctionMapper
FunctionMapper.| Constructor and Description |
|---|
MockFunctionMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFunction(String prefix,
String localName,
Method function)
Adds a function for the specified prefix and name.
|
void |
clearFunctions()
Clears all functions.
|
Method |
resolveFunction(String prefix,
String localName) |
public void addFunction(String prefix, String localName, Method function)
prefix - the prefix of the functionlocalName - the name of the functionfunction - the function as Methodpublic void clearFunctions()
Copyright © 2003-2015. All Rights Reserved.