Package com.day.cq.wcm.api.components
Interface VirtualComponent
- All Superinterfaces:
Adaptable
,Component
,LabeledResource
Defines a virtual CQ5 Component. Virtual components are a extension to
real components in respect of extending description and initial creation
information.
-
Method Summary
Methods inherited from interface com.day.cq.wcm.api.components.Component
getCellName, getChildEditConfig, getComponentGroup, getDeclaredChildEditConfig, getDeclaredEditConfig, getDefaultView, getDesignDialogPath, getDesignEditConfig, getDialogPath, getEditConfig, getHtmlTagAttributes, getIconPath, getInfoProviders, getLocalResource, getProperties, getResourceType, getSuperComponent, getTemplatePath, getThumbnailPath, getVirtualComponents, isAccessible, isAnalyzable, isContainer, isDesignable, isEditable, noDecoration
Methods inherited from interface com.day.cq.commons.LabeledResource
getDescription, getName, getPath, getTitle
-
Method Details
-
getComponent
Component getComponent()Returns the real component.- Returns:
- the real component.
-