Provides methods for fetching contents of assets within the asset-pipeline
Type | Name and description |
---|---|
static def |
getDependencyList(String uri, String contentType = null, String extension = null) Used for serving assets in development mode via the AssetController This method is NOT recommended for public use as behavior changes in production mode. |
static byte[] |
serveAsset(String uri, String contentType = null, String extension = null, String encoding = null) Used for serving assets in development mode via the AssetController This method is NOT recommended for public use as behavior changes in production mode. |
static byte[] |
serveUncompiledAsset(String uri, String contentType, String extension = null, String encoding = null) Used for serving assets in development mode without bundling This method is NOT recommended for public use as behavior changes in production mode. |
Used for serving assets in development mode via the AssetController This method is NOT recommended for public use as behavior changes in production mode.
Used for serving assets in development mode via the AssetController This method is NOT recommended for public use as behavior changes in production mode.