Uses of Class
org.omnifaces.component.output.SitemapUrl.ChangeFrequency
-
Packages that use SitemapUrl.ChangeFrequency Package Description org.omnifaces.component.output -
-
Uses of SitemapUrl.ChangeFrequency in org.omnifaces.component.output
Methods in org.omnifaces.component.output that return SitemapUrl.ChangeFrequency Modifier and Type Method 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.Methods in org.omnifaces.component.output with parameters of type SitemapUrl.ChangeFrequency Modifier and Type Method Description void
SitemapUrl. setChangeFrequency(SitemapUrl.ChangeFrequency changeFrequency)
Sets the value of the "changefreq" element of the sitemap URL.
-