public interface PageComponent
A PageComponent
is a generic representation of wcm component. It consists of a resource type and properties to
describe a component. Resource type and properties are specific for a certain component.
Further, PageComponent
s can be nested.
This interface must not be implemented by clients.
Modifier and Type | Method and Description |
---|---|
java.util.List<PageComponent> |
getChildComponents()
Get the nested
PageComponent s. |
java.lang.String |
getNameHint()
Get the page component's name hint.
|
ValueMap |
getProperties()
The the page component's properties.
|
java.lang.String |
getResourceType()
Get the page component's resource type.
|
java.util.List<PageComponent> getChildComponents()
PageComponent
s.java.lang.String getResourceType()
ValueMap getProperties()
java.lang.String getNameHint()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"