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 HeaderIdGenerator
create()
Create an id generator@NotNull HeaderIdGenerator
create
(@NotNull LinkResolverContext context) Create a new HeaderIdGenerator for the specified resolver context.
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
Description copied from interface:HeaderIdGeneratorFactory
Create a new HeaderIdGenerator for the specified resolver context.- Specified by:
create
in interfaceHeaderIdGeneratorFactory
- Parameters:
context
- the context for link resolution- Returns:
- an HTML id generator.
-
create
Description copied from interface:HtmlIdGeneratorFactory
Create an id generator- Specified by:
create
in interfaceHtmlIdGeneratorFactory
- Returns:
- an html id generator
-