Interface SitemapGenerator.Context

  • Enclosing interface:
    SitemapGenerator

    public static interface SitemapGenerator.Context
    A context object that gives the SitemapGenerator access to additional configurations and methods to track state.
    • Method Detail

      • getProperty

        @Nullable
        <T> T getProperty​(@NotNull
                          @NotNull String name,
                          @NotNull
                          @NotNull Class<T> cls)
      • getProperty

        @NotNull
        <T> T getProperty​(@NotNull
                          @NotNull String name,
                          @NotNull
                          T defaultValue)
      • setProperty

        void setProperty​(@NotNull
                         @NotNull String name,
                         @Nullable
                         @Nullable Object data)