Package com.adobe.cq.sites.ui.models
Class ComponentModel
- java.lang.Object
-
- com.adobe.cq.sites.ui.models.ComponentModel
-
@Model(adaptables=SlingHttpServletRequest.class) public class ComponentModel extends Object
-
-
Constructor Summary
Constructors Constructor Description ComponentModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getDocumentation()
void
postConstruct()
-
-
-
Method Detail
-
postConstruct
@PostConstruct public void postConstruct() throws Exception
- Throws:
Exception
-
getDescription
public String getDescription()
-
getDocumentation
public String getDocumentation()
-
-