org.jboss.seam.wiki.util |
|
Java Source File Name | Type | Comment |
DBUnitImporter.java | Class | Imports some data into the database with the help of DBUnit. |
Diff.java | Class | Compares two collections, returning a list of the additions, changes, and
deletions between them. |
Hash.java | Class | Not super safe, should use a random salt, prepended later on the digest.
Should also iterate the hashing a few thousand times to make brute force
attacks more difficult. |
MonitoringEHCacheProvider.java | Class | Cache Provider plugin for ehcache-1.2. |
Progress.java | Class | Convenience value holder, used mostly for asynchronous background operation status. |
WikiUtil.java | Class | Adds stuff to and for JSF that should be there but isn't. |