Package com.day.cq.mcm.api
Interface Brand
-
public interface Brand
Helps working with brand resources. Resources can be adapted to this if they are of the right type.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
RESOURCE_TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueMap
getProps()
Get the properties map from the jcr:content node.Resource
getResource()
java.lang.String
getTitle()
-
-
-
Field Detail
-
RESOURCE_TYPE
static final java.lang.String RESOURCE_TYPE
- See Also:
- Constant Field Values
-
-