public static interface SitemapGenerator.Context
SitemapGenerator
access to additional configurations and methods to
track state.Modifier and Type | Method and Description |
---|---|
<T> T |
getProperty(@NotNull java.lang.String name,
@NotNull java.lang.Class<T> cls) |
<T> T |
getProperty(@NotNull java.lang.String name,
T defaultValue) |
void |
setProperty(@NotNull java.lang.String name,
@Nullable java.lang.Object data) |
@Nullable <T> T getProperty(@NotNull @NotNull java.lang.String name, @NotNull @NotNull java.lang.Class<T> cls)
@NotNull <T> T getProperty(@NotNull @NotNull java.lang.String name, @NotNull T defaultValue)
void setProperty(@NotNull @NotNull java.lang.String name, @Nullable @Nullable java.lang.Object data)
Copyright © 2010 - 2023 Adobe. All Rights Reserved