|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hippoecm.hst.configuration.sitemapitemhandler.HstSiteMapItemHandlerConfigurationService
public class HstSiteMapItemHandlerConfigurationService
Constructor Summary | |
---|---|
HstSiteMapItemHandlerConfigurationService(HstNode handleNode)
|
Method Summary | |
---|---|
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()
Returns the map of property names to their value. |
Object |
getProperty(String name)
Returns a property of type String, Boolean, Long, Double or Calendar or an array of one of these objects or null when not present |
String |
getSiteMapItemHandlerClassName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HstSiteMapItemHandlerConfigurationService(HstNode handleNode) throws ServiceException
ServiceException
Method Detail |
---|
public String getSiteMapItemHandlerClassName()
getSiteMapItemHandlerClassName
in interface HstSiteMapItemHandlerConfiguration
HstSiteMapItemHandler
interfacepublic String getId()
HstSiteMapItemHandlerConfiguration
HstSiteMapItemHandlersConfiguration
,
getId
in interface HstSiteMapItemHandlerConfiguration
null
if no id setpublic String getName()
HstSiteMapItemHandlerConfiguration
getName
in interface HstSiteMapItemHandlerConfiguration
public Object getProperty(String name)
null
when not present
getProperty
in interface HstSiteMapItemHandlerConfiguration
name
- of the property
null
when this property is not presentpublic Map<String,Object> getProperties()
getProperties
in interface HstSiteMapItemHandlerConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |