org.activemath.webapp.dict
Class VeloRenderer

java.lang.Object
  extended by 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.


Constructor Summary
VeloRenderer(Map model)
           
 
Method Summary
 String render(String veloCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VeloRenderer

public VeloRenderer(Map model)
Method Detail

render

public String render(String veloCode)