| Package | Description |
|---|---|
| org.opencms.site.xmlsitemap |
Contains classes related to XML sitemap generation.
|
| Modifier and Type | Method and Description |
|---|---|
CmsXmlSitemapUrlBean |
CmsXmlSitemapGenerator.ResultEntry.getUrlBean()
Gets the URL bean.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsXmlSitemapUrlBean> |
CmsXmlSitemapGenerator.generateSitemapBeans()
Generates a list of XML sitemap entry beans for the root folder which has been set in the constructor.
|
java.util.List<CmsXmlSitemapUrlBean> |
CmsDetailPageDuplicateEliminatingSitemapGenerator.generateSitemapBeans() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CmsXmlSitemapGenerator.addResult(CmsXmlSitemapUrlBean result,
int resultPriority)
Adds an URL bean to the internal map of results, but only if there is no existing entry with higher internal priority
than the priority given as an argument.
|
protected java.lang.String |
CmsXmlSitemapGenerator.getInnerXmlForEntry(CmsXmlSitemapUrlBean entry)
Writes the inner node content for an url element to a buffer.
|
protected java.lang.String |
CmsXmlSitemapGenerator.getXmlForEntry(CmsXmlSitemapUrlBean entry)
Writes the XML for an URL entry to a buffer.
|
| Constructor and Description |
|---|
ResultEntry(CmsXmlSitemapUrlBean urlBean,
int priority)
Creates a new result entry.
|