|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.blogentis.plugins.AbstractPlugin
A base plugin that implements no functionality.
| Constructor Summary | |
AbstractPlugin()
|
|
| Method Summary | |
void |
doAddToBlog(Blog blog)
Register this plugin as being used in the specified blog. |
void |
doRemoveFromBlog(Blog blog)
Remove all plugin-specific data from the specified blog. |
void |
registerInBlog(Blog blog)
Register any run-time data with the specified blog. |
void |
startPlugin()
Start the plugin and cause it to register to all extension points that are not blog-specific. |
void |
stopPlugin()
Clean up any plugin data, as the system is shutting down. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.blogentis.plugins.IPlugin |
getDescription, getName |
| Constructor Detail |
public AbstractPlugin()
| Method Detail |
public void registerInBlog(Blog blog)
IPlugin
registerInBlog in interface IPluginblog - public void doAddToBlog(Blog blog)
IPlugin
doAddToBlog in interface IPluginblog - public void doRemoveFromBlog(Blog blog)
IPlugin
doRemoveFromBlog in interface IPluginblog -
public void startPlugin()
throws org.apache.turbine.services.InitializationException
IPlugin
startPlugin in interface IPluginorg.apache.turbine.services.InitializationException - when an exception occurspublic void stopPlugin()
IPlugin
stopPlugin in interface IPlugin
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||