public abstract class AbstractUserGroupCodec
extends org.nuxeo.ecm.platform.url.service.AbstractDocumentViewCodec
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOWED_CHARACTERS_REGEX |
static String |
DEFAULT_VIEW_ID |
| Constructor and Description |
|---|
AbstractUserGroupCodec() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDefaultRepositoryName() |
org.nuxeo.ecm.platform.url.api.DocumentView |
getDocumentViewFromUrl(String url,
String defaultTab,
String paramIdName,
String paramShowName)
Get the DocumentView for a user or a group from a URL.
|
String |
getUrlFromDocumentViewAndID(org.nuxeo.ecm.platform.url.api.DocumentView docView,
String paramName)
Get the url from a DocumentView for a user or a group.
|
getPrefix, handleDocumentView, handleUrl, setPrefixpublic static final String DEFAULT_VIEW_ID
public static final String ALLOWED_CHARACTERS_REGEX
public org.nuxeo.ecm.platform.url.api.DocumentView getDocumentViewFromUrl(String url, String defaultTab, String paramIdName, String paramShowName)
url - defaultTab - paramIdName - paramShowName - public String getUrlFromDocumentViewAndID(org.nuxeo.ecm.platform.url.api.DocumentView docView, String paramName)
docView - id - protected String getDefaultRepositoryName()
Copyright © 2019 Nuxeo SA. All rights reserved.