Uses of Class
org.apache.tapestry5.services.javascript.StylesheetOptions
-
Packages that use StylesheetOptions Package Description org.apache.tapestry5.services.javascript 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 StylesheetOptions Modifier and Type Method Description StylesheetOptions
StylesheetOptions. asAjaxInsertionPoint()
Returns a new options object with theajaxInsertionPoint
flag set to true.StylesheetOptions
StylesheetLink. getOptions()
Returns an instance ofStylesheetOptions
.StylesheetOptions
StylesheetOptions. withCondition(java.lang.String condition)
Returns a new options object with the indicated Internet Explorer condition.Constructors in org.apache.tapestry5.services.javascript with parameters of type StylesheetOptions Constructor Description StylesheetLink(java.lang.String url, StylesheetOptions options)
StylesheetLink(Asset asset, StylesheetOptions options)
-