| Package | Description |
|---|---|
| org.apache.wicket.markup.head.filter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHeaderResponseFilter
A default implementation of IHeaderResponseFilter that returns true for everything.
|
class |
CssAcceptingHeaderResponseFilter
This filter accepts all
CssHeaderItems. |
class |
CssAndPageAcceptingHeaderResponseFilter
This filter accepts all
CssHeaderItems and PageHeaderItems (header items for the
<head> section of the page). |
class |
JavaScriptAcceptingHeaderResponseFilter
This filter accepts all
JavaScriptHeaderItems. |
class |
OppositeHeaderResponseFilter
A filter that takes another filter and always returns the opposite of another filter.
|
| Modifier and Type | Method and Description |
|---|---|
protected FilteringHeaderResponse.IHeaderResponseFilter |
JavaScriptFilteredIntoFooterHeaderResponse.createFooterFilter(String footerBucketName) |
protected FilteringHeaderResponse.IHeaderResponseFilter |
JavaScriptFilteredIntoFooterHeaderResponse.createHeaderFilter(String headerFilterName,
FilteringHeaderResponse.IHeaderResponseFilter footerFilter) |
| Modifier and Type | Method and Description |
|---|---|
protected FilteringHeaderResponse.IHeaderResponseFilter |
JavaScriptFilteredIntoFooterHeaderResponse.createHeaderFilter(String headerFilterName,
FilteringHeaderResponse.IHeaderResponseFilter footerFilter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FilteringHeaderResponse.setFilters(Iterable<? extends FilteringHeaderResponse.IHeaderResponseFilter> filters) |
| Constructor and Description |
|---|
OppositeHeaderResponseFilter(String name,
FilteringHeaderResponse.IHeaderResponseFilter other)
Construct.
|
| Constructor and Description |
|---|
FilteringHeaderResponse(IHeaderResponse response,
String headerFilterName,
Iterable<? extends FilteringHeaderResponse.IHeaderResponseFilter> filters)
Construct.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.