Package | Description |
---|---|
org.netbeans.html.json.spi |
Service Provider Interfaces for those who wish to integrate own
technology with the HTML for Java API.
|
Class and Description |
---|
FunctionBinding |
JSONCall
Description of a JSON call request that is supposed to be processed
by
Transfer.loadJSON(org.netbeans.html.json.spi.JSONCall) implementors. |
PropertyBinding
Describes a property when one is asked to
bind it
|
Proto
Object associated with one instance of a model generated by the
Model annotation. |
Technology
An implementation of a binding between model classes (see
Model )
and particular technology like knockout.js
in a browser window, etc.Since introduction of technology identifiers one can choose between
different background implementations to handle the conversion and
communication requests. |
Copyright © 2018 NetBeans. All rights reserved.