| Interface | Description |
|---|---|
| SecondaryStorage |
This is a mechanism that allows large SiteMesh requests to be spilled out of memory
and into secondary storage.
|
| Class | Description |
|---|---|
| NoopSecondaryStorage |
A secondary storage that does nothing.
|
| SecondaryStorageBufferWriter |
This writer allows for secondary storage to be use If the body of the response its really large
It will ensure that everything up to the <body> tage is in memory before spilling over, so that further parsing can use memory access to find important page details. |
| TempDirSecondaryStorage |
A SecondaryStorage implementation that uses the File.createTempFile() method
|