Package | Description |
---|---|
org.omnifaces.component.output |
Modifier and Type | Method and Description |
---|---|
SitemapUrl.ChangeFrequency |
SitemapUrl.getChangeFrequency()
Returns the value of the "changefreq" element of the sitemap URL.
|
static SitemapUrl.ChangeFrequency |
SitemapUrl.ChangeFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SitemapUrl.ChangeFrequency[] |
SitemapUrl.ChangeFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SitemapUrl.setChangeFrequency(SitemapUrl.ChangeFrequency changeFrequency)
Sets the value of the "changefreq" element of the sitemap URL.
|
Copyright © 2012–2022 OmniFaces. All rights reserved.