|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.internal.macro.DefaultMacroIdFactory
@Component @Singleton public class DefaultMacroIdFactory
Default implementation for MacroIdFactory.
| Constructor Summary | |
|---|---|
DefaultMacroIdFactory()
|
|
| Method Summary | |
|---|---|
MacroId |
createMacroId(java.lang.String macroIdAsString)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultMacroIdFactory()
| Method Detail |
|---|
public MacroId createMacroId(java.lang.String macroIdAsString)
throws ParseException
createMacroId in interface MacroIdFactorymacroIdAsString - the string representing the macro id in the format "id/syntaxtype/syntaxversion".
Example: html/confluence/1.0
ParseException - if the passed string has an invalid formatMacroIdFactory.createMacroId(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||