- Schema
- ns0.xsd
- Available Since
- 1.4-M3
Properties
name |
data type |
type |
namespace |
min/max occurs |
description |
baseUrl
|
string
|
element
|
|
0/1
|
|
buildNumber
|
string
|
element
|
|
0/1
|
|
cookieInformation
|
cookieInformation
|
element
|
|
0/1
|
|
copyrightRange
|
string
|
element
|
|
0/1
|
|
devMode
|
boolean
|
element
|
|
1/1
|
|
javascriptLog
|
boolean
|
element
|
|
1/1
|
|
logMissingI18n
|
boolean
|
element
|
|
1/1
|
|
timestamp
|
long
|
element
|
|
1/1
|
|
timestampStr
|
string
|
element
|
|
0/1
|
|
version
|
string
|
element
|
|
0/1
|
|
Example
<applicationRuntimeInfo>
<devMode>...</devMode>
<javascriptLog>...</javascriptLog>
<version>...</version>
<buildNumber>...</buildNumber>
<timestamp>...</timestamp>
<copyrightRange>...</copyrightRange>
<logMissingI18n>...</logMissingI18n>
<baseUrl>...</baseUrl>
<timestampStr>...</timestampStr>
<cookieInformation>
<path>...</path>
<domain>...</domain>
<secure>...</secure>
<timeout>...</timeout>
<rememberMeEnabled>...</rememberMeEnabled>
</cookieInformation>
</applicationRuntimeInfo>