psdi.webclient.system.runtime

Class WebClientConstants

  • java.lang.Object
    • psdi.webclient.system.runtime.WebClientConstants


  • public final class WebClientConstants
    extends java.lang.Object
    Constants used inside the UI framework
    Since:
    7.5.0.0
    • Field Detail

      • WEBCLIENT_DOJO_DEBUG

        public static final java.lang.String WEBCLIENT_DOJO_DEBUG
        Controls the debug flag for dojo framework. DEFAULT=false.
        See Also:
        Constant Field Values
      • WEBCLIENT_DEBUG_CONSOLE_GROUP

        public static final java.lang.String WEBCLIENT_DEBUG_CONSOLE_GROUP
        Users that belong to the named security group have access to the debug console
        See Also:
        Constant Field Values
      • WEBCLIENT_DEBUG_CONSOLE_USERS

        public static final java.lang.String WEBCLIENT_DEBUG_CONSOLE_USERS
        Comma separated list of Users that have access to the debug console in addition to those defined in the group
        See Also:
        Constant Field Values
      • WEBCLIENT_RTE_FONTLIST

        public static final java.lang.String WEBCLIENT_RTE_FONTLIST
        List of fonts to make available in the Rich Text Editor
        See Also:
        Constant Field Values
      • WEBCLIENT_RTE_BLOCKNODE

        public static final java.lang.String WEBCLIENT_RTE_BLOCKNODE
        Block node for enter key in the Rich Text Editor. Should be set to 'BR', 'DIV', or 'P'.
        See Also:
        Constant Field Values
      • WEBCLIENT_ASYNC

        public static final java.lang.String WEBCLIENT_ASYNC
        Indicates whether ASYNC is enabled
        See Also:
        Constant Field Values
      • WEBCLIENT_STATICID

        public static final java.lang.String WEBCLIENT_STATICID
        Generates static MX IDs for UI Components when turned on. To be mainly used for automation script.
        See Also:
        Constant Field Values
      • WEBCLIENT_ATTACHIMAGE

        public static final java.lang.String WEBCLIENT_ATTACHIMAGE
        Determines whether the "Attach Clipboard Image" button is enabled when creating a communication (email).
        See Also:
        Constant Field Values
      • MX_ID_PREFIX

        public static final java.lang.String MX_ID_PREFIX
        Prefix 'mx' for rendering UI component ids.
        See Also:
        Constant Field Values
      • JAVA_APPLET_OBJECT_CLASSID_GUID_NO_MINIMUM

        public static final java.lang.String JAVA_APPLET_OBJECT_CLASSID_GUID_NO_MINIMUM
        The value for the <object> tags classid attribute for java applets in IE. Just use the latest version installed.
        See Also:
        http://download.oracle.com/javase/6/docs/technotes/guides/plugin/developer_guide/using_tags.html, Constant Field Values
      • JAVA_APPLET_OBJECT_CLASSID_GUID

        public static final java.lang.String JAVA_APPLET_OBJECT_CLASSID_GUID
        The value for the <object> tags classid attribute for java applets in IE. Java 1.6 or higher
        See Also:
        http://download.oracle.com/javase/6/docs/technotes/guides/plugin/developer_guide/using_tags.html, Constant Field Values
      • JAVA_APPLET_OBJECT_CODEBASE

        public static final java.lang.String JAVA_APPLET_OBJECT_CODEBASE
        The value for the <object> tags codebase attribute for java applets in IE
        See Also:
        http://www.oracle.com/technetwork/java/javase/autodownload-140472.html, Constant Field Values
      • JAVA_APPLET_OBJECT_CODEBASE_NO_PROTOCOL

        public static final java.lang.String JAVA_APPLET_OBJECT_CODEBASE_NO_PROTOCOL
        See Also:
        Constant Field Values
      • JAVA_APPLET_OBJECT_TYPE

        public static final java.lang.String JAVA_APPLET_OBJECT_TYPE
        The value for the <object> tags type attribute for java applets
        See Also:
        http://download.oracle.com/javase/6/docs/technotes/guides/plugin/developer_guide/using_tags.html, Constant Field Values
      • WEBCLIENT_DISABLELONGOPQUERY

        public static final java.lang.String WEBCLIENT_DISABLELONGOPQUERY
        Indicates whether longopquery is disabled
        See Also:
        Constant Field Values
      • WEBCLIENT_CLIENTDATAVALIDATION

        public static final java.lang.String WEBCLIENT_CLIENTDATAVALIDATION
        Indicates whether client data validation is enabled
        See Also:
        Constant Field Values
      • WEBCLIENT_CLIENTEVENTQUEUETIMEOUT

        public static final java.lang.String WEBCLIENT_CLIENTEVENTQUEUETIMEOUT
        Client event queue timeout in seconds
        See Also:
        Constant Field Values
      • WEBCLIENT_CLIENTEVENTQUEUETHRESHOLD

        public static final java.lang.String WEBCLIENT_CLIENTEVENTQUEUETHRESHOLD
        Client event queue threshold count
        See Also:
        Constant Field Values
      • WEBCLIENT_SIMPLEDOMAINDOWNLOAD

        public static final java.lang.String WEBCLIENT_SIMPLEDOMAINDOWNLOAD
        Simple domain caching
        See Also:
        Constant Field Values
      • WEBCLIENT_DOWNLOADDATEASTEXT

        public static final java.lang.String WEBCLIENT_DOWNLOADDATEASTEXT
        Indicates whether the date and time will be downloaded as text or date in Excel
        See Also:
        Constant Field Values
      • WEBCLIENT_DOWNLOADDURATIONASTEXT

        public static final java.lang.String WEBCLIENT_DOWNLOADDURATIONASTEXT
        Indicates whether the duration will be downloaded as text or numeric in Excel
        See Also:
        Constant Field Values
      • WEBCLIENT_MAXICONS

        public static final java.lang.String WEBCLIENT_MAXICONS
        See Also:
        Constant Field Values
      • WEBCLIENT_SELECTACTION

        public static final java.lang.String WEBCLIENT_SELECTACTION
        See Also:
        Constant Field Values
      • WEBCLIENT_QUERIES

        public static final java.lang.String WEBCLIENT_QUERIES
        See Also:
        Constant Field Values
      • WEBCLIENT_LOADAPP_EXC

        public static final java.lang.String WEBCLIENT_LOADAPP_EXC
        Session attribute for storing exception that occurred while loading an application for use by the loadapperror.jsp.
        See Also:
        Constant Field Values
      • WEBCLIENT_LOADAPP_RETRYURL

        public static final java.lang.String WEBCLIENT_LOADAPP_RETRYURL
        Session attribute for storing the URL used to retry a previously failed action.
        See Also:
        Constant Field Values
      • WEBCLIENT_LOADAPP_RETRYQUERY

        public static final java.lang.String WEBCLIENT_LOADAPP_RETRYQUERY
        Session attribute for storing the query string associated with the retry url. This is stored separately so that it can be encoded separately when being sent back to the client.
        See Also:
        Constant Field Values
      • WEBCLIENT_CHECK_CSRF_LOGOUT

        public static final java.lang.String WEBCLIENT_CHECK_CSRF_LOGOUT
        System property used to enable checking for the CSRF token in the logout sequence. If enabled and a valid CSRF token is not passed when a valid session is passed, the logout will be blocked.
        See Also:
        Constant Field Values
      • WEBCLIENT_USECLIENTTIMER

        public static final java.lang.String WEBCLIENT_USECLIENTTIMER
        System property used to adjust the default time on the Date/Time Calendar widget. If disabled, the default time is set when the page is loaded. If enabled, the default time is adjusted to the time the widget is actually used.
        See Also:
        Constant Field Values
      • WEBCLIENT_MENUHIDE_DELAY

        public static final java.lang.String WEBCLIENT_MENUHIDE_DELAY
        System property used to allow automatic menu hiding after a mouse out (value is in milliseconds and default is 0 - unused)
        See Also:
        Constant Field Values
      • WEBCLIENT_SHOWTOOLBAR

        public static final java.lang.String WEBCLIENT_SHOWTOOLBAR
        See Also:
        Constant Field Values
      • WEBCLIENT_SHOWONTOOLBAR

        public static final java.lang.String WEBCLIENT_SHOWONTOOLBAR
        See Also:
        Constant Field Values
      • WEBCLIENT_HIDEONNAVBAR

        public static final java.lang.String WEBCLIENT_HIDEONNAVBAR
        See Also:
        Constant Field Values
      • WEBCLIENT_APPSEARCHMENUBAR

        public static final java.lang.String WEBCLIENT_APPSEARCHMENUBAR
        See Also:
        Constant Field Values
      • WEBCLIENT_FEATUREPACK

        public static final java.lang.String WEBCLIENT_FEATUREPACK
        See Also:
        Constant Field Values
      • WEBCLIENT_GUEST_LOGIN

        public static final java.lang.String WEBCLIENT_GUEST_LOGIN
        See Also:
        Constant Field Values
      • WEBCLIENT_GUEST_LOGIN_URL

        public static final java.lang.String WEBCLIENT_GUEST_LOGIN_URL
        See Also:
        Constant Field Values
      • WEBCLIENT_IMAGE_TYPES

        public static final java.lang.String WEBCLIENT_IMAGE_TYPES
        See Also:
        Constant Field Values
      • WEBCLIENT_MAX_NAVBAR_QUERIES

        public static final java.lang.String WEBCLIENT_MAX_NAVBAR_QUERIES
        See Also:
        Constant Field Values
      • WEBCLIENT_BODY_ARIAROLE

        public static final java.lang.String WEBCLIENT_BODY_ARIAROLE
        See Also:
        Constant Field Values
      • MAX_LABEL_CACHE_REPOSITORY

        public static final java.lang.String MAX_LABEL_CACHE_REPOSITORY
        MAX_LABEL_CACHE_REPOSITORY cache the ref of maxlabels.
        See Also:
        Constant Field Values
      • PROP_WEBSEAL_TERMINATESESSION

        public static final java.lang.String PROP_WEBSEAL_TERMINATESESSION
        Defines the system property used to enable or disable the logic in the logout sequence that will add the necessary header to terminate the Web Seal session. This is primarily used in a WebSeal environment configured for basic authentication and ensures that when a user logs out, their session in WebSeal will be invalidated.
        See Also:
        Constant Field Values
      • PROP_WEBSEAL_SESSIONID_HEADER

        public static final java.lang.String PROP_WEBSEAL_SESSIONID_HEADER
        The system property that contains the header name of the session identifier in which WebSeal stores its session id.
        See Also:
        Constant Field Values
      • PROP_WEBSEAL_EAI_HEADER

        public static final java.lang.String PROP_WEBSEAL_EAI_HEADER
        The system property that contains the header name of EAI task used for WebSeal.
        See Also:
        Constant Field Values
      • WEBSEAL_EAI_HEADER_DEFAULT

        public static final java.lang.String WEBSEAL_EAI_HEADER_DEFAULT
        The default header name that WebSeal uses for handling EAI tasks. This is normally used to communicate in the logout response that the webseal session needs to be terminated as well.
        See Also:
        Constant Field Values
      • WEBSEAL_SESSIONID_HEADER_DEFAULT

        public static final java.lang.String WEBSEAL_SESSIONID_HEADER_DEFAULT
        The default header name containing the WebSeal session id.
        See Also:
        Constant Field Values
      • LOGGER_UISESSION

        public static final java.lang.String LOGGER_UISESSION
        The key for the logger used by the UI session code.
        See Also:
        Constant Field Values
      • WEBCLIENT_HIDE_UNAUTHORIZED_FAVORITE_APPS

        public static final java.lang.String WEBCLIENT_HIDE_UNAUTHORIZED_FAVORITE_APPS
        System property to hide unauthorized favorite applications.
        See Also:
        Constant Field Values
      • WEBCLIENT_SYNCHRONOUS_QUERY_FILEDS

        public static final java.lang.String WEBCLIENT_SYNCHRONOUS_QUERY_FILEDS
        System property to force synchronous validation of numeric, date, and yorn query fields.
        See Also:
        Constant Field Values
      • WEBCLIENT_PROXYLOGINSTRINGCHECK

        public static final java.lang.String WEBCLIENT_PROXYLOGINSTRINGCHECK
        System property to check for a certain string (default is pkmslogin) in the response that indicates a redirect to the WEBSEAL login page.
        See Also:
        Constant Field Values
      • WEBCLIENT_SHOWMULTIPLECARDINALITY

        public static final java.lang.String WEBCLIENT_SHOWMULTIPLECARDINALITY
        System property include child objects with multiple or null cardinality in the result set portlet config tree
        See Also:
        Constant Field Values
      • WEBCLIENT_SCREENREADER_HIDE_CALENDAR

        public static final java.lang.String WEBCLIENT_SCREENREADER_HIDE_CALENDAR
        See Also:
        Constant Field Values
      • WEBCLIENT_SCREENREADER_ACCESSIBLE_TITLES

        public static final java.lang.String WEBCLIENT_SCREENREADER_ACCESSIBLE_TITLES
        See Also:
        Constant Field Values
      • WEBCLIENT_ALLOW_URL_LOGIN

        public static final java.lang.String WEBCLIENT_ALLOW_URL_LOGIN
        See Also:
        Constant Field Values
      • WEBCLIENT_RESETMOBILESCCACHE

        public static final java.lang.String WEBCLIENT_RESETMOBILESCCACHE
        System property to reset the start center cache during initialization (applies to mobile only)
        See Also:
        Constant Field Values
      • WEBCLIENT_LABEL_ORIENTATION

        public static final java.lang.String WEBCLIENT_LABEL_ORIENTATION
        See Also:
        Constant Field Values