Uses of Interface
org.directwebremoting.extend.Compressor

Packages that use Compressor
org.directwebremoting.impl   
org.directwebremoting.servlet   
 

Uses of Compressor in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement Compressor
 class LegacyCompressor
          An implementation of Compressor that does nothing.
 class NullCompressor
          An implementation of Compressor that does nothing.
 class ShrinkSafeCompressor
          JavaScript Compression Implementation using Dojo ShrinkSafe.
 class YahooJSCompressor
          JavaScript Compression Implementation using the YUI Compressor.
 

Uses of Compressor in org.directwebremoting.servlet
 

Methods in org.directwebremoting.servlet with parameters of type Compressor
 void JavaScriptHandler.setCompressor(Compressor compressor)
          Setter for the current JavaScript compression library
 


Copyright ยจ 2008