| Package | Description |
|---|---|
| org.chorem.bow | |
| org.chorem.bow.action | |
| org.chorem.bow.action.bookmark | |
| org.chorem.bow.action.preference |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BowImport |
| Modifier and Type | Class and Description |
|---|---|
class |
BowBookmarkAbstract |
class |
BowBookmarkImpl |
class |
BowImportAbstract |
class |
BowImportImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<BowBookmark> |
BowSearchResult.bookmarks |
| Modifier and Type | Method and Description |
|---|---|
static BowBookmark |
BookmarkUtils.createBookmark(String url,
String nameAndTags,
BowUser user) |
static BowBookmark |
BookmarkUtils.createBookmark(String url,
String name,
String tags,
BowUser user,
String privateAlias,
String publicAlias,
Date date)
Create new Bookmark
|
| Modifier and Type | Method and Description |
|---|---|
List<BowBookmark> |
BowSearchResult.getBookmarks() |
| Modifier and Type | Method and Description |
|---|---|
static String |
BookmarkUtils.getBookmarkTagsString(BowBookmark bookmark) |
static String |
BookmarkUtils.getTitle(BowBookmark b,
int max)
Title is first sentence of description, or link if no description
|
static void |
BookmarkUtils.updateBookmark(BowBookmark bookmark,
String name,
String link,
String tags,
String privateAlias,
String publicAlias) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BowSearchResult.setBookmarks(List<BowBookmark> bookmarks) |
| Constructor and Description |
|---|
BowSearchResult(org.nuiton.wikitty.query.WikittyQueryResult<BowBookmark> result,
String tagLine)
Construit l'objet en passant en parametre tout ce qu'il faut pour faire
la recherche
|
| Modifier and Type | Field and Description |
|---|---|
protected List<BowBookmark> |
AtomAction.bookmarks |
| Modifier and Type | Method and Description |
|---|---|
List<BowBookmark> |
AtomAction.getBookmarks() |
| Modifier and Type | Field and Description |
|---|---|
protected BowBookmark |
EditAction.bookmark |
| Modifier and Type | Method and Description |
|---|---|
BowBookmark |
EditAction.getBookmark() |
| Modifier and Type | Method and Description |
|---|---|
protected BowBookmark |
ImportBookmarksAction.createBookmarkFromHtml(String html,
String name,
BowUser user) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExportBookmarksAction.generateExportHtmlBookmark(List<BowBookmark> bookmarks,
Writer out)
Export tous les bookmarks au format HTML tel que le fait les navigateurs
|
protected void |
ImportBookmarksAction.parseHtmlToBookmarks(org.htmlparser.util.NodeList list,
BowUser user,
Date date,
List<BowBookmark> bookmarks,
Set<String> tagList) |
Copyright © 2010–2015 CodeLutin. All rights reserved.