| Modifier and Type | Class and Description |
|---|---|
static class |
Config.Editor.User
The Class User.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
callbackUrl
The callback url.
|
protected String |
lang
The lang.
|
protected String |
mode
The mode.
|
protected Config.Editor.User |
user
The user.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Editor(String callbackUrl,
String lang,
String mode,
Config.Editor.User user)
Instantiates a new editor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Config.Editor |
forUser(String id,
String firstName,
String lastName,
String lang,
String callbackUrl)
For user.
|
String |
getCallbackUrl()
Gets the callback url.
|
String |
getLang()
Gets the language of user editor.
|
String |
getMode()
Gets the mode.
|
Config.Editor.User |
getUser()
Gets the user.
|
void |
setLang(String lang)
Sets the lang.
|
protected final String callbackUrl
protected final String mode
protected final Config.Editor.User user
protected String lang
protected Editor(String callbackUrl, String lang, String mode, Config.Editor.User user)
callbackUrl - the callback urllang - the langmode - the modeuser - the userpublic String getCallbackUrl()
public String getLang()
null if unable to define from user
profilepublic void setLang(String lang)
lang - the lang to setpublic String getMode()
public Config.Editor.User getUser()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.