| Package | Description |
|---|---|
| org.apache.tapestry.util.io |
Some interesting I/O classes.
|
| Class and Description |
|---|
| DataSqueezerImpl
A class used to convert arbitrary objects to Strings and back.
|
| SqueezeAdaptor
Interface which defines a class used to convert data for a specific Java type into a String
format (squeeze it), or convert from a String back into a Java type (unsqueeze).
|