Interface WebResourcesBuilder

    • Method Detail

      • uris

        WebResourcesBuilder uris​(ResourceType type,
                                 List<URI> uris)
        Adds, or if the resource type is already added, replaces the existing uris for the given resource type with the new uris given.
      • uris

        WebResourcesBuilder uris​(Map<ResourceType,​List<URI>> uris)
        Replaces the existing uris map with the given map. The old map should be abandoned, and should not be used in the construcvtion of the final web resources entries
      • tag

        WebResourcesBuilder tag​(Map<ResourceType,​HtmlString> tags)
        Replaces the existing tags map with the given map. The old map should be abandoned, and should not be used in the construcvtion of the final web resources entries.
      • addCollapsedTag

        WebResourcesBuilder addCollapsedTag​(ResourceType tagType)
        The builder should have a collapsed tag entry for the given resource type.