Uses of Interface
net.sourceforge.blogentis.om.Blog

Packages that use Blog
net.sourceforge.blogentis.feed   
net.sourceforge.blogentis.modules.screens   
net.sourceforge.blogentis.om   
net.sourceforge.blogentis.plugins   
net.sourceforge.blogentis.plugins.base   
net.sourceforge.blogentis.plugins.impl   
net.sourceforge.blogentis.slide   
net.sourceforge.blogentis.storage   
net.sourceforge.blogentis.storage.impl   
net.sourceforge.blogentis.trackback   
net.sourceforge.blogentis.turbine   
net.sourceforge.blogentis.utils   
net.sourceforge.blogentis.utils.impl   
net.sourceforge.blogentis.utils.tools   
net.sourceforge.blogentis.xmlrpc.impl   
 

Uses of Blog in net.sourceforge.blogentis.feed
 

Constructors in net.sourceforge.blogentis.feed with parameters of type Blog
BlogModifier(Blog b)
           
 

Uses of Blog in net.sourceforge.blogentis.modules.screens
 

Methods in net.sourceforge.blogentis.modules.screens with parameters of type Blog
protected  java.util.List BlogMedia.getParentLinks(org.apache.turbine.util.RunData d, Blog b, java.lang.String path)
           
 int ViewPost.CommentHelper.isCommentable(Blog blog, Post post)
           
 boolean ViewPost.CommentHelper.canReceiveTrackbacks(Blog blog, Post post)
           
 

Constructors in net.sourceforge.blogentis.modules.screens with parameters of type Blog
PostEdit.PluginHelper(BlogRunData data, Blog b, Post p)
           
 

Uses of Blog in net.sourceforge.blogentis.om
 

Methods in net.sourceforge.blogentis.om that return Blog
 Blog Post.getBlog()
           
 Blog Section.getBlog()
           
 

Uses of Blog in net.sourceforge.blogentis.plugins
 

Fields in net.sourceforge.blogentis.plugins declared as Blog
protected  Blog AbstractBlogExtensionPoint.blog
           
protected  Blog AbstractBlogExtension.blog
           
 

Methods in net.sourceforge.blogentis.plugins that return Blog
 Blog AbstractBlogExtensionPoint.getBlog()
           
 Blog IBlogExtensionPoint.getBlog()
          Get the blog for this extension point.
 

Methods in net.sourceforge.blogentis.plugins with parameters of type Blog
 void IPlugin.registerInBlog(Blog blog)
          Register any run-time data with the specified blog.
 void IPlugin.doAddToBlog(Blog blog)
          Register this plugin as being used in the specified blog.
 void IPlugin.doRemoveFromBlog(Blog blog)
          Remove all plugin-specific data from the specified blog.
 void IPluginService.registerExtensionPoint(Blog blog, IBlogExtensionPoint point)
          Register a blog-specific extension point.
 void IPluginService.deregisterExtensionPoint(Blog blog, IBlogExtensionPoint point)
          Remove a blog-specific extension point
 IBlogExtensionPoint IPluginService.locateExtensionPoint(Blog blog, java.lang.Class name)
          Locate the first extension point that has the specified class in the extension point list of the blog.
 java.util.Iterator IPluginService.getExtensionPoints(Blog blog)
          Get an Iterator over the extension points active for a blog.
 void IPluginService.reloadExtensionPointsForBlog(Blog blog)
          Causes the active plugins, extensions points and extensions for a blog to be recomputed.
 IPrefs IPluginService.getPreferencesFor(Blog blog, java.lang.Class extensionClass)
          Get the preferences object.
static void BlogPluginService.registerExtensionPoint(Blog blog, IBlogExtensionPoint point)
          Register a blog-specific extension point.
static void BlogPluginService.deregisterExtensionPoint(Blog blog, IBlogExtensionPoint point)
          Remove a blog-specific extension point
static IBlogExtensionPoint BlogPluginService.locateExtensionPoint(Blog blog, java.lang.Class name)
          Locate an extension point that extends/implements the specified class.
static java.util.Iterator BlogPluginService.getExtensionPoints(Blog blog)
          Get the list of extension points supported by a blog.
 void AbstractPlugin.registerInBlog(Blog blog)
           
 void AbstractPlugin.doAddToBlog(Blog blog)
           
 void AbstractPlugin.doRemoveFromBlog(Blog blog)
           
 

Constructors in net.sourceforge.blogentis.plugins with parameters of type Blog
AbstractBlogExtensionPoint(IPlugin plugin, Blog blog)
           
AbstractBlogExtension(IPlugin plugin, Blog blog)
           
 

Uses of Blog in net.sourceforge.blogentis.plugins.base
 

Methods in net.sourceforge.blogentis.plugins.base with parameters of type Blog
 void BaseBlogPlugin.registerInBlog(Blog blog)
           
 

Constructors in net.sourceforge.blogentis.plugins.base with parameters of type Blog
AbstractPostViewExtension(IPlugin plugin, Blog blog)
           
AbstractCommentExtension(IPlugin plugin, Blog blog)
           
AbstractNavigationExtension(IPlugin plugin, Blog blog)
           
AbstractPostEditExtension(IPlugin plugin, Blog blog)
           
 

Uses of Blog in net.sourceforge.blogentis.plugins.impl
 

Fields in net.sourceforge.blogentis.plugins.impl declared as Blog
protected  Blog PrefsImpl.blog
           
 

Methods in net.sourceforge.blogentis.plugins.impl with parameters of type Blog
 void BlogPluginServiceImpl.registerExtensionPoint(Blog blog, IBlogExtensionPoint point)
          Register a blog-specific extension point.
 void BlogPluginServiceImpl.deregisterExtensionPoint(Blog blog, IBlogExtensionPoint point)
          Remove a blog-specific extension point
 IBlogExtensionPoint BlogPluginServiceImpl.locateExtensionPoint(Blog blog, java.lang.Class className)
           
 void BlogPluginServiceImpl.reloadExtensionPointsForBlog(Blog blog)
           
 java.util.Iterator BlogPluginServiceImpl.getExtensionPoints(Blog blog)
           
 IPrefs BlogPluginServiceImpl.getPreferencesFor(Blog blog, java.lang.Class extensionClass)
           
 

Constructors in net.sourceforge.blogentis.plugins.impl with parameters of type Blog
UserNavigationExtension(IPlugin plugin, Blog blog)
           
PostEditExtensionPointImpl(IPlugin plugin, Blog blog)
           
BasicNavigationExtension(IPlugin plugin, Blog blog)
           
CommentExtensionPointImpl(IPlugin plugin, Blog blog)
           
NavigationExtensionPointImpl(IPlugin plugin, Blog blog)
           
PrefsImpl(Blog blog, java.lang.String prefix)
           
PostViewExtensionPointImpl(IPlugin plugin, Blog blog)
           
 

Uses of Blog in net.sourceforge.blogentis.slide
 

Methods in net.sourceforge.blogentis.slide that return Blog
 Blog SlideMemoryFile.getBlog()
           
 

Methods in net.sourceforge.blogentis.slide with parameters of type Blog
 SlideFileResource SlideService.getFileIfExists(org.apache.turbine.util.RunData data, Blog blog, java.lang.String path)
           
 java.lang.String SlideService.getSlidePath(Blog blog, java.lang.String path, boolean isInternal)
          Map a (Blog,Path) pair to a Slide URI.
 void SlideService.deleteObject(org.apache.turbine.util.RunData data, Blog b, java.lang.String path)
          Delete a file or directory from the slide store.
 java.util.Set SlideService.getAllChildren(org.apache.turbine.util.RunData data, Blog b, java.lang.String path, FileResourceFilter filter)
           
 void SlideService.createCollection(org.apache.turbine.util.RunData data, Blog b, java.lang.String path)
           
 void SlideService.createCollection(org.apache.slide.common.NamespaceAccessToken nat, org.apache.slide.common.SlideToken token, Blog b, java.lang.String coll)
           
 boolean SlideService.saveFile(Blog b, SlideMemoryFile smf)
           
 boolean SlideService.makeCollection(Blog b, java.lang.String path)
           
 

Constructors in net.sourceforge.blogentis.slide with parameters of type Blog
SlideMemoryFile(Blog blog, java.lang.String path)
           
SlideFileResource(org.apache.turbine.util.RunData data, Blog blog, java.lang.String path)
           
 

Uses of Blog in net.sourceforge.blogentis.storage
 

Methods in net.sourceforge.blogentis.storage that return Blog
protected  Blog FileRetrieverInterceptor.getBlog(java.lang.String slideUri)
           
 

Methods in net.sourceforge.blogentis.storage with parameters of type Blog
 AbstractFileResource FileRetrieverService.getFile(Blog blog, java.lang.String file)
           
 boolean FileRetrieverService.exists(Blog blog, java.lang.String file)
           
 long FileRetrieverService.getFileLastModified(Blog blog, java.lang.String file)
           
 java.util.List FileRetrieverService.getTemplatePathList(org.apache.turbine.util.RunData data, Blog b, java.lang.String dirPath, FileResourceFilter filter)
           
 TemplateFolder FileRetrieverService.getTemplateList(org.apache.turbine.util.RunData data, Blog b, java.lang.String dirPath, FileResourceFilter filter)
          Retrieve a tree of TemplateFolders based on
 void VelocityFragment.init(Blog blog, java.lang.String name)
           
protected  java.lang.String FileRetrieverInterceptor.getPathFor(Blog blog, java.lang.String slideUri)
           
protected  IStorageExtensionPoint FileRetrieverInterceptor.getExtPointFor(Blog b)
           
 

Constructors in net.sourceforge.blogentis.storage with parameters of type Blog
AbstractStorageExtension(IPlugin plugin, Blog blog)
           
 

Uses of Blog in net.sourceforge.blogentis.storage.impl
 

Methods in net.sourceforge.blogentis.storage.impl with parameters of type Blog
 void StorageUIPluginImpl.registerInBlog(Blog blog)
           
 

Constructors in net.sourceforge.blogentis.storage.impl with parameters of type Blog
StorageNavigationExtension(IPlugin plugin, Blog blog)
           
StorageExtensionPointImpl(IPlugin plugin, Blog blog)
           
 

Uses of Blog in net.sourceforge.blogentis.trackback
 

Methods in net.sourceforge.blogentis.trackback with parameters of type Blog
 void TrackbackPlugin.registerInBlog(Blog blog)
           
 

Constructors in net.sourceforge.blogentis.trackback with parameters of type Blog
TrackbackPostEditExtension(IPlugin plugin, Blog blog)
           
TrackbackNavExtension(IPlugin plugin, Blog blog)
           
 

Uses of Blog in net.sourceforge.blogentis.turbine
 

Fields in net.sourceforge.blogentis.turbine declared as Blog
protected  Blog BlogParameterParser.blog
           
 

Methods in net.sourceforge.blogentis.turbine that return Blog
 Blog BlogParameterParser.getBlog()
           
 Blog BlogRunData.getBlog()
           
 

Methods in net.sourceforge.blogentis.turbine with parameters of type Blog
protected  void BaseBlogScreen.setTemplate(org.apache.turbine.util.RunData data, Blog blog, java.lang.String template)
           
 

Uses of Blog in net.sourceforge.blogentis.utils
 

Methods in net.sourceforge.blogentis.utils that return Blog
static Blog BlogManagerService.getBlog(java.lang.String name)
           
static Blog BlogManagerService.getBlog(int id)
           
 

Methods in net.sourceforge.blogentis.utils with parameters of type Blog
 BlogProperties BlogPropertyCache.getBlogProperties(Blog blog)
           
 PresentationalProperties BlogPropertyCache.getSectionProperties(Blog blog)
           
 PresentationalProperties BlogPropertyCache.getPostProperties(Blog blog)
           
 PresentationalProperties BlogPropertyCache.getEditProperties(Blog blog)
           
 AbsoluteLinkURL AbsoluteLinkURL.permaLink(Blog blog)
           
 AbsoluteLinkURL AbsoluteLinkURL.setBlog(Blog blog)
           
 

Uses of Blog in net.sourceforge.blogentis.utils.impl
 

Classes in net.sourceforge.blogentis.utils.impl that implement Blog
 class BlogImpl
           
 

Uses of Blog in net.sourceforge.blogentis.utils.tools
 

Methods in net.sourceforge.blogentis.utils.tools with parameters of type Blog
protected  VelocityFragment FragmentTool.getCachedFragment(Blog blog, java.lang.String packageName, java.lang.String fragmentName)
           
protected  void FragmentTool.setCacheFragment(Blog blog, VelocityFragment fragment)
           
protected  VelocityFragment FragmentTool.loadFragment(Blog blog, java.lang.String packageName, java.lang.String name)
           
 

Uses of Blog in net.sourceforge.blogentis.xmlrpc.impl
 

Methods in net.sourceforge.blogentis.xmlrpc.impl that return Blog
protected  Blog AuthenticationExecutor.isAuthenticatedForBlog(java.lang.String blogid, org.apache.turbine.om.security.User u, java.lang.String permission)
           
 

Methods in net.sourceforge.blogentis.xmlrpc.impl with parameters of type Blog
protected  java.util.List AuthenticationExecutor.getLatestPosts(Blog b, int numberOfPosts)
           
protected  void MetaWeblogExecutor.publishPost(Blog b, Post p, boolean publishOrNot)
           
 



Copyright © 2003-2004 SourceForge.net. All Rights Reserved.