public static class CurrentActivityAction.Event extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
cookieMap |
Map<String,String> |
headers |
String |
host
The host address of the requester
|
String |
puser |
String |
qs |
| 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.
|
UUID |
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 String host
public String qs
public String puser
public CurrentActivityAction.Event(Context context, org.apache.cocoon.environment.Request request)
public String getSessionID()
public UUID getEPersonID()
public String getURL()
public long getTimeStamp()
public String getUserAgent()
public String getIP()
public boolean isAnonymous()
public boolean isBot()
public String getDectectedBrowser()
Copyright © 2016 DuraSpace. All Rights Reserved.