Class 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)  
      • 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