org.tm4j.vtl
Class WebappCompatBean

java.lang.Object
  extended byorg.tm4j.vtl.WebappCompatBean

public class WebappCompatBean
extends java.lang.Object

Provides a bean interface which partially matches that produced by the Velocity FormTool. This is provided to allow the command-line batch conversion application to simulate a request.

Author:
Kal

Constructor Summary
WebappCompatBean()
           
 
Method Summary
 VelocityForm getBean()
           
 void setBean(VelocityForm form)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebappCompatBean

public WebappCompatBean()
Method Detail

getBean

public VelocityForm getBean()
Returns:

setBean

public void setBean(VelocityForm form)
Parameters:
form -