Interface HeaderIdGeneratorFactory

All Superinterfaces:
HtmlIdGeneratorFactory
All Known Implementing Classes:
HeaderIdGenerator.Factory

public interface HeaderIdGeneratorFactory extends HtmlIdGeneratorFactory
Factory for instantiating an HTML id generator
  • Method Details

    • create

      @NotNull @NotNull HtmlIdGenerator create(@NotNull @NotNull LinkResolverContext context)
      Create a new HeaderIdGenerator for the specified resolver context.
      Parameters:
      context - the context for link resolution
      Returns:
      an HTML id generator.