@Model(adaptables=org.apache.sling.api.resource.Resource.class,
adapters=org.apache.sling.cms.ComponentConfiguration.class)
public class ComponentConfigurationImpl
extends java.lang.Object
implements org.apache.sling.cms.ComponentConfiguration
Constructor and Description |
---|
ComponentConfigurationImpl(org.apache.sling.api.resource.Resource resource) |
Modifier and Type | Method and Description |
---|---|
org.apache.sling.api.resource.ValueMap |
getProperties() |
org.apache.sling.api.resource.Resource |
getResource() |
public ComponentConfigurationImpl(org.apache.sling.api.resource.Resource resource)
public org.apache.sling.api.resource.ValueMap getProperties()
getProperties
in interface org.apache.sling.cms.ComponentConfiguration
public org.apache.sling.api.resource.Resource getResource()
getResource
in interface org.apache.sling.cms.ComponentConfiguration
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.