Class HeaderIdGenerator.Factory
java.lang.Object
com.vladsch.flexmark.html.renderer.HeaderIdGenerator.Factory
- All Implemented Interfaces:
HeaderIdGeneratorFactory, HtmlIdGeneratorFactory
- Enclosing class:
HeaderIdGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull HeaderIdGeneratorcreate()Create an id generator@NotNull HeaderIdGeneratorcreate(@NotNull LinkResolverContext context) Create a new HeaderIdGenerator for the specified resolver context.
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
Description copied from interface:HeaderIdGeneratorFactoryCreate a new HeaderIdGenerator for the specified resolver context.- Specified by:
createin interfaceHeaderIdGeneratorFactory- Parameters:
context- the context for link resolution- Returns:
- an HTML id generator.
-
create
Description copied from interface:HtmlIdGeneratorFactoryCreate an id generator- Specified by:
createin interfaceHtmlIdGeneratorFactory- Returns:
- an html id generator
-