Class PresentationMonitorUtil


  • public class PresentationMonitorUtil
    extends java.lang.Object
    Contains presentation monitoring constants and utility methods.
    Since:
    4.1.0
    Version:
    $Revision: 23034 $ $Date: 2019-08-05 16:52:47 -0300 (Mon, 05 Aug 2019) $
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • STRING_RESOURCE_PATH

        public static final java.lang.String STRING_RESOURCE_PATH
        The string resource path using for localizing page view monitoring strings.
        Since:
        4.1.0
        See Also:
        Constant Field Values
      • EVENT_PAGE_VIEW

        public static final java.lang.String EVENT_PAGE_VIEW
        Key for page view event.
        Since:
        4.1.0
        See Also:
        Constant Field Values
      • EVENT_LEAVE_PAGE

        public static final java.lang.String EVENT_LEAVE_PAGE
        Key for page enter event.
        Since:
        12.0.0
        See Also:
        Constant Field Values
      • EVENT_HTTP_SESSION

        public static final java.lang.String EVENT_HTTP_SESSION
        Key for httpsession event.
        Since:
        4.1.0
        See Also:
        Constant Field Values
      • EVENT_PAGE_WEB_RESOURCE_RENDER

        public static final java.lang.String EVENT_PAGE_WEB_RESOURCE_RENDER
        Key for page web resource render event.
        Since:
        6.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • PresentationMonitorUtil

        public PresentationMonitorUtil()