public abstract class AbstractUserGroupCodec extends AbstractDocumentViewCodec
Modifier and Type | Field and Description |
---|---|
static String |
ALLOWED_CHARACTERS_REGEX |
static String |
DEFAULT_VIEW_ID |
prefix
Constructor and Description |
---|
AbstractUserGroupCodec() |
Modifier and Type | Method and Description |
---|---|
protected String |
getDefaultRepositoryName() |
DocumentView |
getDocumentViewFromUrl(String url,
String defaultTab,
String paramIdName,
String paramShowName)
Get the DocumentView for a user or a group from a URL.
|
String |
getUrlFromDocumentViewAndID(DocumentView docView,
String paramName)
Get the url from a DocumentView for a user or a group.
|
getPrefix, handleDocumentView, handleUrl, setPrefix
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDocumentViewFromUrl, getUrlFromDocumentView
public static final String DEFAULT_VIEW_ID
public static final String ALLOWED_CHARACTERS_REGEX
public AbstractUserGroupCodec()
public DocumentView getDocumentViewFromUrl(String url, String defaultTab, String paramIdName, String paramShowName)
url
- defaultTab
- paramIdName
- paramShowName
- public String getUrlFromDocumentViewAndID(DocumentView docView, String paramName)
docView
- id
- protected String getDefaultRepositoryName()
Copyright © 2016 Nuxeo SA. All rights reserved.