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
 ISiteMapEntry.CHANGEFREQ BasicSiteMapEntry.getFrequency()
           
 ISiteMapEntry.CHANGEFREQ ISiteMapEntry.getFrequency()
           
static ISiteMapEntry.CHANGEFREQ ISiteMapEntry.CHANGEFREQ.valueOf(java.lang.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're declared.
 

Constructors in org.apache.wicket.extensions.sitemap with parameters of type ISiteMapEntry.CHANGEFREQ
BasicSiteMapEntry(java.lang.String url, java.util.Date modified, double priority, ISiteMapEntry.CHANGEFREQ frequency)
           
 



Copyright © 2011. All Rights Reserved.