Package wicket.protocol.http.request.urlcompressing

Class Summary
URLCompressor This class generates UID for Component/Interface combinations when used in conjunction with WebURLCompressingCodingStrategy and WebURLCompressingTargetResolverStrategy To use the 2 strategies you have to create your own CompoundRequestCycleProcessor in your application's newRequestCycleProcessor() method, which should be overridden and implemented like this:
URLCompressor.ComponentAndInterface  
WebURLCompressingCodingStrategy Use this CodingStategy with the WebURLCompressingTargetResolverStrategy to minimize the wicket:interface urls.
WebURLCompressingTargetResolverStrategy Use this ResolverStrategy with the WebURLCompressingCodingStrategy to minimize the wicket:interface urls.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.