Uses of Enum Class
org.omnifaces.component.output.SitemapUrl.ChangeFrequency
Packages that use SitemapUrl.ChangeFrequency
-
Uses of SitemapUrl.ChangeFrequency in org.omnifaces.component.output
Methods in org.omnifaces.component.output that return SitemapUrl.ChangeFrequencyModifier and TypeMethodDescriptionSitemapUrl.getChangeFrequency()Returns the value of the "changefreq" element of the sitemap URL.static SitemapUrl.ChangeFrequencyReturns the enum constant of this class with the specified name.static SitemapUrl.ChangeFrequency[]SitemapUrl.ChangeFrequency.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.omnifaces.component.output with parameters of type SitemapUrl.ChangeFrequencyModifier and TypeMethodDescriptionvoidSitemapUrl.setChangeFrequency(SitemapUrl.ChangeFrequency changeFrequency) Sets the value of the "changefreq" element of the sitemap URL.