|
|||||||||
| 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(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 Exception
Exception - if an error occurs while installing / upgrading classes.
void registerExistingWikiMacros()
throws Exception
Exception - if xwiki classes required for defining wiki macros are missing or if an error occurs while
searching for existing wiki macros.
void registerExistingWikiMacros(String wiki)
throws Exception
wiki - the name of the wiki to register wiki macros for
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 | ||||||||