public class PortalLinkConnector extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Constructor and Description |
|---|
PortalLinkConnector(org.exoplatform.container.xml.InitParams params,
org.exoplatform.portal.config.DataStorage dataStorage,
org.exoplatform.portal.config.UserACL userACL,
javax.servlet.ServletContext servletContext)
Instantiates a new portal link connector.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getPageURI(String currentFolder,
String command,
String type)
Gets the page URI.
|
public PortalLinkConnector(org.exoplatform.container.xml.InitParams params,
org.exoplatform.portal.config.DataStorage dataStorage,
org.exoplatform.portal.config.UserACL userACL,
javax.servlet.ServletContext servletContext)
throws Exception
params - The params.dataStorage - The data storage.userACL - The user ACL.servletContext - The servlet context.Exception - the exceptionpublic javax.ws.rs.core.Response getPageURI(String currentFolder, String command, String type) throws Exception
currentFolder - The current folder.command - The command to get folders/files.type - The file type.Exception - The exceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.