public static class CurrentActivityAction.Event extends 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 |
|---|---|
String |
getDectectedBrowser()
Return the activity viewer's best guess as to what browser or bot
was initiating the request.
|
int |
getEPersonID() |
String |
getIP() |
String |
getSessionID() |
long |
getTimeStamp() |
String |
getURL() |
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 String getSessionID()
public int getEPersonID()
public String getURL()
public long getTimeStamp()
public String getUserAgent()
public String getIP()
public boolean isAnonymous()
public boolean isBot()
public String getDectectedBrowser()
Copyright © 2013 DuraSpace. All Rights Reserved.