Uses of Class
org.javalite.json.JSONList
Packages that use JSONList
Package
Description
ActiveJDBC - the agile Java ORM.
ActiveWeb - the agile java framework
JavaLite HTTP library.
-
Uses of JSONList in org.javalite.activejdbc
Methods in org.javalite.activejdbc that return JSONListMethods in org.javalite.activejdbc with parameters of type JSONListModifier and TypeMethodDescription<T extends Model>
TModel.setJSONList(String attributeName, JSONList value)Sets aJSONListas a value of an attribute. -
Uses of JSONList in org.javalite.activeweb
Methods in org.javalite.activeweb that return JSONListModifier and TypeMethodDescriptionprotected JSONListHttpSupport.getRequestJSONList()Reads entire request data and converts it toJSONList.protected JSONListRequestSpecHelper.responseJSONList()Provides content generated by controller in theJSONListformat, after controller execution - if views were integrated. -
Uses of JSONList in org.javalite.activeweb.websockets
Methods in org.javalite.activeweb.websockets with parameters of type JSONList -
Uses of JSONList in org.javalite.http
Methods in org.javalite.http that return JSONList -
Uses of JSONList in org.javalite.json
Methods in org.javalite.json that return JSONListModifier and TypeMethodDescriptionReturns a list deep from the structure of a JSON document.JSONList.getList(int index)Returns aJSONListat a provided index.Returns a list deep from the structure of JSON document.JSONList[]JSONList.getLists()static JSONListConvenience method to convert String toJSONList.