|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.opensymphony.clickstream.Clickstream
The actual stream of clicks tracked during a user's navigation through a site.
| Constructor Summary | |
Clickstream()
|
|
| Method Summary | |
void |
addRequest(HttpServletRequest request)
Adds a new request to the stream of clicks. |
Object |
getAttribute(String name)
Gets an attribute for this clickstream. |
Set |
getAttributeNames()
Gets the attribute names for this clickstream. |
String |
getHostname()
Returns the host name that this clickstream relates to. |
String |
getInitialReferrer()
The URL of the initial referer. |
Date |
getLastRequest()
Returns the last Date that the clickstream was modified. |
HttpSession |
getSession()
Returns the HttpSession associated with this clickstream. |
Date |
getStart()
Returns the Date when the clickstream began. |
List |
getStream()
Returns the actual List of ClickstreamRequest objects. |
boolean |
isBot()
Returns the bot status. |
void |
setAttribute(String name,
Object value)
Sets an attribute for this clickstream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Clickstream()
| Method Detail |
public void addRequest(HttpServletRequest request)
request - The serlvet request to be added to the clickstreampublic Object getAttribute(String name)
name - public Set getAttributeNames()
public void setAttribute(String name,
Object value)
name - value - public String getHostname()
public boolean isBot()
public HttpSession getSession()
public String getInitialReferrer()
public Date getStart()
public Date getLastRequest()
public List getStream()
|
www.opensymphony.com/clickstream/ | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||