Uses of Class
juzu.asset.Asset

Packages that use Asset
juzu   
juzu.asset   
 

Uses of Asset in juzu
 

Fields in juzu with type parameters of type Asset
static PropertyType<Asset> PropertyType.SCRIPT
          Script.
static PropertyType<Asset> PropertyType.STYLESHEET
          Stylesheet.
 

Methods in juzu that return types with arguments of type Asset
 Iterable<Asset> Response.Render.getScripts()
           
 Iterable<Asset> Response.Render.getStylesheets()
           
 

Methods in juzu with parameters of type Asset
 Response.Render Response.Render.addScript(Asset script)
           
 Response.Render Response.Render.addStylesheet(Asset stylesheet)
           
 

Uses of Asset in juzu.asset
 

Subclasses of Asset in juzu.asset
static class Asset.Id
          An identified asset.
static class Asset.Value
          A valued asset.
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.