Class URLMappingContainer

    • Method Detail

      • setName

        protected void setName​(String name)
        Set the name of this map.
        Parameters:
        name - Name of this map.
      • getName

        public String getName()
        Get the name of this map.
        Returns:
        String Name of this map.
      • setMapEntries

        protected void setMapEntries​(List<URLMapEntry> newURLMapEntries)
        Set new map entries during deserialization
        Parameters:
        newURLMapEntries - the newURLMapEntries to set