Uses of Interface
org.apache.wicket.response.filter.IResponseFilter

Packages that use IResponseFilter
org.apache.wicket.examples   
org.apache.wicket.response.filter   
org.apache.wicket.settings   
org.apache.wicket.settings.def   
 

Uses of IResponseFilter in org.apache.wicket.examples
 

Classes in org.apache.wicket.examples that implement IResponseFilter
 class ServerHostNameAndTimeFilter
          Displays server host name (combination of name, ipaddress and unique id, which is either based) and time it took to handle the request in the browser's status bar like this: window.defaultStatus = 'Host: myhost/192.168.1.66/someid, handled in: 0.01s'
 

Uses of IResponseFilter in org.apache.wicket.response.filter
 

Classes in org.apache.wicket.response.filter that implement IResponseFilter
 class AjaxServerAndClientTimeFilter
          This is a filter that injects javascript code to the top head portion and after the body so that the time can me measured what the client parse time was for this page.
 class EmptySrcAttributeCheckFilter
          The EmptySrcAttributeFilter checks if an empty src attribute is found in the response.
 class ServerAndClientTimeFilter
          This is a filter that injects javascript code to the top head portion and after the body so that the time can me measured what the client parse time was for this page.
 

Uses of IResponseFilter in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings that return types with arguments of type IResponseFilter
 java.util.List<IResponseFilter> IRequestCycleSettings.getResponseFilters()
           
 

Methods in org.apache.wicket.settings with parameters of type IResponseFilter
 void IRequestCycleSettings.addResponseFilter(IResponseFilter responseFilter)
          Adds a response filter to the list.
 

Uses of IResponseFilter in org.apache.wicket.settings.def
 

Methods in org.apache.wicket.settings.def that return types with arguments of type IResponseFilter
 java.util.List<IResponseFilter> RequestCycleSettings.getResponseFilters()
           
 

Methods in org.apache.wicket.settings.def with parameters of type IResponseFilter
 void RequestCycleSettings.addResponseFilter(IResponseFilter responseFilter)
           
 



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