Interface HeaderIdGeneratorFactory
- All Superinterfaces:
HtmlIdGeneratorFactory
- All Known Implementing Classes:
HeaderIdGenerator.Factory
Factory for instantiating an HTML id generator
-
Method Summary
Modifier and TypeMethodDescription@NotNull HtmlIdGenerator
create
(@NotNull LinkResolverContext context) Create a new HeaderIdGenerator for the specified resolver context.Methods inherited from interface com.vladsch.flexmark.html.renderer.HtmlIdGeneratorFactory
create
-
Method Details
-
create
Create a new HeaderIdGenerator for the specified resolver context.- Parameters:
context
- the context for link resolution- Returns:
- an HTML id generator.
-