@ProviderType public interface IMeta
Implements the Granite UI 'foundation-collection-meta' behavior
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getActionsRels()
Returns a set of action relations which apply to the currently addressed
resource.
|
java.lang.String |
getTitle()
Returns the title of the currently addressed resource.
|
java.lang.Boolean |
isFolder()
Returns if currently addressed resource is a folder.
|
java.lang.Boolean isFolder()
true
if currently addressed resource is folder,
false
otherwisejava.lang.String getTitle()
If the resource does not have a ./content/jcr:title
property
either the ./jcr:title
property or the name of the resource is
returned.
java.util.Set<java.lang.String> getActionsRels()
Copyright © 2010 - 2020 Adobe. All Rights Reserved