| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemBookmarkStore |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateBookmarkStore
Persists and retrieves BookmarkSet objects via Hibernate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateUserBookmarkStore
Creates new BookmarkSet objects based on bookmarks for a template user,
passes all other operations to an enclosed BookmarkStore instance.
|
| Modifier and Type | Method and Description |
|---|---|
BookmarkSet |
SimpleTemplateBookmarkSetResolver.getTemplateBookmarkSet(String owner,
String name,
BookmarkStore store) |
BookmarkSet |
TemplateBookmarkSetResolver.getTemplateBookmarkSet(String owner,
String name,
BookmarkStore store) |
| Constructor and Description |
|---|
TemplateUserBookmarkStore(BookmarkStore enclosed,
TemplateBookmarkSetResolver resolver) |
| Modifier and Type | Field and Description |
|---|---|
protected BookmarkStore |
ToggleFolderFormController.bookmarkStore |
protected BookmarkStore |
DeleteEntryFormController.bookmarkStore |
protected BookmarkStore |
BaseBookmarksFormController.bookmarkStore |
| Modifier and Type | Method and Description |
|---|---|
BookmarkStore |
ToggleFolderFormController.getBookmarkStore() |
BookmarkStore |
DeleteEntryFormController.getBookmarkStore() |
BookmarkStore |
BaseBookmarksFormController.getBookmarkStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
ToggleFolderFormController.setBookmarkStore(BookmarkStore bookmarkStore) |
void |
DeleteEntryFormController.setBookmarkStore(BookmarkStore bookmarkStore) |
void |
BaseBookmarksFormController.setBookmarkStore(BookmarkStore bookmarkStore) |
| Modifier and Type | Field and Description |
|---|---|
protected BookmarkStore |
BookmarkSetRequestResolver.bookmarkStore |
| Modifier and Type | Method and Description |
|---|---|
BookmarkStore |
BookmarkSetRequestResolver.getBookmarkStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
BookmarkSetRequestResolver.setBookmarkStore(BookmarkStore bookmarkStore) |
Copyright © 2017 Jasig. All Rights Reserved.