|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Plugins and extensions should implement this.
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. |
java.lang.String |
getDescription()
Get a medium-sized description of the plugin and what its effects are. |
java.lang.String |
getName()
Get the name of the plugin. |
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. |
Method Detail |
public java.lang.String getName()
public java.lang.String getDescription()
public void registerInBlog(Blog blog)
blog
- public void doAddToBlog(Blog blog)
blog
- public void doRemoveFromBlog(Blog blog)
blog
- public void startPlugin() throws org.apache.turbine.services.InitializationException
org.apache.turbine.services.InitializationException
- when an exception occurspublic void stopPlugin()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |