Class UrlParameterUtils.UrlParameters

java.lang.Object
com.levigo.jadice.web.demo.common.client.util.UrlParameterUtils.UrlParameters
Enclosing class:
UrlParameterUtils

public static class UrlParameterUtils.UrlParameters extends Object
String constants that are recognized as URL parameters
  • Field Details

    • CONNECTION

      public static final String CONNECTION
      The key for selecting the underlying transport protocol. This can be Websockets, SSE-based or Longpoll
      See Also:
    • RENDER_QUALITY_URL_PARAM

      public static final String RENDER_QUALITY_URL_PARAM
      The URL parameter for tuning the ClientConfiguration setQualityEnhancement. Allows setting a percentage as value (between 0 and 100).
      See Also:
    • ICON_TYPE_URL_PARAM

      public static final String ICON_TYPE_URL_PARAM
      The URL parameter for setting the icon type.
      See Also:
    • SAVE_ANNOS_URL_PARAM

      public static final String 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

      public static final String ICN_ID_URL_PARAM
      The URL parameter to trigger loading a previously transferred (via ICN-integration) document
      See Also:
    • HELP

      public static final String HELP
      The URL parameter triggering a help window which explains all URL parameters
      See Also:
    • AUTODETECTRESOLUTION

      public static final String AUTODETECTRESOLUTION
      The URL parameter to define whether the resolution should be automatically detected
      See Also:
    • FOCUS_TEXT_EDITOR

      public static final String FOCUS_TEXT_EDITOR
      Whether the browsers focusing behavior should be applied or ignored
      See Also:
    • MAX_RECONNECTION_ATTEMPTS

      public static final String MAX_RECONNECTION_ATTEMPTS
      See Also:
    • LONGTIME_RECONNECT

      public static final String LONGTIME_RECONNECT
      See Also:
    • LONGTIME_INTERVAL

      public static final String LONGTIME_INTERVAL
      See Also:
  • Constructor Details

    • UrlParameters

      public UrlParameters()