public class MockVariableResolver extends Object implements javax.servlet.jsp.el.VariableResolver
VariableResolver.
This implementation cannot be used for real EL
expressions. Real EL expression support is only
available for the Unified Expression Language API
using the JasperJspFactory.| Constructor and Description |
|---|
MockVariableResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
addVariable(String name,
Object value)
Adds a variable that resolves to the specified object.
|
void |
clearVariables()
Clears all variables.
|
Object |
resolveVariable(String name) |
Copyright © 2003-2015. All Rights Reserved.