BookmarkUiService
Provides the ability to programmatically interact with bookmarked pages and breadcrumbs, as rendered by the Wicket viewer.
API
BookmarkUiService.java
interface BookmarkUiService {
void clear() (1)
}
1 | clear()
Simply clears the current list of breadcrumbs and bookmarks. |
Implementation
The Web UI (Wicket viewer) provides an implementation of this service, o.a.c.viewer.wicket.viewer.services.BookmarkUiServiceWicket
.