Class UrlParameterUtils.UrlParameters
java.lang.Object
com.levigo.jadice.web.demo.common.client.util.UrlParameterUtils.UrlParameters
- Enclosing class:
UrlParameterUtils
String constants that are recognized as URL parameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The URL parameter to define whether the resolution should be automatically detectedstatic final String
The key for selecting the underlying transport protocol.static final String
Whether the browsers focusing behavior should be applied or ignoredstatic final String
The URL parameter triggering a help window which explains all URL parametersstatic final String
The URL parameter to trigger loading a previously transferred (via ICN-integration) documentstatic final String
The URL parameter for setting the icon type.static final String
static final String
static final String
static final String
The URL parameter for tuning theClientConfiguration
setQualityEnhancement.static final String
The URL parameter to save annotations. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONNECTION
The key for selecting the underlying transport protocol. This can be Websockets, SSE-based or Longpoll- See Also:
-
RENDER_QUALITY_URL_PARAM
The URL parameter for tuning theClientConfiguration
setQualityEnhancement. Allows setting a percentage as value (between 0 and 100).- See Also:
-
ICON_TYPE_URL_PARAM
The URL parameter for setting the icon type.- See Also:
-
SAVE_ANNOS_URL_PARAM
The URL parameter to save annotations. This is actually only for testing/debug purposes, it shows an editor with the XML-content of the modified annotations. If you really want to save annotations, you have to modify the according server-operation- See Also:
-
ICN_ID_URL_PARAM
The URL parameter to trigger loading a previously transferred (via ICN-integration) document- See Also:
-
HELP
The URL parameter triggering a help window which explains all URL parameters- See Also:
-
AUTODETECTRESOLUTION
The URL parameter to define whether the resolution should be automatically detected- See Also:
-
FOCUS_TEXT_EDITOR
Whether the browsers focusing behavior should be applied or ignored- See Also:
-
MAX_RECONNECTION_ATTEMPTS
- See Also:
-
LONGTIME_RECONNECT
- See Also:
-
LONGTIME_INTERVAL
- See Also:
-
-
Constructor Details
-
UrlParameters
public UrlParameters()
-