| Interface | Description |
|---|---|
| OutputLengthObserver |
An interface that observes the length of output as it is written to streams and writers
and hence allows action to be taken if its too much
|
| Class | Description |
|---|---|
| ExceptionThrowingOutputLengthObserver |
An implementation that throws
MaxOutputLengthExceeded exceptions |
| NoopOutputLengthObserver | |
| OutputLengthObservantSitemeshWriter |
A SiteMeshWriter that can observe characters as they are written to out.
|
| Exception | Description |
|---|---|
| MaxOutputLengthExceeded |
An exception that is thrown if the maximum output length is exceeded.
|