Interface SitemapGenerator.Context
-
- Enclosing interface:
- SitemapGenerator
public static interface SitemapGenerator.ContextA context object that gives theSitemapGeneratoraccess to additional configurations and methods to track state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TgetProperty(@NotNull String name, @NotNull Class<T> cls)<T> TgetProperty(@NotNull String name, T defaultValue)voidsetProperty(@NotNull String name, @Nullable Object data)
-