yawda.utils.oo
Class COOTemplate

java.lang.Object
  extended byyawda.utils.oo.COOTemplate

public final class COOTemplate
extends Object

Author:
Quentin Anciaux

Field Summary
static org.apache.velocity.app.VelocityEngine engine
           
static boolean init
           
static Object LOCK
           
static int OO_CALC
           
static int OO_WRITER
           
 
Constructor Summary
COOTemplate(int type, InputStream in)
           
 
Method Summary
 void process(OutputStream out, Map model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCK

public static final Object LOCK

init

public static boolean init

engine

public static final org.apache.velocity.app.VelocityEngine engine

OO_WRITER

public static final int OO_WRITER
See Also:
Constant Field Values

OO_CALC

public static final int OO_CALC
See Also:
Constant Field Values
Constructor Detail

COOTemplate

public COOTemplate(int type,
                   InputStream in)
Method Detail

process

public final void process(OutputStream out,
                          Map model)
                   throws IOException
Throws:
IOException