| org.apache.roller.business.PluginManager
All known Subclasses: org.apache.roller.business.PluginManagerImpl,
PluginManager | public interface PluginManager (Code) | | Plugin management for business layer and more generally applied plugins.
|
applyWeblogEntryPlugins | public String applyWeblogEntryPlugins(Map pagePlugins, WeblogEntryData entry, String str)(Code) | | Apply a set of weblog entry plugins to the specified string and
return the results. This method must *NOT* alter the contents of
the original entry object.
Parameters: entry - Original weblog entry Parameters: plugins - Map of plugins to apply Parameters: str - String to which to apply plugins the transformed text |
getWeblogEntryPlugins | public Map getWeblogEntryPlugins(WebsiteData website)(Code) | | Returns a list of all registered weblog entry plugins initialized for
use with the specified weblog.
Parameters: website - Website being processed |
hasPagePlugins | public boolean hasPagePlugins()(Code) | | Returns true if plugins are present
|
release | public void release()(Code) | | Release all resources associated with Roller session.
|
|
|