Uses of Class
net.java.html.json.Context

Uses of Context in net.java.html.json
 

Fields in net.java.html.json declared as Context
static Context Context.EMPTY
          Dummy context without binding to any real browser or technology.
 

Methods in net.java.html.json that return Context
static Context Context.findDefault(Class<?> requestor)
          Seeks for the default context that is associated with the requesting class.
 

Methods in net.java.html.json with parameters of type Context
static
<M> M
Models.parse(Context c, Class<M> model, InputStream is)
          Generic method to parse content of a model class from a stream.
 



Copyright © 2013 API Design. All Rights Reserved.