Modifier and Type | Field and Description |
---|---|
static String |
LEAVE_PAGE_OBJECT_TYPE |
static String |
PAGE_VIEW_OBJECT_TYPE |
Constructor and Description |
---|
MonitorResource() |
Modifier and Type | Method and Description |
---|---|
void |
leavePage(long duration,
String clientTitle)
Logs the page enter event.
|
void |
pageView(String clientTitle)
Logs the view event.
|
public static final String PAGE_VIEW_OBJECT_TYPE
public static final String LEAVE_PAGE_OBJECT_TYPE
@Path(value="/pageView") @POST public void pageView(@QueryParam(value="title") @NotNull String clientTitle) throws PortalException
PortalException
@Path(value="/leavePage") @POST public void leavePage(@QueryParam(value="duration") @NotNull long duration, @QueryParam(value="title") @NotNull String clientTitle) throws PortalException
PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.