|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HstComponentInfo
Basic information interface for component configuration.
HstComponentConfiguration}
Method Summary | |
---|---|
String |
getComponentClassName()
|
String |
getId()
Returns the id for this component configuration. |
String |
getName()
Return the name of this component configuration. |
boolean |
isStandalone()
|
Method Detail |
---|
String getId()
HstComponentsConfiguration
,
or null
if it is not needed to be directly accessed by the
HstComponentsConfiguration
through HstComponentsConfiguration.getComponentConfiguration(String)
.
Every HstComponentConfiguration
that can be referred to from within a
HstSiteMapItem
must have an id.
null
if no id setString getName()
HstComponent
instance.
String getComponentClassName()
HstComponent
interfaceboolean isStandalone()
true
when this HstComponentConfiguration
is configured to be rendered standalone in case of HstURL.COMPONENT_RENDERING_TYPE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |