Interface IMeta
-
@ProviderType public interface IMeta
Represents a page meta component for the FDM dedicated console for cloud services.Implements the Granite UI 'foundation-collection-meta' behavior
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
isFolder
java.lang.Boolean isFolder()
Returns if currently addressed resource is a folder.- Returns:
true
if currently addressed resource is folder,false
otherwise
-
getTitle
java.lang.String getTitle()
Returns the title of the currently addressed resource.If the resource does not have a
./content/jcr:title
property either the./jcr:title
property or the name of the resource is returned.- Returns:
- title or name of the currently addressed resource
-
getActionsRels
java.util.Set<java.lang.String> getActionsRels()
Returns a set of action relations which apply to the currently addressed resource.- Returns:
- A set of relation identifiers
-
-