|
Class Summary |
| CCUtil |
General credit card constants and information. |
| CryptUtil |
class borrowed and partially updated for handling encrypted passwords the way unix crypt does. |
| DateUtil |
handy class with simple defaults for date formats and some html niftiness |
| DbTree |
|
| DbUtil |
DbUtil needs to be init with the "dburl" to get connections from. |
| FormUtil |
for holding a list of errors, named errors, or some combination thereof; for keeping track of, for instance, validation errors while rolling through processing of a form |
| HTMLUtil |
a grab bag of html niftiness. |
| ImageUtil |
TODO: FIX: NOTE TO SELF: getScaledInstance can take negatives for width or height, thus scaling that parameter to maintain the aspect ratio of the original image dimensions !!! |
| JavaUtil |
mostly for conveniently parsing an exception as a String |
| SimpleCompare |
For the sorting of objects by the results of a given method
Usage: pass in to Array.sort(). |
| SimpleDate |
new, simple, unfinished class for holding dates where not all
values might be known. |
| TextUtil |
this is partially superseded by java2 v1.4, but, eh... |