-
name
String name
Arbitrary name given to the asset.
-
version
String version
Version of the asset.
-
type
AssetType type
Type of the asset.
-
dom
AssetDomPosition dom
Position where the asset must be injected.
-
configLocationKey
String configLocationKey
Key of the locator used to get the asset.
-
configLocation
String configLocation
Raw location of the asset, corresponding to the selected location key.
-
processedConfigLocation
String processedConfigLocation
-
finalLocation
String finalLocation
Computed location of the asset, using the right
AssetLocator
.
-
attributes
Map<K,V> attributes
Various HTML attributes of the HTML tag.
-
attributesOnlyName
String[] attributesOnlyName
Various HTML attributes which only need a name.
-
condition
String condition
Condition to use in a conditionnal comment. (IE 5 to 9)
-
storageKey
String storageKey
The computed storage key of the asset.
-
bundle
String bundle
The parent bundle.
-
vendor
boolean vendor
Whether the asset has been loaded by the VendorBundleLoader
.
-
generatorUid
String generatorUid