|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Blog | |
org.blojsom.blog | Defines the classes and interfaces for blojsom blog objects |
org.blojsom.extension.atomapi | Defines the classes and interfaces for the blojsom AtomAPI implementation |
org.blojsom.extension.xmlrpc.handlers | Defines the classes and interfaces for blojsom XML-RPC handlers |
org.blojsom.plugin.admin | Defines the classes and interfaces for the blojsom admin plugins |
org.blojsom.plugin.comment | Defines the classes and interfaces for the blojsom comment plugin |
org.blojsom.plugin.filter | Defines the classes and interfaces for blojsom plugins that perform content filtering |
org.blojsom.plugin.moblog | Defines the classes and interfaces for the blojsom moblog plugin |
org.blojsom.plugin.pingback | Defines the classes and interfaces for the blojsom pingback plugin |
org.blojsom.plugin.trackback | Defines the classes and interfaces for the blojsom trackback plugin |
org.blojsom.util | Defines the classes and interfaces for blojsom utility functions |
Uses of Blog in org.blojsom.blog |
Fields in org.blojsom.blog declared as Blog | |
protected Blog |
BlogUser._blog
|
Methods in org.blojsom.blog that return Blog | |
Blog |
BlogUser.getBlog()
Get the blog user's blog information |
Methods in org.blojsom.blog with parameters of type Blog | |
protected void |
FileBackedBlogEntry.reloadSource(Blog blog)
Reload the blog entry from disk The first line of the blog entry will be used as the title of the blog |
protected void |
FileBackedBlogEntry.loadMetaData(Blog blog)
Load the meta data for the entry |
protected void |
FileBackedBlogEntry.saveMetaData(Blog blog)
Store the meta data for the entry |
void |
FileBackedBlogCategory.load(Blog blog)
Deprecated. |
void |
FileBackedBlogCategory.save(Blog blog)
Deprecated. |
void |
FileBackedBlogCategory.delete(Blog blog)
Deprecated. |
protected int |
FileBackedBlogCategory.recursiveBlogEntriesCounter(Blog blog,
boolean recursive,
java.lang.String rootDirectory)
Recursively count the blog entries in a blog directory |
int |
FileBackedBlogCategory.countBlogEntries(Blog blog,
boolean recursive)
Count the number of blog entries in this category. |
void |
BlogUser.setBlog(Blog blog)
Set the blog user's blog information |
abstract void |
BlogCategory.load(Blog blog)
Deprecated. |
abstract void |
BlogCategory.save(Blog blog)
Deprecated. |
abstract void |
BlogCategory.delete(Blog blog)
Deprecated. |
abstract int |
BlogCategory.countBlogEntries(Blog blog,
boolean recursive)
Count the number of blog entries in this category. |
Uses of Blog in org.blojsom.extension.atomapi |
Methods in org.blojsom.extension.atomapi with parameters of type Blog | |
static org.intabulas.sandler.elements.Entry |
AtomUtils.fromBlogEntry(Blog blog,
BlogUser user,
BlogEntry blogentry,
java.lang.String servletPath)
Generate an Atom Entry object from a Blojsom BlogEntry object |
static org.intabulas.sandler.elements.Entry |
AtomUtils.fromBlogEntrySearch(Blog blog,
BlogUser user,
BlogEntry blogentry,
java.lang.String servletMapping)
Generates a slim Entry object (tile and id only) from a BlogEntry object |
Uses of Blog in org.blojsom.extension.xmlrpc.handlers |
Fields in org.blojsom.extension.xmlrpc.handlers declared as Blog | |
protected Blog |
AbstractBlojsomAPIHandler._blog
|
Uses of Blog in org.blojsom.plugin.admin |
Methods in org.blojsom.plugin.admin with parameters of type Blog | |
protected void |
EditBlogEntriesPlugin.sendTrackbackPings(Blog blog,
BlogEntry entry,
java.lang.String blogTrackbackURLs)
Send trackback pings to a comma-separated list of trackback URLs |
protected java.lang.String |
BaseAdminPlugin.getUsernameFromSession(javax.servlet.http.HttpServletRequest httpServletRequest,
Blog blog)
Retrieve the current authorized username for this session |
Uses of Blog in org.blojsom.plugin.comment |
Methods in org.blojsom.plugin.comment with parameters of type Blog | |
protected void |
CommentPlugin.setupEmail(Blog blog,
BlogEntry entry,
org.apache.commons.mail.Email email)
Setup the comment e-mail |
Uses of Blog in org.blojsom.plugin.filter |
Methods in org.blojsom.plugin.filter with parameters of type Blog | |
protected java.lang.String |
XSSFilterPlugin.processContent(java.lang.String content,
Blog blog)
Internal method to process any string content through the various routines |
Uses of Blog in org.blojsom.plugin.moblog |
Methods in org.blojsom.plugin.moblog with parameters of type Blog | |
protected java.io.File |
MoblogPlugin.getBlogCategoryDirectory(Blog blog,
java.lang.String categoryName)
Get the blog category. |
Uses of Blog in org.blojsom.plugin.pingback |
Methods in org.blojsom.plugin.pingback with parameters of type Blog | |
protected void |
PingbackPlugin.setupEmail(Blog blog,
BlogEntry entry,
org.apache.commons.mail.Email email)
Setup the pingback e-mail |
Uses of Blog in org.blojsom.plugin.trackback |
Methods in org.blojsom.plugin.trackback with parameters of type Blog | |
protected void |
TrackbackPlugin.setupEmail(Blog blog,
BlogEntry entry,
org.apache.commons.mail.Email email)
Setup the comment e-mail |
Uses of Blog in org.blojsom.util |
Methods in org.blojsom.util with parameters of type Blog | |
static void |
BlojsomUtils.resolveDynamicBaseAndBlogURL(javax.servlet.http.HttpServletRequest httpServletRequest,
Blog blog,
java.lang.String blogID)
Check to see if the blog base URL or blog URL are present. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |