|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Uses of JSON.Object in org.less4j |
|---|
| Fields in org.less4j declared as JSON.Object | |
|---|---|
JSON.Object |
Actor.configuration
A copy of the servlet controller's configuration, mapping all options listed in the servlet's XML configuration file and whose name start with "less4j". |
JSON.Object |
Actor.json
The JSON object associated with the Actor's request and response. |
| Methods in org.less4j that return JSON.Object | |
|---|---|
JSON.Object |
JSON.Array.O(int index)
|
JSON.Object |
JSON.Array.O(int index,
JSON.Object def)
|
JSON.Object |
JSON.Object.O(java.lang.String name)
|
JSON.Object |
JSON.Object.O(java.lang.String name,
JSON.Object def)
|
JSON.Object |
JSON.object(java.lang.String json)
Evaluates a JSON object, returns a new JSON.O
or throws a JSON.Error if the string does not represent a
valid object or if it exceeds the limits set on the number
of containers and iterations. |
JSON.Object |
Actor.sqlDictionary(java.lang.String statement,
java.lang.String[] arguments,
int fetch)
Try to query the sql JDBC connection with an SQL
statement and argument names, returns a JSON.Object
that maps the first column of the result set to the second or
null if the result set was empty. |
JSON.Object |
Actor.sqlObject(java.lang.String statement,
java.lang.String[] arguments,
int fetch)
try { $.json.put("object", ($. |
JSON.Object |
Actor.sqlTable(java.lang.String statement,
java.lang.String[] arguments,
int fetch)
Try to query the sql JDBC connection with an SQL
statement and an argument names, return a JSON.Object
with the obvious "columns" and "rows" members, or null
if the result set was empty. |
| Methods in org.less4j with parameters of type JSON.Object | |
|---|---|
boolean |
Actor.ldapCreate(java.lang.String dn,
JSON.Object object,
java.util.Iterator names)
Try to create an LDAP context with attributes values from a JSON.O object for the given attribute names, return true if the context was created, false otherwise. |
boolean |
Actor.ldapUpdate(java.lang.String dn,
JSON.Object object,
java.util.Iterator names)
|
JSON.Object |
JSON.Array.O(int index,
JSON.Object def)
|
JSON.Object |
JSON.Object.O(java.lang.String name,
JSON.Object def)
|
| Constructors in org.less4j with parameters of type JSON.Object | |
|---|---|
Actor(JSON.Object conf)
Initialize a new Actor to test a controller servlet's configuration when it is initialized. |
|
Actor(JSON.Object conf,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Initialize a new Actor to handle an HTTP request and response, set the Actor's audit digest salt and eventually load ... |
|
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||