@Scriptable public final class GroovyPortalInfo extends Object
Constructor and Description |
---|
GroovyPortalInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl()
Get the portal's base URL.
|
ILocale |
getDefaultLocale()
Get the default locale of the portal.
|
static int |
getIntrexxShareVersion()
Get the Intrexx Share version.
|
int |
getIntrexxVersion()
Get the Intrexx version as an integer (e.g. 5200).
|
String |
getIntrexxVersionStr()
Get the Intrexx version as a string (e.g. 5.20).
|
String |
getPortalDisplayName()
Get the portal's display name.
|
String |
getPortalName()
Get the portal name (server/
|
int |
getProcessId()
Get the process id (PID) of the running portal server.
|
boolean |
isIntrexxShareAvailable()
Check if Intrexx Share is available in the current portal.
|
public int getProcessId()
public String getPortalName()
public String getPortalDisplayName()
public String getBaseUrl()
null
if it is not configured.public ILocale getDefaultLocale()
public int getIntrexxVersion()
VERSION.CURRENT
public String getIntrexxVersionStr()
VERSION.CURRENT
public boolean isIntrexxShareAvailable()
true
if Intrexx Share is available,
or false
otherwise.public static int getIntrexxShareVersion()
-1
if
Intrexx Share is not available
.