|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Blog in net.sourceforge.pebble |
---|
Constructors in net.sourceforge.pebble with parameters of type Blog | |
---|---|
PluginProperties(Blog blog)
Creates a new instance with the specified owning blog. |
Uses of Blog in net.sourceforge.pebble.aggregator |
---|
Methods in net.sourceforge.pebble.aggregator with parameters of type Blog | |
---|---|
void |
NewsFeedCache.addSubscription(Blog blog,
java.lang.String url)
|
java.util.List<NewsFeedEntry> |
NewsFeedCache.getNewsFeedEntries(Blog blog)
|
void |
NewsFeedCache.removeAllSubscriptions(Blog blog)
|
Uses of Blog in net.sourceforge.pebble.api.confirmation |
---|
Methods in net.sourceforge.pebble.api.confirmation with parameters of type Blog | |
---|---|
boolean |
TrackBackConfirmationStrategy.confirmationRequired(Blog blog)
Called to determine whether confirmation is required. |
Uses of Blog in net.sourceforge.pebble.api.decorator |
---|
Methods in net.sourceforge.pebble.api.decorator that return Blog | |
---|---|
Blog |
ContentDecorator.getBlog()
Gets the blog to which this decorator is associated. |
Methods in net.sourceforge.pebble.api.decorator with parameters of type Blog | |
---|---|
void |
ContentDecorator.setBlog(Blog blog)
Sets the blog to which this decorator is associated. |
Uses of Blog in net.sourceforge.pebble.api.event.blog |
---|
Methods in net.sourceforge.pebble.api.event.blog that return Blog | |
---|---|
Blog |
BlogEvent.getBlog()
Gets the blog that is the source of this event. |
Constructors in net.sourceforge.pebble.api.event.blog with parameters of type Blog | |
---|---|
BlogEvent(Blog blog,
int type)
Creates a new instance with the specified source and type. |
Uses of Blog in net.sourceforge.pebble.api.permalink |
---|
Methods in net.sourceforge.pebble.api.permalink that return Blog | |
---|---|
Blog |
PermalinkProvider.getBlog()
Gets the blog associated with this provider instance. |
Methods in net.sourceforge.pebble.api.permalink with parameters of type Blog | |
---|---|
void |
PermalinkProvider.setBlog(Blog blog)
Sets the blog associated with this provider instance. |
Uses of Blog in net.sourceforge.pebble.confirmation |
---|
Methods in net.sourceforge.pebble.confirmation with parameters of type Blog | |
---|---|
boolean |
NoOpConfirmationStrategy.confirmationRequired(Blog blog)
Called to determine whether confirmation is required. |
boolean |
AbstractConfirmationStrategy.confirmationRequired(Blog blog)
Called to determine whether confirmation is required. |
Uses of Blog in net.sourceforge.pebble.dao |
---|
Methods in net.sourceforge.pebble.dao with parameters of type Blog | |
---|---|
void |
CategoryDAO.addCategory(Category category,
Blog blog)
Adds the specified category. |
void |
RefererFilterDAO.addRefererFilter(RefererFilter filter,
Blog rootBlog)
Adds the specified referer filter. |
void |
CategoryDAO.deleteCategory(Category category,
Blog blog)
Removes the specified category. |
void |
RefererFilterDAO.deleteRefererFilter(RefererFilter filter,
Blog rootBlog)
Removes the specified referer filter. |
Category |
CategoryDAO.getCategories(Blog blog)
Loads the categories. |
java.util.Collection |
RefererFilterDAO.getRefererFilters(Blog rootBlog)
Loads the referer filters. |
java.util.List<BlogEntry> |
BlogEntryDAO.loadBlogEntries(Blog blog)
Loads all blog entries. |
BlogEntry |
BlogEntryDAO.loadBlogEntry(Blog blog,
java.lang.String blogEntryId)
Loads a specific blog entry. |
StaticPage |
StaticPageDAO.loadStaticPage(Blog blog,
java.lang.String pageId)
Loads a specific static page. |
java.util.Collection<StaticPage> |
StaticPageDAO.loadStaticPages(Blog blog)
Loads the static pages for a given blog. |
void |
CategoryDAO.updateCategory(Category category,
Blog blog)
Updates the specified category. |
Uses of Blog in net.sourceforge.pebble.dao.file |
---|
Methods in net.sourceforge.pebble.dao.file with parameters of type Blog | |
---|---|
void |
FileCategoryDAO.addCategory(Category category,
Blog blog)
Adds the specified category. |
void |
FileRefererFilterDAO.addRefererFilter(RefererFilter filter,
Blog rootBlog)
Adds the specified referer filter. |
void |
FileCategoryDAO.deleteCategory(Category category,
Blog blog)
Removes the specified category. |
void |
FileRefererFilterDAO.deleteRefererFilter(RefererFilter filter,
Blog rootBlog)
Removes the specified referer filter. |
Category |
FileCategoryDAO.getCategories(Blog blog)
Gets the categories for a particular blog. |
java.lang.String |
FileBlogEntryDAO.getPath(Blog blog,
java.lang.String blogEntryId,
java.util.TimeZone timeZone)
Given a blog and blog entry ID, this method determines the path where that blog entry is stored. |
java.util.Collection |
FileRefererFilterDAO.getRefererFilters(Blog rootBlog)
Loads the referer filters. |
java.util.List<BlogEntry> |
FileBlogEntryDAO.loadBlogEntries(Blog blog)
Loads all blog entries. |
BlogEntry |
FileBlogEntryDAO.loadBlogEntry(Blog blog,
java.lang.String blogEntryId)
Loads a specific blog entry. |
StaticPage |
FileStaticPageDAO.loadStaticPage(Blog blog,
java.lang.String pageId)
Loads a specific static page. |
java.util.Collection<StaticPage> |
FileStaticPageDAO.loadStaticPages(Blog blog)
Loads the static pages for a given blog. |
void |
FileCategoryDAO.updateCategory(Category updatedCategory,
Blog blog)
Updates the specified category. |
Constructors in net.sourceforge.pebble.dao.file with parameters of type Blog | |
---|---|
CategoryHandler(Blog blog)
|
Uses of Blog in net.sourceforge.pebble.decorator |
---|
Methods in net.sourceforge.pebble.decorator that return Blog | |
---|---|
Blog |
ContentDecoratorSupport.getBlog()
Gets the blog to which this decorator is associated. |
Blog |
ContentDecoratorChain.getBlog()
Gets the blog to which this decorator is associated. |
Methods in net.sourceforge.pebble.decorator with parameters of type Blog | |
---|---|
void |
ContentDecoratorSupport.setBlog(Blog blog)
Sets the blog to which this decorator is associated. |
void |
ContentDecoratorChain.setBlog(Blog blog)
Sets the blog to which this decorator is associated. |
Constructors in net.sourceforge.pebble.decorator with parameters of type Blog | |
---|---|
ContentDecoratorChain(Blog blog)
Creates a new chain. |
Uses of Blog in net.sourceforge.pebble.domain |
---|
Methods in net.sourceforge.pebble.domain that return Blog | |
---|---|
Blog |
TimePeriod.getBlog()
Gets the top-level owning blog. |
Blog |
PageBasedContent.getBlog()
Helper method to get the owning Blog instance. |
Blog |
BlogManager.getBlog()
Gets the default blog. |
Blog |
BlogManager.getBlog(java.lang.String id)
Gets a named blog. |
Methods in net.sourceforge.pebble.domain that return types with arguments of type Blog | |
---|---|
java.util.List<Blog> |
BlogManager.getPublicBlogs()
Gets all blogs that are currently being managed and are to be included in aggregated pages and feeds. |
Methods in net.sourceforge.pebble.domain with parameters of type Blog | |
---|---|
void |
BlogManager.addBlog(Blog blog)
|
java.util.List<BlogEntry> |
BlogService.getBlogEntries(Blog blog)
Gets all blog entries for the specified blog. |
java.util.List<BlogEntry> |
BlogService.getBlogEntries(Blog blog,
int year,
int month)
|
java.util.List<BlogEntry> |
BlogService.getBlogEntries(Blog blog,
int year,
int month,
int day)
|
BlogEntry |
BlogService.getBlogEntry(Blog blog,
java.lang.String blogEntryId)
Gets the blog entry with the specified id. |
static double |
FileManager.getCurrentUsage(Blog blog)
Determines how much space is being used in files, images and theme. |
Response |
BlogService.getResponse(Blog blog,
java.lang.String responseId)
Gets the blog entry with the specified id. |
StaticPage |
BlogService.getStaticPageById(Blog blog,
java.lang.String pageId)
Gets the page with the specified id. |
StaticPage |
BlogService.getStaticPageByName(Blog blog,
java.lang.String name)
Gets the static page with the specified name. |
java.util.List<StaticPage> |
BlogService.getStaticPages(Blog blog)
Gets the list of static pages for the given blog. |
static boolean |
FileManager.hasEnoughSpace(Blog blog,
double itemSize)
Determines whether there is enough space to store the given number of KB. |
static java.util.List<Tag> |
Tag.parse(Blog blog,
java.lang.String tags)
Given a string containing whitespace separated tags, this method returns a List containing the tags. |
void |
BlogManager.reloadBlog(Blog blog)
|
void |
Category.setBlog(Blog blog)
Sets the owning blog. |
Constructors in net.sourceforge.pebble.domain with parameters of type Blog | |
---|---|
BlogEntry(Blog blog)
Creates a new blog entry. |
|
BlogServiceException(Blog blog,
java.lang.Exception cause)
Creates a new instance with the specified cause. |
|
BlogServiceException(Blog blog,
java.lang.String message)
Creates a new instance with the specified message. |
|
CategoryBuilder(Blog blog)
Creates a new instance. |
|
CategoryBuilder(Blog blog,
Category rootCategory)
Creates a new instance. |
|
FileManager(Blog blog,
java.lang.String type)
Creates a new instande for the specified blog and type. |
|
PageBasedContent(Blog blog)
Creates a new blog entry. |
|
ResponseManager(Blog blog)
Creates a new instance associated with the specified blog. |
|
StaticPage(Blog blog)
Creates a new blog entry. |
|
Tag(java.lang.String name,
Blog blog)
Creates a new tag with the specified properties. |
|
Theme(Blog blog,
java.lang.String name,
java.lang.String pathToLiveThemes)
Creates a new Theme instance with the specified details. |
|
TimePeriod(Blog blog)
Specifies the top-level, owning blog. |
|
Year(Blog blog,
int year)
Creates a new Year instance for the specified year. |
Uses of Blog in net.sourceforge.pebble.index |
---|
Constructors in net.sourceforge.pebble.index with parameters of type Blog | |
---|---|
AuthorIndex(Blog blog)
|
|
BlogEntryIndex(Blog blog)
|
|
CategoryIndex(Blog blog)
|
|
EmailSubscriptionList(Blog blog)
|
|
IndexedTag(java.lang.String name,
Blog blog)
Creates a new tag with the specified properties. |
|
ResponseIndex(Blog blog)
|
|
SearchIndex(Blog blog)
|
|
StaticPageIndex(Blog blog)
|
|
TagIndex(Blog blog)
|
Uses of Blog in net.sourceforge.pebble.logging |
---|
Fields in net.sourceforge.pebble.logging declared as Blog | |
---|---|
protected Blog |
Log.blog
the blog that this instance is associated with |
protected Blog |
CountedUrl.blog
|
protected Blog |
AbstractLogger.blog
the blog that this instance is associated with, and logging for |
Constructors in net.sourceforge.pebble.logging with parameters of type Blog | |
---|---|
AbstractLogger(Blog blog)
Creates a new log associated with the given blog. |
|
CombinedFormatLogEntryFormat(Blog blog)
Default, no args constructor. |
|
CombinedLogFormatLogger(Blog blog)
|
|
CountedUrl(java.lang.String url,
Blog blog)
Creates a new CountedUrl representing the specified url. |
|
NullLogger(Blog blog)
Creates a new instance associated with the specified blog. |
|
Request(java.lang.String url,
Blog blog)
Creates a new instance representing the specified url. |
Uses of Blog in net.sourceforge.pebble.permalink |
---|
Methods in net.sourceforge.pebble.permalink that return Blog | |
---|---|
Blog |
PermalinkProviderSupport.getBlog()
Gets the blog associated with this provider instance. |
Methods in net.sourceforge.pebble.permalink with parameters of type Blog | |
---|---|
void |
PermalinkProviderSupport.setBlog(Blog blog)
Sets the blog associated with this provider instance. |
Uses of Blog in net.sourceforge.pebble.search |
---|
Methods in net.sourceforge.pebble.search that return Blog | |
---|---|
Blog |
SearchHit.getBlog()
Gets the blog for the matching blog entry. |
Constructors in net.sourceforge.pebble.search with parameters of type Blog | |
---|---|
SearchHit(Blog blog,
java.lang.String id,
java.lang.String permalink,
java.lang.String title,
java.lang.String excerpt,
java.util.Date date,
float score)
Creates a new instance with the specified message. |
Uses of Blog in net.sourceforge.pebble.security |
---|
Methods in net.sourceforge.pebble.security that return Blog | |
---|---|
Blog |
PrivateBlogConfigAttributeDefinition.getBlog()
|
Uses of Blog in net.sourceforge.pebble.util |
---|
Methods in net.sourceforge.pebble.util with parameters of type Blog | |
---|---|
static void |
Utilities.buildIndexes(Blog blog)
Builds the indexes for the given blog. |
static void |
Utilities.buildIpAddressLists(Blog blog)
Builds the blacklist and whitelist of IP addresses from all responses for the given blog. |
static void |
Utilities.convertCategories(Blog blog)
Converts flat categories to hierarchical categories. |
static void |
Utilities.fixHtmlInResponses(Blog blog)
Fixes HTML escaping of comment and TrackBack content for the given blog. |
static boolean |
SecurityUtils.isUserAuthorisedForBlog(Authentication auth,
Blog blog)
|
static boolean |
SecurityUtils.isUserAuthorisedForBlog(Blog blog)
|
static boolean |
SecurityUtils.isUserAuthorisedForBlogAsBlogContributor(Authentication auth,
Blog blog)
|
static boolean |
SecurityUtils.isUserAuthorisedForBlogAsBlogContributor(Blog blog)
|
static boolean |
SecurityUtils.isUserAuthorisedForBlogAsBlogOwner(Authentication auth,
Blog blog)
|
static boolean |
SecurityUtils.isUserAuthorisedForBlogAsBlogOwner(Blog blog)
|
static boolean |
SecurityUtils.isUserAuthorisedForBlogAsBlogPublisher(Authentication auth,
Blog blog)
|
static boolean |
SecurityUtils.isUserAuthorisedForBlogAsBlogPublisher(Blog blog)
|
static boolean |
SecurityUtils.isUserAuthorisedForBlogAsBlogReader(Authentication auth,
Blog blog)
|
static void |
Utilities.moveBlogEntriesFromCategory(Blog blog,
Category from,
Category to)
Moves blog entries from one category to another. |
static void |
Utilities.resetPlugins(Blog blog)
Resets the plugins back to their defaults. |
static void |
Utilities.resetTheme(Blog blog)
Resets the theme of a blog to "default". |
static void |
Utilities.restoreTheme(Blog blog,
java.lang.String themeName)
Blasts the blog specific theme and overwrites it with the default theme. |
static void |
Utilities.restructureBlogToGMT(Blog blog)
Moves blog entries from one category to another. |
static void |
MailUtils.sendMail(Session session,
Blog blog,
java.util.Collection to,
java.util.Collection cc,
java.util.Collection bcc,
java.lang.String subject,
java.lang.String message)
Sends an e-mail. |
static void |
MailUtils.sendMail(Session session,
Blog blog,
java.util.Collection to,
java.util.Collection cc,
java.lang.String subject,
java.lang.String message)
Sends an e-mail. |
static void |
MailUtils.sendMail(Session session,
Blog blog,
java.util.Collection to,
java.lang.String subject,
java.lang.String message)
Sends an e-mail. |
static void |
MailUtils.sendMail(Session session,
Blog blog,
java.lang.String to,
java.lang.String subject,
java.lang.String message)
Sends an e-mail. |
static void |
UpgradeUtilities.upgradeBlog(Blog blog,
java.lang.String fromVersion,
java.lang.String toVersion)
|
Uses of Blog in net.sourceforge.pebble.web.action |
---|
Methods in net.sourceforge.pebble.web.action with parameters of type Blog | |
---|---|
protected Comment |
AbstractCommentAction.createBlankComment(Blog blog,
BlogEntry blogEntry,
HttpServletRequest request)
|
Uses of Blog in net.sourceforge.pebble.web.filter |
---|
Methods in net.sourceforge.pebble.web.filter with parameters of type Blog | |
---|---|
java.lang.String |
UriTransformer.getUri(java.lang.String uri,
Blog blog)
Checks for URI patterns and converts them to the appropriate action. |
Uses of Blog in net.sourceforge.pebble.webservice |
---|
Methods in net.sourceforge.pebble.webservice that return Blog | |
---|---|
protected Blog |
AbstractAPIHandler.getBlogWithBlogId(java.lang.String blogId)
Gets the blog from a given String. |
protected Blog |
AbstractAPIHandler.getBlogWithPostId(java.lang.String s)
Gets the blog from a given String. |
Methods in net.sourceforge.pebble.webservice with parameters of type Blog | |
---|---|
protected void |
AbstractAPIHandler.authenticate(Blog blog,
java.lang.String username,
java.lang.String password)
A helper method to authenticate a username/password pair against the properties for the specified Blog instance. |
void |
UpdateNotificationPingsClient.sendUpdateNotificationPing(Blog blog,
java.lang.String[] sites)
Sends a weblogUpdates.ping indicating this the specified blog has recently been updated. |
void |
UpdateNotificationPingsClient.sendUpdateNotificationPing(Blog blog,
java.lang.String url,
java.lang.String[] sites)
Sends a weblogUpdates.ping indicating this the specified blog has recently been updated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |