Package ru.vyarus.guicey.spa.filter
Class SpaBundleState
java.lang.Object
ru.vyarus.guicey.spa.filter.SpaBundleState
Spa bundle shared state object.
- Since:
- 18.03.2025
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckUnique(String assetName) Spa bundle's asset name used for filter mapping and so must be unique for all registered bundles.
-
Constructor Details
-
SpaBundleState
public SpaBundleState()
-
-
Method Details
-
checkUnique
Spa bundle's asset name used for filter mapping and so must be unique for all registered bundles.- Parameters:
assetName- new asset name (for the registering bundle)
-