public class AjaxServerAndClientTimeFilter extends Object implements IResponseFilter
Usage: in YourApplication.java:
@Override public init() { super.init(); getRequestCycleSettings().addResponseFilter(new AjaxServerAndClientTimeFilter()); }
Constructor and Description |
---|
AjaxServerAndClientTimeFilter() |
Modifier and Type | Method and Description |
---|---|
AppendingStringBuffer |
filter(AppendingStringBuffer responseBuffer)
Filters the response buffer and returns the filtered response that can be used in the next
filter or returned to the real output itself.
|
public AppendingStringBuffer filter(AppendingStringBuffer responseBuffer)
IResponseFilter
filter
in interface IResponseFilter
responseBuffer
- The response buffer to be filteredIResponseFilter.filter(org.apache.wicket.util.string.AppendingStringBuffer)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.