Uses of Class
org.apache.wicket.protocol.http.WebRequestCycleProcessor

Packages that use WebRequestCycleProcessor
org.apache.wicket.protocol.http.request.urlcompressing   
org.apache.wicket.protocol.https   
 

Uses of WebRequestCycleProcessor in org.apache.wicket.protocol.http.request.urlcompressing
 

Subclasses of WebRequestCycleProcessor in org.apache.wicket.protocol.http.request.urlcompressing
 class UrlCompressingWebRequestProcessor
          Use this processor to minimize the wicket:interface urls.
 

Uses of WebRequestCycleProcessor in org.apache.wicket.protocol.https
 

Subclasses of WebRequestCycleProcessor in org.apache.wicket.protocol.https
 class HttpsRequestCycleProcessor
          Request cycle processor that can switch between http and https protocols based on the RequireHttps annotation.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.