org.activemath.webapp.dict
Class VeloRenderer
java.lang.Object
org.activemath.webapp.dict.VeloRenderer
public class VeloRenderer
- extends Object
Utility to render a piece of velocity code.
This is needed in the view if a bean needs return
a string that is more complex than a single value,
for example, a string that should pull phrases.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VeloRenderer
public VeloRenderer(Map model)
render
public String render(String veloCode)