public class CefSettings
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
class |
CefSettings.ColorType
32-bit ARGB color value, not premultiplied.
(32位ARGB颜色值,未预乘。)
|
static class |
CefSettings.LogSeverity
Log severity levels.
(记录严重性级别。)
|
限定符和类型 | 字段和说明 |
---|---|
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.
(设置为true可禁用使用标准CEF和Chromium命令行参数配置浏览器进程功能的功能。)
|
boolean |
ignore_certificate_errors
Set to true to ignore errors related to invalid SSL certificates.
(设置为true可忽略与无效SSL证书有关的错误。)
|
java.lang.String |
javascript_flags
Custom flags that will be used when initializing the V8 JavaScript engine.
(初始化V8 JavaScript引擎时将使用的自定义标志。)
|
java.lang.String |
locale
The locale string that will be passed to Blink.
(将传递给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.
(设置为true以禁用加载资源和语言环境的打包文件。)
|
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.
(要在使用全局cookie管理器时默认保留会话cookie(没有有效日期或有效期间隔的cookie),请将此值设置为true。)
|
java.lang.String |
product_version
Value that will be inserted as the product portion of the default User-Agent string.
(将作为默认User-Agent字符串的产品部分插入的值。)
|
int |
remote_debugging_port
Set to a value between 1024 and 65535 to enable remote debugging on the specified port.
(设置为1024到65535之间的值以在指定的端口上启用远程调试。)
|
java.lang.String |
resources_dir_path
The fully qualified path for the resources directory.
(资源目录的标准路径。)
|
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.
(将作为User-Agent HTTP标头返回的值。)
|
boolean |
windowless_rendering_enabled
Set to true to enable windowless (off-screen) rendering support.
(设置为true以启用无窗口(屏幕外)渲染支持。)
|
构造器和说明 |
---|
CefSettings() |
限定符和类型 | 方法和说明 |
---|---|
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 ignore_certificate_errors
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 java.lang.String product_version
public int remote_debugging_port
public java.lang.String resources_dir_path
public int uncaught_exception_stack_size
public java.lang.String user_agent
public boolean windowless_rendering_enabled
public CefSettings clone()
clone
在类中
java.lang.Object