public final class Platform.Environment extends Object
Environment
-attribute with Scope.PLATFORM
.Modifier and Type | Field and Description |
---|---|
static String |
APPNG_VERSION
Key for the appNG version.
|
static String |
CORE_PLATFORM_CONTEXT
Key for the global
ApplicationContext . |
static String |
MESSAGE_RECEIVER
|
static String |
MESSAGE_SENDER
|
static String |
NODE_CONFIG
Key for the node config.
|
static String |
PLATFORM_CONFIG
Key for the global platform config.
|
static String |
SITES
|
Constructor and Description |
---|
Environment() |
public static final String CORE_PLATFORM_CONTEXT
ApplicationContext
. The return type of
Environment.getAttribute(Scope, String)
is ApplicationContext
.public static final String PLATFORM_CONFIG
Environment.getAttribute(Scope, String)
is Properties
.public static final String NODE_CONFIG
Environment.getAttribute(Scope, String)
is Properties
.public static final String APPNG_VERSION
Environment.getAttribute(Scope, String)
is String
.public static final String SITES
Map
containing all active Site
s. The return type of
Environment.getAttribute(Scope, String)
is Map
<String, Site>
public static final String MESSAGE_SENDER
public static final String MESSAGE_RECEIVER
Copyright © 2011–2021 aiticon GmbH. All rights reserved.