Class Summary |
Expressions |
|
MimeTypes |
Simple MimteType interface class |
QSort |
Implements QuickSort, on an array of objects. |
QSort.VAttributeComparer |
|
QSort.VNodeComparer |
|
ResourceLoader |
Alternative ResourceLoader which supports VRLs and URIs. |
SetUtil |
Collection of often used methods for Set/List/Map/Hastable handling |
URLUTF8Encoder |
Provides a method to encode any string into a HTML-safe form. |
VAttribute |
This class provides a high level interface to resource Attributes.
It is implemented using a {type , name
value } tuple, so that runtime type and name checking can
be performed.
The VAttributes does not do any type checking, so casting is possible. |
VAttributeGroup |
An attribute group extends an attribute set by being able to have
several attribute 'groups' as childs. |
VAttributeSet |
A VAttribute set implemented as Hasthtable with extra set manipulation
methods. |
Wildcard2Regex |
Source code from: http://www.rgagnon.com/javadetails/java-0515.html |