| Interface | Description |
|---|---|
| IResponseFilter |
A response filter can be added to the
org.apache.wicket.settings.IRequestCycleSettings#addResponseFilter(IResponseFilter)
object. |
| Class | Description |
|---|---|
| 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.
|
| EmptySrcAttributeCheckFilter |
The EmptySrcAttributeFilter checks if an empty src attribute is found in the response.
|
| 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.
|
| XmlCleaningResponseFilter |
An IResponseFilter that removes all invalid XML characters.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.