public class BreadcrumbLocation extends Object
| Constructor and Description |
|---|
BreadcrumbLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLocation(Object location) |
List<Object> |
getBreadCrumb() |
String |
getBreadCrumbTitle(Object element) |
javax.jcr.Node |
getCurrentFolder() |
String |
getCurrentFolderBreadcrumb() |
String |
getCurrentFolderTitle() |
static String |
getDriveHomePath(org.exoplatform.services.cms.drives.DriveData driveData) |
static String |
getDriveTitle(org.exoplatform.services.cms.drives.DriveData drive) |
static String |
getFolderTitle(javax.jcr.Node folderNode) |
static String |
getGroupLabel(org.exoplatform.services.cms.drives.DriveData driveData) |
static String |
getGroupLabel(String groupId,
boolean isFull) |
static String |
getLabel(String id) |
static javax.jcr.Node |
getNode(String workspace,
String absPath) |
String |
getWorkspace() |
boolean |
isEmpty() |
boolean |
isFolder() |
int |
size() |
void |
subList(int i,
int j) |
public String getBreadCrumbTitle(Object element) throws Exception
Exceptionpublic String getCurrentFolderTitle()
public String getCurrentFolderBreadcrumb()
public boolean isEmpty()
public String getWorkspace()
public void subList(int i,
int j)
public int size()
public boolean isFolder()
public static String getDriveHomePath(org.exoplatform.services.cms.drives.DriveData driveData) throws Exception
Exceptionpublic static String getDriveTitle(org.exoplatform.services.cms.drives.DriveData drive) throws Exception
Exceptionpublic static String getGroupLabel(org.exoplatform.services.cms.drives.DriveData driveData) throws Exception
Exceptionpublic static javax.jcr.Node getNode(String workspace, String absPath) throws Exception
ExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.