public interface IResponseFilter
org.apache.wicket.settings.IRequestCycleSettings#addResponseFilter(IResponseFilter)
object. This will be called from the Buffered Response objects right before they would send it to
the real responses. You have to use the
org.apache.wicket.settings.IRequestCycleSettings#setBufferResponse(boolean)(to true which
is the default) for this filtering to work.org.apache.wicket.settings.IRequestCycleSettings#addResponseFilter(IResponseFilter)| 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.
|
AppendingStringBuffer filter(AppendingStringBuffer responseBuffer)
responseBuffer - The response buffer to be filteredCopyright © 2006–2014 Apache Software Foundation. All rights reserved.