Package org.openxava.controller
Class Environment
- java.lang.Object
-
- 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
Constructors Constructor Description Environment(java.util.Map localVariables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue(java.lang.String name)
-
-
-
Method Detail
-
getValue
public java.lang.String getValue(java.lang.String name) throws XavaException
- Returns:
- Null if does not exists.
- Throws:
XavaException
-
-