Uses of Interface
org.apache.maven.doxia.siterenderer.ParserConfigurator
-
Packages that use ParserConfigurator Package Description org.apache.maven.doxia.siterenderer -
-
Uses of ParserConfigurator in org.apache.maven.doxia.siterenderer
Methods in org.apache.maven.doxia.siterenderer that return ParserConfigurator Modifier and Type Method Description ParserConfigurator
SiteRenderingContext. getParserConfigurator()
Return the configurator forparsers
.Methods in org.apache.maven.doxia.siterenderer with parameters of type ParserConfigurator Modifier and Type Method Description void
SiteRenderingContext. setParserConfigurator(ParserConfigurator parserConfigurator)
Set the configurator to use forparsers
.
-