Package io.wcm.siteapi.genericedit.model
Class GenericComponentModel
- java.lang.Object
-
- io.wcm.siteapi.genericedit.model.GenericComponentModel
-
@Model(adaptables=org.apache.sling.api.SlingHttpServletRequest.class) @ProviderType public class GenericComponentModel extends java.lang.Object
Gets a generic view of the Sling Model attached to the component to be edited in Generic Edit Mode.
-
-
Constructor Summary
Constructors Constructor Description GenericComponentModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable GenericComponent
getComponent()
-
-
-
Method Detail
-
getComponent
@Nullable public @Nullable GenericComponent getComponent()
- Returns:
- Component
-
-