@ProviderType
public interface Url
Sitemap
.Modifier and Type | Interface and Description |
---|---|
static class |
Url.ChangeFrequency |
Modifier and Type | Method and Description |
---|---|
<T extends Extension> |
addExtension(java.lang.Class<T> extensionInterface)
Adds an extension to the url.
|
@NotNull Url |
setChangeFrequency(@NotNull Url.ChangeFrequency changeFrequency)
Sets the change frequency of the url.
|
@NotNull Url |
setLastModified(@NotNull java.time.Instant pointInTime)
Sets the last modified time of the url.
|
@NotNull Url |
setPriority(double priority)
Sets the priority of the url.
|
@NotNull @NotNull Url setChangeFrequency(@NotNull @NotNull Url.ChangeFrequency changeFrequency)
changeFrequency
- @NotNull @NotNull Url setLastModified(@NotNull @NotNull java.time.Instant pointInTime)
pointInTime
- @NotNull @NotNull Url setPriority(double priority)
priority
- @Nullable <T extends Extension> T addExtension(java.lang.Class<T> extensionInterface)
T
- the type of the extensionextensionInterface
- the interface of the extension to addSitemapExtensionProvider
is registered for the given interfaceCopyright © 2010 - 2023 Adobe. All Rights Reserved