Class EnvironmentAdapter
- java.lang.Object
-
- lumis.portal.serviceinterface.style.impl.common.EnvironmentAdapter
-
- All Implemented Interfaces:
IEnvironment
public class EnvironmentAdapter extends java.lang.Object implements IEnvironment
IEnvironment
adapter.- Since:
- 17.1.0
-
-
Constructor Summary
Constructors Constructor Description 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
-
Methods inherited from interface lumis.portal.serviceinterface.style.impl.common.IEnvironment
getPropertyValue, getPropertyValue
-
-
-
-
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 interfaceIEnvironment
- Returns:
- a read-only map with the environment properties
- Throws:
PortalException
-
-