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 -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sling.api.resource.ValueMaporg.apache.sling.api.resource.Resource
-
Constructor Details
-
ComponentConfigurationImpl
public ComponentConfigurationImpl(org.apache.sling.api.resource.Resource resource)
-
-
Method Details
-
getProperties
public org.apache.sling.api.resource.ValueMap getProperties()- Specified by:
getPropertiesin interfaceComponentConfiguration
-
getResource
public org.apache.sling.api.resource.Resource getResource()- Specified by:
getResourcein interfaceComponentConfiguration
-