Class Bundle
java.lang.Object
io.quarkiverse.web.bundler.runtime.Bundle
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionOther extensions from the bundle might have duplicate names (but different hash), so we don't include them in the mapping. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmapping()Resolve the script file public path including the hash and extension from the entry point key.Resolve the style file public path including the hash and extension from the entry point key.
-
Field Details
-
BUNDLE_MAPPING_EXT
Other extensions from the bundle might have duplicate names (but different hash), so we don't include them in the mapping.
-
-
Constructor Details
-
Bundle
-
-
Method Details
-
mapping
-
script
Resolve the script file public path including the hash and extension from the entry point key.- Parameters:
key- the fixed entry point key (eg.: main)- Returns:
- the file public path (eg.: static/main-HE233H4.js)
-
resolve
-
style
Resolve the style file public path including the hash and extension from the entry point key.- Parameters:
key- the fixed entry point key (eg.: main)- Returns:
- the file public path (eg.: static/main-HE233H4.css)
-