public class CefSettings
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
CefSettings.ColorType
32-bit ARGB color value, not premultiplied.
|
static class |
CefSettings.LogSeverity
Log severity levels.
|
| Modifier and Type | Field and Description |
|---|---|
CefSettings.ColorType |
background_color
Opaque background color used for accelerated content.
|
java.lang.String |
browser_subprocess_path
The path to a separate executable that will be launched for sub-processes.
|
java.lang.String |
cache_path
The location where cache data will be stored on disk.
|
boolean |
command_line_args_disabled
Set to true to disable configuration of browser process features using
standard CEF and Chromium command-line arguments.
|
boolean |
cookieable_schemes_exclude_defaults |
java.lang.String |
cookieable_schemes_list |
java.lang.String |
javascript_flags
Custom flags that will be used when initializing the V8 JavaScript engine.
|
java.lang.String |
locale
The locale string that will be passed to Blink.
|
java.lang.String |
locales_dir_path
The fully qualified path for the locales directory.
|
java.lang.String |
log_file
The directory and file name to use for the debug log.
|
CefSettings.LogSeverity |
log_severity
The log severity.
|
boolean |
pack_loading_disabled
Set to true to disable loading of pack files for resources and locales.
|
boolean |
persist_session_cookies
To persist session cookies (cookies without an expiry date or validity
interval) by default when using the global cookie manager set this value to
true.
|
int |
remote_debugging_port
Set to a value between 1024 and 65535 to enable remote debugging on the
specified port.
|
java.lang.String |
resources_dir_path
The fully qualified path for the resources directory.
|
java.lang.String |
root_cache_path
The root directory for installation-specific data and the parent directory
for profile-specific data.
|
int |
uncaught_exception_stack_size
The number of stack trace frames to capture for uncaught exceptions.
|
java.lang.String |
user_agent
Value that will be returned as the User-Agent HTTP header.
|
java.lang.String |
user_agent_product
Value that will be inserted as the product portion of the default
User-Agent string.
|
boolean |
windowless_rendering_enabled
Set to true to enable windowless (off-screen) rendering support.
|
| Constructor and Description |
|---|
CefSettings() |
| Modifier and Type | Method and Description |
|---|---|
CefSettings |
clone() |
public CefSettings.ColorType background_color
public java.lang.String browser_subprocess_path
public java.lang.String cache_path
public boolean command_line_args_disabled
public boolean cookieable_schemes_exclude_defaults
public java.lang.String cookieable_schemes_list
public java.lang.String javascript_flags
public java.lang.String locale
public java.lang.String locales_dir_path
public java.lang.String log_file
public CefSettings.LogSeverity log_severity
public boolean pack_loading_disabled
public boolean persist_session_cookies
public int remote_debugging_port
public java.lang.String resources_dir_path
public java.lang.String root_cache_path
public int uncaught_exception_stack_size
public java.lang.String user_agent
public java.lang.String user_agent_product
public boolean windowless_rendering_enabled
public CefSettings clone()
clone in class java.lang.Object