Class ComponentConfigurationImpl
- java.lang.Object
-
- org.apache.sling.cms.core.internal.models.ComponentConfigurationImpl
-
- All Implemented Interfaces:
ComponentConfiguration
@Model(adaptables=org.apache.sling.api.resource.Resource.class, adapters=org.apache.sling.cms.ComponentConfiguration.class) public class ComponentConfigurationImpl extends Object implements ComponentConfiguration
-
-
Constructor Summary
Constructors Constructor Description ComponentConfigurationImpl(org.apache.sling.api.resource.Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sling.api.resource.ValueMap
getProperties()
org.apache.sling.api.resource.Resource
getResource()
-
-
-
Method Detail
-
getProperties
public org.apache.sling.api.resource.ValueMap getProperties()
- Specified by:
getProperties
in interfaceComponentConfiguration
-
getResource
public org.apache.sling.api.resource.Resource getResource()
- Specified by:
getResource
in interfaceComponentConfiguration
-
-