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, setPrefixclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentViewFromUrl, getUrlFromDocumentViewpublic 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)
public String getUrlFromDocumentViewAndID(DocumentView docView, String paramName)
protected String getDefaultRepositoryName()
Copyright © 2019 Nuxeo. All rights reserved.