| The factory creating the output devies for externalized resources.
To declare and use your own device factory (i.e. to compress returned output streams or
log the device output) declare an init property wings.device.factory
in your web xml.
Example:
<init-param>
<param-name>wings.device.factory</param-name>
<param-value>com.mycompany.MyDeviceFactory</param-value>
</init-param>
|