|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Node, finds and parses the previousworknode element,
returning a ArrayList of ids.
Node project and a JSONObject projectObj, sets the
fields in the projectObj with the values specified for the attributes of the same name
within the node.
Document project document into a JSONObject
project JSON object and returns it.
Node project node, converts the xml into a JSONObject
and returns that object.
NodeList list of xml project node elements, generates
a JSON node object for each element in the list, appends it to the
ArrayList and returns the list.
Node sequence element, retrieves that attributes and child
elements and creates and returns a JSONObject sequence object based
on those values.
- convertProjectSequences(NodeList) -
Method in class utils.Converter
- Given a
NodeList sequence list, creates equivalent JSONObjects as
specified in the sequence nodes, appends them to an ArrayList
sequences list and returns that list.
- convertProjectStartPoint(Node, JSONObject) -
Method in class utils.Converter
- Given the
Node startPointNode and the JSONObject projectObj, gets the startpoint
value from the node and sets the field value in the object.
- convertReference(Node) -
Method in class utils.Converter
- Given a
Node node, finds the reference element and returns
the String value.
- convertReferences(NodeList) -
Method in class utils.Converter
- Given a
NodeList nodes, retrieves that 'ref' attribute
value for each node, appends it a ArrayList list of
id and returns that list.
- convertXMLInputStreamToString(InputStream) -
Static method in class vle.domain.webservice.http.AbstractHttpRestCommand
-
- convertXmlInputStreamToXmlDocument(InputStream) -
Method in class vle.domain.webservice.http.AbstractHttpRestCommand
-
- convertXMLProject(HttpServletRequest, HttpServletResponse) -
Method in class utils.Converter
- Given a
HttpServletRequest and a HttpServletResponse, retrieves the
'path' parameter from the request, parses the xml document specified by that path, converts it
to json and writes a new .project.json file with the data.
- convertXMLProjectString(HttpServletRequest, HttpServletResponse) -
Method in class utils.Converter
- Given a
HttpServletRequest request and a HttpServletResponse response,
converts the value of the parameter "xml" in the request to a JSON object string and writes that
string to the response.
- Cookie - Class in org.json
- Convert a web browser cookie specification to a JSONObject and back.
- Cookie() -
Constructor for class org.json.Cookie
-
- CookieList - Class in org.json
- Convert a web browser cookie list string to a JSONObject and back.
- CookieList() -
Constructor for class org.json.CookieList
-
- copy(File, File) -
Method in class utils.FileManager
- Copies the given
File src to the given File dest.
- CRaterController - Class in vle.web
-
- CRaterController() -
Constructor for class vle.web.CRaterController
-
- CRaterHttpClient - Class in vle.domain.webservice.crater
- Controller for using the CRater scoring servlet via HTTP
- CRaterHttpClient() -
Constructor for class vle.domain.webservice.crater.CRaterHttpClient
-
- CRaterJob - Class in background.jobs
-
- CRaterJob() -
Constructor for class background.jobs.CRaterJob
-
- CRaterRequest - Class in vle.domain.cRater
- Domain representing CRaterRequests, pending and completed.
- CRaterRequest() -
Constructor for class vle.domain.cRater.CRaterRequest
- Default constructor
- CRaterRequest(String, StepWork, Long, Long) -
Constructor for class vle.domain.cRater.CRaterRequest
-
- CREATE_VLE_VISTS_TABLE_SQL -
Static variable in class vle.VLEServlet
-
- createConnection() -
Static method in class vle.VLEServlet
-
- createCRaterNodeStateAnnotation(Long, int, JSONObject, String) -
Static method in class vle.domain.annotation.Annotation
-
- createIdOrCriterion(List<Long>, int) -
Static method in class vle.domain.work.StepWork
- A recursive function that chains "or" restrictions of ids together
- createJournalXML(ResultSet) -
Static method in class vle.VLEJournalServlet
- Creates the journal xml from a ResultSet
- createUserInfoOrCriterion(List<UserInfo>, int) -
Static method in class vle.domain.work.StepWork
- A recursive function that chains "or" restrictions of userInfos together
- CRLF -
Static variable in class org.json.HTTP
- Carriage return/line feed.
File and a file extension String
generates and returns a File with a unique filename.
String filename, returns the String extension.
File, reads the text from the file as a String
and returns the string.
HttpServletRequest request and a String path,
returns boolen true if the servlet is allowed access to that path,
returns false otherwise.
HttpServletRequest request and a File file,
returns boolean true if the servlet is allowed access to that file,
returns false otherwise.
boolean true if the given HttpServletRequest request
successfully authenticates with the portal, returns false otherwise.
HttpServletRequest request, makes a request to the mode master
to determine if the calling servlet should run in portal mode or stand-alone.
boolean true if
the referer from the request matches any from the list, returns false otherwise.
JSONString interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString(), JSONArray.toString(),
and JSONWriter.value(Object).NULL object than to use Java's null value.
String url with the given
String parameters and returns the String
response string.
String url with the given
and returns the String response string.
toJSONString method allows a class to produce its own JSON
serialization.
%hh sequences to single characters, and
convert plus to space.
true or the value
false.
File the file to write to and the String data to write
to that file and a boolean overwrite, indicating whether the file should be
overwritten if it exists, writes the data to the file specified.
String path to the file to write to and the String data
to write to that file and a boolean overwrite, indicating whether the file
should be overwritten if it exists, writes the data to the file specified.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||