org.openxava.controller
Class Environment

java.lang.Object
  extended by org.openxava.controller.Environment
All Implemented Interfaces:
java.io.Serializable

public class Environment
extends java.lang.Object
implements java.io.Serializable

It read first the variables sent on create (it extracted from module), and then all variable defined in controllers.

Author:
Javier Paniza
See Also:
Serialized Form

Constructor Summary
Environment(java.util.Map localVariables)
           
 
Method Summary
 java.lang.String getValue(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Environment

public Environment(java.util.Map localVariables)
Method Detail

getValue

public java.lang.String getValue(java.lang.String name)
                          throws XavaException
Returns:
Null if does not exists.
Throws:
XavaException