public class RecentlyVisitedBean extends Object
| Constructor and Description |
|---|
RecentlyVisitedBean(String defaultSpace)
Create a new RecentlyVisitedBean in the given default space
|
| Modifier and Type | Method and Description |
|---|---|
List |
getBreadcrumbLinks()
Get the recently visited pages as a list of links uniquely
|
String |
getHomeLink() |
int |
getNumberOfRecentlyVisitedLinks()
Get the number of recently visited links
|
List |
getPrintBreadcrumbLinks() |
List |
getPublicBreadcrumbLinks()
Get the recently visited pages as a list of links uniquely
|
List |
getRecentlyVisitedLinks()
Get the recently visited pages as list of links
|
void |
setRecentlyVisited(List recentlyVisited)
Set the recentlyVisited as a new list of visits
|
void |
setSearchPage(SearchBean sb)
Set the most recently visited page as a Search Page
|
void |
setViewPage(ViewBean vb)
Set the most recently visited page as a View Page
|
public RecentlyVisitedBean(String defaultSpace)
defaultSpace - that links will be rendered against.public void setViewPage(ViewBean vb)
vb - the current ViewBeanpublic void setSearchPage(SearchBean sb)
sb - the current SearchBeanpublic void setRecentlyVisited(List recentlyVisited)
recentlyVisited - public List getRecentlyVisitedLinks()
public List getBreadcrumbLinks()
public List getPublicBreadcrumbLinks()
public List getPrintBreadcrumbLinks()
public String getHomeLink()
public int getNumberOfRecentlyVisitedLinks()
Copyright © 2003-2014 Sakai Project. All Rights Reserved.