A B C D E F G H I J K L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
Q
- Q_ID - Static variable in class sunlabs.brazil.template.QueueTemplate
- qsort(Object) - Static method in class sunlabs.brazil.util.Sort
-
Sorts an array of the basic types (ints, floats, bytes, etc.) or Strings.
- qsort(Object, Sort.Compare) - Static method in class sunlabs.brazil.util.Sort
-
Sorts an array.
- qsort(Vector) - Static method in class sunlabs.brazil.util.Sort
-
Sort a vector of strings using the Qsort algorithm.
- query - Variable in class sunlabs.brazil.server.Request
-
The query string specified after the URL, or
""
if no query string was specified. - Queue() - Constructor for class sunlabs.brazil.template.QueueTemplate.Queue
-
Create a new Q of a maximum possible size
- QueueItem(String, String, String) - Constructor for class sunlabs.brazil.template.QueueTemplate.QueueItem
-
Deprecated.Use the other constructor instead
- QueueItem(String, Dictionary) - Constructor for class sunlabs.brazil.template.QueueTemplate.QueueItem
- QueueTemplate - Class in sunlabs.brazil.template
-
Template class for Managing simple Queues, allowing text communication among sessions.
- QueueTemplate() - Constructor for class sunlabs.brazil.template.QueueTemplate
- QueueTemplate.Queue - Class in sunlabs.brazil.template
-
Create an object queue.
- QueueTemplate.QueueItem - Class in sunlabs.brazil.template
-
A bag of items to keep on the Q.
- quote(String) - Static method in class sunlabs.brazil.handler.HtmlRewriter
-
Helper class to quote a attribute's value when the value is being written to the resultant HTML document.
All Classes All Packages