Uses of Interface
org.apache.wicket.response.filter.IResponseFilter
-
Packages that use IResponseFilter Package Description org.apache.wicket.response.filter org.apache.wicket.settings -
-
Uses of IResponseFilter in org.apache.wicket.response.filter
Classes in org.apache.wicket.response.filter that implement IResponseFilter Modifier and Type Class Description classAjaxServerAndClientTimeFilterThis 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.classEmptySrcAttributeCheckFilterThe EmptySrcAttributeFilter checks if an empty src attribute is found in the response.classServerAndClientTimeFilterThis 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.classXmlCleaningResponseFilterAn IResponseFilter that removes all invalid XML characters. -
Uses of IResponseFilter in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return types with arguments of type IResponseFilter Modifier and Type Method Description java.util.List<IResponseFilter>RequestCycleSettings. getResponseFilters()Methods in org.apache.wicket.settings with parameters of type IResponseFilter Modifier and Type Method Description RequestCycleSettingsRequestCycleSettings. addResponseFilter(IResponseFilter responseFilter)Adds a response filter to the list.
-