public static enum CefRequest.ResourceType extends Enum<CefRequest.ResourceType>
public static final CefRequest.ResourceType RT_MAIN_FRAME
public static final CefRequest.ResourceType RT_SUB_FRAME
public static final CefRequest.ResourceType RT_STYLESHEET
public static final CefRequest.ResourceType RT_SCRIPT
public static final CefRequest.ResourceType RT_IMAGE
public static final CefRequest.ResourceType RT_FONT_RESOURCE
public static final CefRequest.ResourceType RT_SUB_RESOURCE
public static final CefRequest.ResourceType RT_OBJECT
public static final CefRequest.ResourceType RT_MEDIA
public static final CefRequest.ResourceType RT_WORKER
public static final CefRequest.ResourceType RT_SHARED_WORKER
public static final CefRequest.ResourceType RT_PREFETCH
public static final CefRequest.ResourceType RT_FAVICON
public static final CefRequest.ResourceType RT_XHR
public static final CefRequest.ResourceType RT_PING
public static final CefRequest.ResourceType RT_SERVICE_WORKER
public static CefRequest.ResourceType[] values()
for (CefRequest.ResourceType c : CefRequest.ResourceType.values()) System.out.println(c);
public static CefRequest.ResourceType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2017. All rights reserved.