public static final class BindingsProvider.Response extends Object
BindingsProvider
s to provide a response when
queries
about a particular HTML file.Modifier and Type | Method and Description |
---|---|
static BindingsProvider.Response |
create(Bindings bindings)
Used by a
provider to tell the editing
infrastructure to expose a JSON like structure in code completion. |
BindingsProvider.Response |
create(Bindings bindings,
String targetId)
Used by a
provider to tell the editing
infrastructure to expose a JSON like structure in code completion. |
public static BindingsProvider.Response create(Bindings bindings)
provider
to tell the editing
infrastructure to expose a JSON like structure in code completion.bindings
- Java model of JSON-like structureResponse
instancepublic BindingsProvider.Response create(Bindings bindings, String targetId)
provider
to tell the editing
infrastructure to expose a JSON like structure in code completion.bindings
- Java model of JSON-like structuretargetId
- an id of an element on the page to identify a subtree
where these bindings will be applied toResponse
instance