Class VelocityOutletState
java.lang.Object
org.apache.torque.generator.template.velocity.VelocityOutletState
The outlet state of a velocity template outlet.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.velocity.context.ContextReturns the current velocity context.voidsetContext(org.apache.velocity.context.Context context) Sets the current velocity context.
-
Constructor Details
-
VelocityOutletState
public VelocityOutletState()
-
-
Method Details
-
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.
-