org.objectweb.jonas.newbean
Class ParameterSet

java.lang.Object
  extended by org.objectweb.jonas.newbean.ParameterSet

public class ParameterSet
extends java.lang.Object

This class defines the set of parameters used by the application.


Constructor Summary
ParameterSet(org.apache.velocity.VelocityContext context)
          Creates a new set of parameters associated to the specified Velocity context.
 
Method Summary
 void walkThrough()
          Walk through (Parameter.walkThrough()) the whole parameters set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterSet

public ParameterSet(org.apache.velocity.VelocityContext context)
Creates a new set of parameters associated to the specified Velocity context.

Method Detail

walkThrough

public void walkThrough()
Walk through (Parameter.walkThrough()) the whole parameters set.