| Package | Description |
|---|---|
| org.apache.wicket.extensions.sitemap |
| Modifier and Type | Method and Description |
|---|---|
ISiteMapEntry.CHANGEFREQ |
BasicSiteMapEntry.getFrequency() |
ISiteMapEntry.CHANGEFREQ |
ISiteMapEntry.getFrequency() |
static ISiteMapEntry.CHANGEFREQ |
ISiteMapEntry.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.
|
| Constructor and Description |
|---|
BasicSiteMapEntry(String url,
Date modified,
double priority,
ISiteMapEntry.CHANGEFREQ frequency) |
Copyright © 2015. All rights reserved.