Uses of Interface
org.apache.wicket.IResponseFilter

Packages that use IResponseFilter
org.apache.wicket.examples   
org.apache.wicket.markup.html Base package of HTML markup. 
org.apache.wicket.protocol.http.portlet   
org.apache.wicket.settings   
 

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.markup.html
 

Classes in org.apache.wicket.markup.html 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.
 class ServerTimeFilter
          This filter logs the server time so the time it takes from the start of a request and the end of the response.
 

Uses of IResponseFilter in org.apache.wicket.protocol.http.portlet
 

Classes in org.apache.wicket.protocol.http.portlet that implement IResponseFilter
 class PortletInvalidMarkupFilter
          This filter removes html page top level markup elements like <html>, <head> and <body>.
 

Uses of IResponseFilter in org.apache.wicket.settings
 

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

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



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