|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
util package contains common, or garden variety,
utility code for making hashcodes, sending email, generating passwords,
converting currencies, parsing parameters and so forth.
See:
Description
| Class Summary | |
| CreditCardUtils | The CreditCardUtils utils provide simple methods for
determining details of a credit card. |
| Crypto | The crypto utils provide simple methods for generating MD5 hashes (using sun's standard MD5 algorithm) and for verifying a supplied key against a raw key. |
| CurrencyConverter | The currency converter converts one Money object to another
based on a table of currency exchange rates. |
| DateUtils | A collection of static utility methods for doing things with
Date s. |
| HashcodeMaker | Deprecated. use org.apache.commons.lang.builder.HashCodeBuilder |
| ImageUtils | A collection of static utility methods for getting, saving and loading images. |
| ListUtils | A collection of static utility methods for manipulating Lists. |
| LocaleInvestigator | Utility application that investigates locale information on the host machine. |
| Mailer | This is a general purpose class for setting up standard email messages using the javax mail API. |
| ObjectAssistant | Useful helper methods for dynamically loading objects and properties. |
| PasswordGenerator | Generates a single use 'random' password based on concatenating a verb and a noun and then transliterating some letters to numbers at random. |
| RssGenerator | RssGenerator generates a valid RSS file from a story or collection of stories. |
| StringUtils | StringUtils is a collection of handy static utility methods
that help us do repetative things with Strings. |
| UuId | Generates a universally unique id number. |
| Validation | A collection of useful Validation functions that somehow got left out of struts. |
The util package contains common, or garden variety,
utility code for making hashcodes, sending email, generating passwords,
converting currencies, parsing parameters and so forth.
I will add more utility classes as the project demands.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||