public final class BrwsrCtx extends Object
net.java.html.json.Model
and other objects
operate in. The context is usually a particular HTML page in a browser.
The context is also associated with the actual HTML technology
in the HTML page - there is likely to be different context for
knockout.js and different one
for angular.| Modifier and Type | Field and Description |
|---|---|
static BrwsrCtx |
EMPTY
Dummy context without binding to any real browser or technology.
|
| Modifier and Type | Method and Description |
|---|---|
static BrwsrCtx |
findDefault(Class<?> requestor)
Seeks for the default context that is associated with the requesting
class.
|
public static final BrwsrCtx EMPTY
public static BrwsrCtx findDefault(Class<?> requestor)
EMPTY context is returned.requestor - the class that makes the requestCopyright © 2014 NetBeans. All Rights Reserved.