Uses of Class
org.apache.tapestry5.services.javascript.StylesheetOptions

Packages that use StylesheetOptions
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
 StylesheetOptions StylesheetOptions.asAjaxInsertionPoint()
          Returns a new options object with the ajaxInsertionPoint flag set to true.
 StylesheetOptions StylesheetLink.getOptions()
          Returns an instance of StylesheetOptions.
 StylesheetOptions 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 StylesheetOptions
StylesheetLink(Asset asset, StylesheetOptions options)
           
StylesheetLink(String url, StylesheetOptions options)
           
 



Copyright © 2003-2012 The Apache Software Foundation.