|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ComponentRole public interface WikiMacroInitializer
Responsible for registering wiki macros against the ComponentManager at XE startup.
| Method Summary | |
|---|---|
void |
installOrUpgradeWikiMacroClasses()
Installs or upgrades xwiki classes required for defining wiki macros. |
void |
registerExistingWikiMacros()
Searches for all the wiki macro definitions on the system and registers them against the macro manager. |
void |
registerExistingWikiMacros(java.lang.String wiki)
Searches for all the wiki macro definitions in the specified wiki and registers them against the macro manager. |
| Method Detail |
|---|
void installOrUpgradeWikiMacroClasses()
throws java.lang.Exception
java.lang.Exception - if an error occurs while installing / upgrading classes.
void registerExistingWikiMacros()
throws java.lang.Exception
java.lang.Exception - if xwiki classes required for defining wiki macros are missing or if an error occurs while
searching for existing wiki macros.
void registerExistingWikiMacros(java.lang.String wiki)
throws java.lang.Exception
wiki - the name of the wiki to register wiki macros for
java.lang.Exception - if xwiki classes required for defining wiki macros are missing or if an error occurs while
searching for existing wiki macros.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||