use of org.apache.tapestry5.services.javascript.StylesheetOptions in project tapestry-5 by apache.
the class AssetDemo method afterRender.
@Import(stylesheet = "context:css/via-import.css")
void afterRender() {
javascriptSupport.importStylesheet(new StylesheetLink(ieOnly, new StylesheetOptions(null, "IE")));
javascriptSupport.importJavaScriptLibrary(getAssetWithWrongChecksumUrl());
}
Aggregations