| Package | Description |
|---|---|
| org.apidesign.html.json.spi |
Service Provider Interfaces for those who wish to integrate own
technology with the HTML for Java API.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Technology.BatchInit<D>
For certain rendering technologies it may be more efficient to register
property and function bindings for one instance of the model at once,
rather then doing it incrementally via
expose(org.apidesign.html.json.spi.FunctionBinding, java.lang.Object, java.lang.Object)
and
bind(org.apidesign.html.json.spi.PropertyBinding, java.lang.Object, java.lang.Object). |
Copyright © 2014 NetBeans. All Rights Reserved.