Uses of Class
org.apache.wicket.extensions.sitemap.ISiteMapEntry.CHANGEFREQ
-
-
Uses of ISiteMapEntry.CHANGEFREQ in org.apache.wicket.extensions.sitemap
Methods in org.apache.wicket.extensions.sitemap that return ISiteMapEntry.CHANGEFREQ Modifier and Type Method Description ISiteMapEntry.CHANGEFREQBasicSiteMapEntry. getFrequency()ISiteMapEntry.CHANGEFREQISiteMapEntry. getFrequency()static ISiteMapEntry.CHANGEFREQISiteMapEntry.CHANGEFREQ. valueOf(String name)Returns the enum constant of this type with the specified name.static ISiteMapEntry.CHANGEFREQ[]ISiteMapEntry.CHANGEFREQ. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.wicket.extensions.sitemap with parameters of type ISiteMapEntry.CHANGEFREQ Constructor Description BasicSiteMapEntry(String url, Date modified, double priority, ISiteMapEntry.CHANGEFREQ frequency)
-