Class EnvironmentAdapter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getProperties()
      Returns a read-only map with the environment properties.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EnvironmentAdapter

        public EnvironmentAdapter()
    • Method Detail

      • getProperties

        public java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getProperties()
                                                                                             throws PortalException
        Description copied from interface: IEnvironment
        Returns a read-only map with the environment properties.
        Specified by:
        getProperties in interface IEnvironment
        Returns:
        a read-only map with the environment properties
        Throws:
        PortalException