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 Summary
Modifier and TypeMethodDescription<T> TgetProperty(@NotNull String name, @NotNull Class<T> cls) <T> TgetProperty(@NotNull String name, T defaultValue) voidsetProperty(@NotNull String name, @Nullable Object data)
-
Method Details
-
getProperty
-
getProperty
-
setProperty
-