Constructor and Description |
---|
MonitorResource() |
Modifier and Type | Method and Description |
---|---|
void |
logView(long duration)
Deprecated.
Since 11.1.0 replaced by
pageView(long) ,
that expects POST, and this version accepting PUT is kept only for eventual backwards compatibility. |
void |
pageView(long duration)
Logs the view event.
|
@Path(value="/pageView") @PUT @Deprecated public void logView(@QueryParam(value="duration") @NotNull long duration) throws PortalException
pageView(long)
,
that expects POST, and this version accepting PUT is kept only for eventual backwards compatibility.PortalException
@Path(value="/pageView") @POST public void pageView(@QueryParam(value="duration") @NotNull long duration) throws PortalException
PortalException
LumisXP 11.2.0.190404 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.