backUrl
- protected String
The current "WCB Extranet" backend base URL. The one currently in use.
Default Value: http://wcb.linkeo.com/extranet/bouton/
Standard URL of the "WCB Extranet" Back-Office server – HTTP.
Default Value: http://wcb.linkeo.com/extranet/bouton/
Secure URL of the "WCB Extranet" Back-Office server – HTTPS.
Default Value: https://wcb.linkeo.com/extranet/bouton/
The channel code.
Refers to a channel configuration in the "WCB Extranet" back-office.
Default Value: null
Activate fallbacks (on errors or KO endings) even if none is set up in the channel setup
(of the "WCB Extranet" Back-Office).
true
by default here, which is the recommended value.
Indeed fallbacks should be handled by web integration not controlled by server-side configuration.
Do not set it to false
unless you really know what you are doing. This will revert to
compatibility mode which is now deprecated.
Default Value: true
frontUrl
- protected String
The current "WCB Frontal" backend base URL. The one currently in use.
Default Value: http://wcb.linkeo.com/wcbFrontal/services.do
Standard URL of the "WCB Frontal" server – HTTP.
Default Value: http://wcb.linkeo.com/wcbFrontal/services.do
Secure URL of the "WCB Frontal" server – HTTPS.
Default Value: https://wcb.linkeo.com/wcbFrontal/services.do
The HTML ID of some form to "grab".
null
by default. If set to some "truthy" value, it enable the "form-grabbing" feature.
If enabled, the "grab" feature will collect the values of all fields in the form and
send them along with any call-back request (as supplementary parameters).
Multiple values in the form are not supported.
The "grab" feature will also collect window location and any window openers locations.
These will be reversed and stored as JSON in the userUrls
request attribute.
Default Value: null
https
- protected Boolean
Whether to use HTTPS (if
true
) or HTTP (if
false
).
Only use this at creation time. To change this setting in live,
call the useHttps()
instead.
In standard use cases, you should not need modifying this setting,
because it is auto-configured based on the current window URL.
Default Value: true if document.location.protocol
is 'https:'
at instanciation time, false otherwise
Activate the (deprecated) compatibility mode in handling fallbacks.
false
by default. Do not change it unless you know what you are doing.
Deprecated Fallbacks should be handled by web integration not controlled by server-side configuration.
Default Value: false
The polling frequency when following call statuses. Expressed in milliseconds.
Default Value: 1000 (one second)
timeZone
- protected String
The current websurfer timezone.
By default, this is set to the current websurfer time offset with
LnkWcb.util.buildTimeZone()
.
This gives something like "GMT+02:00"
.
If you get a better information (or ask it directly to the websurfer), then you can put any ID
from this list of available time zones.
Default Value: the websurfer time offset, such as "GMT+02:00"
for instance
A validation function for
rappeler()
method.
Arguments are those of the rappeler()
method.
Must return a boolean, true
indicating the input is correct, false
otherwise.
Default Value: an empty function that always returns true