org.apache.torque.generator.template.velocity
Class VelocityOutletState

java.lang.Object
  extended by org.apache.torque.generator.template.velocity.VelocityOutletState

public class VelocityOutletState
extends Object

The outlet state of a velocity template outlet.


Constructor Summary
VelocityOutletState()
           
 
Method Summary
 org.apache.velocity.context.Context getContext()
          Returns the current velocity context.
 void setContext(org.apache.velocity.context.Context context)
          Sets the current velocity context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityOutletState

public VelocityOutletState()
Method Detail

getContext

public org.apache.velocity.context.Context getContext()
Returns the current velocity context.

Returns:
the current velocity context.

setContext

public void setContext(org.apache.velocity.context.Context context)
Sets the current velocity context.

Parameters:
context - the current velocity context.


Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.