| Package | Description |
|---|---|
| org.apache.wicket.response.filter | |
| org.apache.wicket.settings |
| Modifier and Type | Class and Description |
|---|---|
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 |
XmlCleaningResponseFilter
An IResponseFilter that removes all invalid XML characters.
|
| Modifier and Type | Method and Description |
|---|---|
List<IResponseFilter> |
RequestCycleSettings.getResponseFilters() |
| Modifier and Type | Method and Description |
|---|---|
RequestCycleSettings |
RequestCycleSettings.addResponseFilter(IResponseFilter responseFilter)
Adds a response filter to the list.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.