Uses of Class
org.apache.sling.sitemap.builder.Url.ChangeFrequency
-
Packages that use Url.ChangeFrequency Package Description org.apache.sling.sitemap.builder This package provide a builder-like API to create XML sitemaps.org.apache.sling.sitemap.impl.builder -
-
Uses of Url.ChangeFrequency in org.apache.sling.sitemap.builder
Methods in org.apache.sling.sitemap.builder that return Url.ChangeFrequency Modifier and Type Method Description static Url.ChangeFrequency
Url.ChangeFrequency. valueOf(String name)
Returns the enum constant of this type with the specified name.static Url.ChangeFrequency[]
Url.ChangeFrequency. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.sitemap.builder with parameters of type Url.ChangeFrequency Modifier and Type Method Description @NotNull Url
Url. setChangeFrequency(@NotNull Url.ChangeFrequency changeFrequency)
Sets the change frequency of the url. -
Uses of Url.ChangeFrequency in org.apache.sling.sitemap.impl.builder
Methods in org.apache.sling.sitemap.impl.builder with parameters of type Url.ChangeFrequency Modifier and Type Method Description @NotNull Url
UrlImpl. setChangeFrequency(@NotNull Url.ChangeFrequency changeFrequency)
-