Jeremy,
Great work on this BTW. Quick question, any reason why
JavaScriptFilteredIntoFooterHeaderResponse is final? Would like to:
JavaScriptFilteredIntoFooterHeaderResponse javaScriptFooterResponse = new
JavaScriptFilteredIntoFooterHeaderResponse(response, "footerBucket") {
@Override
protected
JavaScriptAcceptingHeaderResponseFilter createFooterFilter(
String
footerBucketName) {
return new
JavaScriptAcceptingHeaderResponseFilter(footerBucketName) {
@Override
public boolean
acceptOtherJavaScript() {
return false;
}
};
}
};
My ultimate goal is to target the header/footer buckets with particular
scripts. Maybe my approach is wrong.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/usage-of-JavascriptFilteredIntoFooterHeaderResponse-tp3302046p3537524.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]