Package | Description |
---|---|
com.neurosys.feeds.sitemap.domain | |
com.neurosys.feeds.sitemap.etl |
Modifier and Type | Method and Description |
---|---|
SiteMapItem.ChangeFreq |
SiteMapItem.getChangeFreq() |
static SiteMapItem.ChangeFreq |
SiteMapItem.ChangeFreq.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiteMapItem.ChangeFreq[] |
SiteMapItem.ChangeFreq.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SiteMapItem.setChangeFreq(SiteMapItem.ChangeFreq changeFreq) |
Modifier and Type | Method and Description |
---|---|
Function<M,SiteMapItem.ChangeFreq> |
MenuItemToSiteMapItems.getChangeFreq()
Get/Derive Frequency for all items generated using this transformer
|
Function<C,SiteMapItem.ChangeFreq> |
ContentPagesToSiteMapItems.getChangeFreq()
Get/Derive Frequency for all items generated using this transformer
|
Modifier and Type | Method and Description |
---|---|
void |
ContentPagesToSiteMapItems.setChangeFreq(Function<C,SiteMapItem.ChangeFreq> changeFreq)
Get/Derive Frequency for all items generated using this transformer
|
void |
MenuItemToSiteMapItems.setChangeFreq(Function<M,SiteMapItem.ChangeFreq> changeFreq)
Get/Derive Frequency for all items generated using this transformer
|
Copyright © 2018. All rights reserved.