public class DocumentProxy extends SimpleScriptableProxy<Document>
Document
script object. In theory we could satisfy single-document requirements
without a proxy, by reusing (with appropriate cleanup and re-initialization) a single Document
instance across various pages. However, we allow users to keep references to old pages as they navigate
across a series of pages, and all of these pages need to be usable -- so we can't just leave these old
pages without a window.document object.Constructor and Description |
---|
DocumentProxy(WebWindow webWindow)
|
Modifier and Type | Method and Description |
---|---|
Document |
getDelegee() |
get, get, getWithFallback, has, has, hasInstance, put, put
call, construct, delete, delete, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, newInstance, setDelegee, setParentScope, setPrototype
public DocumentProxy(WebWindow webWindow)
webWindow
- the windowpublic Document getDelegee()
getDelegee
in class SimpleScriptableProxy<Document>
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.