public class Settings extends Object
| Modifier and Type | Field and Description |
|---|---|
private Customization |
customization
Defines the parameters to customize the editor interface
so that it looked like your other products (if there are any)
and change the presence or absence of the additional buttons,
links, change logos and editor owner details.
|
private Boolean |
demo
Specifies whether the demo editor is enabled.
|
private Map<String,Object> |
extra |
private String |
ignoreSSLCertificate
Specifies if the SSL certificate will be ignored or not.
|
private String |
innerUrl
Defines the internal URL to the Document Server.
|
private Set<String> |
lossyEdit
Defines a set of extensions that can be edited with the possible loss of information.
|
private String |
productInnerUrl
Defines the internal URL to the product.
|
private Security |
security
Defines the security parameters.
|
private String |
url
Defines the URL to the Document Server.
|
| Constructor and Description |
|---|
Settings() |
private String url
private String innerUrl
private String productInnerUrl
private Security security
private Boolean demo
private Customization customization
private Set<String> lossyEdit
private String ignoreSSLCertificate
Copyright © 2023–2024. All rights reserved.