|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.el.FunctionMapper org.apache.shale.test.el.MockFunctionMapper
public class MockFunctionMapper
Mock implementation of FunctionMapper
.
Constructor Summary | |
---|---|
MockFunctionMapper()
Creates a new instance of MockFunctionMapper |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MockFunctionMapper()
Method Detail |
---|
public 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.
public Method resolveFunction(String prefix, String localName)
resolveFunction
in class javax.el.FunctionMapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |