Interface HstSiteMapItemHandlerConfiguration


public interface HstSiteMapItemHandlerConfiguration
  • Method Details

    • getId

      String getId()
      Returns the id for this sitemap item handler configuration. The id must be unique within the container HstSiteMapItemHandlersConfiguration,
      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
    • getProperties

      Map<String,Object> getProperties()
      Returns:
      the map of properties or an empty map when there are no properties