public static class CurrentActivityAction.Event
extends java.lang.Object
| Constructor and Description |
|---|
CurrentActivityAction.Event(Context context,
org.apache.cocoon.environment.Request request)
Construct a new activity event, grabing various bits of data about the request from the context and request.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDectectedBrowser()
Return the activity viewer's best guess as to what browser or bot
was initiating the request.
|
int |
getEPersonID() |
java.lang.String |
getIP() |
java.lang.String |
getSessionID() |
long |
getTimeStamp() |
java.lang.String |
getURL() |
java.lang.String |
getUserAgent() |
boolean |
isAnonymous()
Is this event anonymous?
|
boolean |
isBot()
Is this event from a bot?
|
public CurrentActivityAction.Event(Context context, org.apache.cocoon.environment.Request request)
public java.lang.String getSessionID()
public int getEPersonID()
public java.lang.String getURL()
public long getTimeStamp()
public java.lang.String getUserAgent()
public java.lang.String getIP()
public boolean isAnonymous()
public boolean isBot()
public java.lang.String getDectectedBrowser()
Copyright © 2014 DuraSpace. All Rights Reserved.