class WebPolicyDelegate
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Browser |
browser |
(package private) COMObject |
iWebPolicyDelegate |
(package private) int |
refCount |
Constructor and Description |
---|
WebPolicyDelegate(Browser browser) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
AddRef() |
(package private) void |
createCOMInterfaces() |
(package private) int |
decidePolicyForMIMEType(int webView,
int type,
int request,
int frame,
int listener) |
(package private) int |
decidePolicyForNavigationAction(int webView,
int actionInformation,
int request,
int frame,
int listener) |
(package private) int |
decidePolicyForNewWindowAction(int webView,
int actionInformation,
int request,
int frameName,
int listener) |
protected void |
disposeCOMInterfaces() |
(package private) int |
getAddress() |
(package private) int |
QueryInterface(int riid,
int ppvObject) |
(package private) int |
Release() |
(package private) int |
unableToImplementPolicyWithError(int webView,
int error,
int frame) |
COMObject iWebPolicyDelegate
int refCount
Browser browser
WebPolicyDelegate(Browser browser)
int AddRef()
void createCOMInterfaces()
int decidePolicyForMIMEType(int webView, int type, int request, int frame, int listener)
int decidePolicyForNavigationAction(int webView, int actionInformation, int request, int frame, int listener)
int decidePolicyForNewWindowAction(int webView, int actionInformation, int request, int frameName, int listener)
protected void disposeCOMInterfaces()
int getAddress()
int QueryInterface(int riid, int ppvObject)
int Release()
int unableToImplementPolicyWithError(int webView, int error, int frame)