Class SpaBundleState


  • public class SpaBundleState
    extends java.lang.Object
    Spa bundle shared state object.
    Since:
    18.03.2025
    • Constructor Summary

      Constructors 
      Constructor Description
      SpaBundleState()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void checkUnique​(java.lang.String assetName)
      Spa bundle's asset name used for filter mapping and so must be unique for all registered bundles.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpaBundleState

        public SpaBundleState()
    • Method Detail

      • checkUnique

        public void checkUnique​(java.lang.String assetName)
        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)