|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Externalizers to the clients.
See:
Description
| Interface Summary | |
|---|---|
| Device | A general interface for a Output-Device. |
| Class Summary | |
|---|---|
| CachingDevice | This device buffers all input in an internal StringBuilder
until Device.flush() or Device.close()
is called. |
| CountingDeviceDelegator | |
| DeviceBuffer | A Device, that buffers the data written to it to be
written to some other Device later (see DeviceBuffer.writeTo(Device)) |
| DeviceFactory | The factory creating the output devies for externalized resources. |
| DeviceOutputStream | An OutputStream, that writes to an Device. |
| GZIPCompressingDevice | A Device encapsulating an OutputStream, compressing its output. |
| NullDevice | Device, that discards everything. |
| OutputStreamDevice | A Device encapsulating a ServletOutputStream |
| ServletDevice | A Device encapsulating a ServletOutputStream. |
| StringBuilderDevice | A Device encapsulating a StringBuilder |
Provides different device implementations used to deliver resources via Externalizers to the clients.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||