public class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_JODA_DATE_FORMAT
The default JODA format used to display date strings .
|
static String |
DEFAULT_JODA_DATETIME_FORMAT
The default JODA format used to display date and time strings .
|
static String |
DEFAULT_JODA_TIME_FORMAT
The default JODA format used to display time strings .
|
static String |
DEFAULT_TIMEZONE_ID
The default TimeZone-ID of the server (used for time conversions).
|
static int |
PORTAL_MODE
Currently active portal mode
|
static int |
PORTAL_MODE_DEMO
Portal mode for demonstration purposes (e.g.
|
static int |
PORTAL_MODE_DEV
Portal mode for development (e.g.
|
static int |
PORTAL_MODE_OFFLINE
Portal mode for showcases (e.g.
|
static int |
PORTAL_MODE_PRODUCTION
Portal mode for production (e.g.
|
static boolean |
RESTRICT_TO_DEMO
For demonstration purposes, the platform is restricted in various ways to prevent SPAM, tampering with liferay, etc
|
Constructor and Description |
---|
Constants() |
public static final String DEFAULT_TIMEZONE_ID
public static final String DEFAULT_JODA_DATE_FORMAT
public static final String DEFAULT_JODA_TIME_FORMAT
public static final String DEFAULT_JODA_DATETIME_FORMAT
public static final int PORTAL_MODE_DEMO
public static final int PORTAL_MODE_DEV
public static final int PORTAL_MODE_PRODUCTION
public static final int PORTAL_MODE_OFFLINE
public static int PORTAL_MODE
public static final boolean RESTRICT_TO_DEMO
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.