|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IResponseFilter | |
|---|---|
| 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.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 |
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 | |
|---|---|
java.util.List<IResponseFilter> |
IRequestCycleSettings.getResponseFilters()
|
java.util.List<IResponseFilter> |
Settings.getResponseFilters()
|
| Methods in org.apache.wicket.settings with parameters of type IResponseFilter | |
|---|---|
void |
IRequestCycleSettings.addResponseFilter(IResponseFilter responseFilter)
Adds a response filter to the list. |
void |
Settings.addResponseFilter(IResponseFilter responseFilter)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||