Package lumis.portal.presentation
Class PresentationMonitorUtil
- java.lang.Object
-
- lumis.portal.presentation.PresentationMonitorUtil
-
public class PresentationMonitorUtil extends 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) $
-
-
Field Summary
Fields Modifier and Type Field Description static String
EVENT_HTTP_SESSION
Key for httpsession event.static String
EVENT_LEAVE_PAGE
Key for page enter event.static String
EVENT_PAGE_VIEW
Key for page view event.static String
EVENT_PAGE_WEB_RESOURCE_RENDER
Key for page web resource render event.static String
STRING_RESOURCE_PATH
The string resource path using for localizing page view monitoring strings.
-
Constructor Summary
Constructors Constructor Description PresentationMonitorUtil()
-
-
-
Field Detail
-
STRING_RESOURCE_PATH
public static final 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 String EVENT_PAGE_VIEW
Key for page view event.- Since:
- 4.1.0
- See Also:
- Constant Field Values
-
EVENT_LEAVE_PAGE
public static final String EVENT_LEAVE_PAGE
Key for page enter event.- Since:
- 12.0.0
- See Also:
- Constant Field Values
-
EVENT_HTTP_SESSION
public static final 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 String EVENT_PAGE_WEB_RESOURCE_RENDER
Key for page web resource render event.- Since:
- 6.0.0
- See Also:
- Constant Field Values
-
-