|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IResponseFilter | |
|---|---|
| org.apache.wicket.response.filter | |
| org.apache.wicket.settings | |
| org.apache.wicket.settings.def | |
| 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 | |
|---|---|
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 | |
|---|---|
List<IResponseFilter> |
RequestCycleSettings.getResponseFilters()
|
| Methods in org.apache.wicket.settings.def with parameters of type IResponseFilter | |
|---|---|
void |
RequestCycleSettings.addResponseFilter(IResponseFilter responseFilter)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||