public abstract class AbstractContentModel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.sling.api.resource.Resource |
resource |
| Constructor and Description |
|---|
AbstractContentModel() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.sling.api.resource.Resource |
getContentResource() |
java.util.Calendar |
getCreated() |
java.lang.String |
getCreatedBy() |
java.util.Calendar |
getLastModified() |
java.lang.String |
getLastModifiedBy() |
java.lang.String |
getName() |
org.apache.sling.api.resource.Resource |
getParent() |
java.lang.String |
getPath() |
org.apache.sling.api.resource.ValueMap |
getProperties() |
org.apache.sling.api.resource.Resource |
getResource() |
java.lang.String |
getTitle() |
java.lang.String |
getType() |
abstract boolean |
isPublished() |
public org.apache.sling.api.resource.Resource getContentResource()
public java.util.Calendar getCreated()
public java.lang.String getCreatedBy()
public java.util.Calendar getLastModified()
public java.lang.String getLastModifiedBy()
public java.lang.String getName()
public org.apache.sling.api.resource.Resource getParent()
public java.lang.String getPath()
public org.apache.sling.api.resource.ValueMap getProperties()
public abstract boolean isPublished()
public org.apache.sling.api.resource.Resource getResource()
public java.lang.String getTitle()
public java.lang.String getType()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.