Package org.wings.io

Provides different device implementations used to deliver resources via 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
 

Package org.wings.io Description

Provides different device implementations used to deliver resources via Externalizers to the clients.



wingS Swings ;-)