Uses of Interface
org.apache.maven.doxia.module.twiki.parser.FormatBlockFactory
-
Packages that use FormatBlockFactory Package Description org.apache.maven.doxia.module.twiki.parser -
-
Uses of FormatBlockFactory in org.apache.maven.doxia.module.twiki.parser
Fields in org.apache.maven.doxia.module.twiki.parser declared as FormatBlockFactory Modifier and Type Field Description private static FormatBlockFactoryFormatedTextParser. BOLD_FACTORYcreates bold blocksprivate static FormatBlockFactoryFormatedTextParser. BOLDITALIC_FACTORYcreates bold italic blocksprivate static FormatBlockFactoryFormatedTextParser. BOLDMONO_FACTORYcreates bold monospace blocksprivate static FormatBlockFactoryFormatedTextParser. ITALIC_FACTORYcreates italic blocksprivate static FormatBlockFactoryFormatedTextParser. MONOSPACED_FACTORYcreates monospaced blocksFields in org.apache.maven.doxia.module.twiki.parser with type parameters of type FormatBlockFactory Modifier and Type Field Description private static java.util.Map<java.lang.String,FormatBlockFactory>FormatedTextParser. FACTORY_MAPmap used to create blocks dependening on the text format
-