Interface HstSiteMapItemHandlerConfiguration
-
public interface HstSiteMapItemHandlerConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Returns the id for this sitemap item handler configuration.String
getName()
Return the name of this sitemap item handler configuration.Map<String,Object>
getProperties()
Object
getProperty(String name)
String
getSiteMapItemHandlerClassName()
-
-
-
Method Detail
-
getId
String getId()
Returns the id for this sitemap item handler configuration. The id must be unique within the containerHstSiteMapItemHandlersConfiguration
,- Returns:
- the id of this sitemap item handler configuration or
null
if no id set
-
getName
String getName()
Return the name of this sitemap item handler configuration.
-
getSiteMapItemHandlerClassName
String getSiteMapItemHandlerClassName()
- Returns:
- the fully-qualified class name of the class implementing the
HstSiteMapItemHandler
interface
-
getProperty
Object getProperty(String name)
- Parameters:
name
- of the property- Returns:
- the value of the property or
null
when this property is not present
-
-