Uses of Class
org.apache.tapestry5.services.javascript.StylesheetOptions
Packages that use StylesheetOptions
Package
Description
Support for Javascript (and CSS), including dynamically-added JavaScript and
services that manage dynamically-added links to JavaScript (and CSS) assets.
-
Uses of StylesheetOptions in org.apache.tapestry5.services.javascript
Methods in org.apache.tapestry5.services.javascript that return StylesheetOptionsModifier and TypeMethodDescriptionStylesheetOptions.asAjaxInsertionPoint()
Returns a new options object with theajaxInsertionPoint
flag set to true.StylesheetLink.getOptions()
Returns an instance ofStylesheetOptions
.StylesheetOptions.withCondition
(String condition) Returns a new options object with the indicated Internet Explorer condition.Constructors in org.apache.tapestry5.services.javascript with parameters of type StylesheetOptionsModifierConstructorDescriptionStylesheetLink
(String url, StylesheetOptions options) StylesheetLink
(Asset asset, StylesheetOptions options)