Interface HstSiteMapItemHandlerConfiguration
public interface HstSiteMapItemHandlerConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the id for this sitemap item handler configuration.getName()
Return the name of this sitemap item handler configuration.getProperty
(String name)
-
Method Details
-
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
- Parameters:
name
- of the property- Returns:
- the value of the property or
null
when this property is not present
-
getProperties
- Returns:
- the map of properties or an empty map when there are no properties
-