Package com.day.cq.wcm.api.components
Interface VirtualComponent
-
- All Superinterfaces:
Adaptable
,Component
,LabeledResource
public interface VirtualComponent extends Component
Defines a virtual CQ5 Component. Virtual components are a extension to real components in respect of extending description and initial creation information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Component
getComponent()
Returns the real component.-
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 Detail
-
getComponent
Component getComponent()
Returns the real component.- Returns:
- the real component.
-
-