|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hippoecm.hst.configuration.components.DelegatingHstComponentInfo
public class DelegatingHstComponentInfo
DelegatingHstComponentInfo
Constructor Summary | |
---|---|
DelegatingHstComponentInfo(HstComponentInfo delegatee)
Deprecated. Use DelegatingHstComponentInfo(HstComponentInfo, String) instead. |
|
DelegatingHstComponentInfo(HstComponentInfo delegatee,
String componentName)
HST Component Info constructor with delegatee and component name arguments. |
Method Summary | |
---|---|
String |
getComponentClassName()
|
String |
getId()
Returns the id for this component configuration. |
String |
getName()
Return the name of this component configuration. |
boolean |
isStandalone()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelegatingHstComponentInfo(HstComponentInfo delegatee)
DelegatingHstComponentInfo(HstComponentInfo, String)
instead.
delegatee
- public DelegatingHstComponentInfo(HstComponentInfo delegatee, String componentName)
delegatee
- componentName
- Method Detail |
---|
public String getComponentClassName()
getComponentClassName
in interface HstComponentInfo
HstComponent
interfacepublic String getId()
HstComponentInfo
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.
getId
in interface HstComponentInfo
null
if no id setpublic String getName()
HstComponentInfo
HstComponent
instance.
getName
in interface HstComponentInfo
public boolean isStandalone()
isStandalone
in interface HstComponentInfo
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 |