public class EmptySrcAttributeCheckFilter extends Object implements IResponseFilter
| Modifier and Type | Field and Description |
|---|---|
static EmptySrcAttributeCheckFilter |
INSTANCE
Indicates that an empty src attribute is found in the response.
|
| Constructor and Description |
|---|
EmptySrcAttributeCheckFilter() |
| 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 static final EmptySrcAttributeCheckFilter INSTANCE
public AppendingStringBuffer filter(AppendingStringBuffer responseBuffer)
IResponseFilterfilter in interface IResponseFilterresponseBuffer - The response buffer to be filteredorg.apache.wicket.IResponseFilter#filter(AppendingStringBuffer)Copyright © 2006–2021 Apache Software Foundation. All rights reserved.