Uses of Class
io.dialob.boot.controller.ImmutablePageAttributes.Builder
Packages that use ImmutablePageAttributes.Builder
-
Uses of ImmutablePageAttributes.Builder in io.dialob.boot.controller
Methods in io.dialob.boot.controller that return ImmutablePageAttributes.BuilderModifier and TypeMethodDescriptionImmutablePageAttributes.Builder.attributes(Map<String, ? extends Object> entries) Sets or replaces all mappings from the specified map as entries for theattributesmap.ImmutablePageAttributes.builder()Creates a builder forImmutablePageAttributes.ImmutablePageAttributes.Builder.from(PageAttributes instance) Fill a builder with attribute values from the providedPageAttributesinstance.ImmutablePageAttributes.Builder.putAllAttributes(Map<String, ? extends Object> entries) Put all mappings from the specified map as entries toattributesmap.ImmutablePageAttributes.Builder.putAttributes(String key, Object value) Put one entry to theattributesmap.ImmutablePageAttributes.Builder.putAttributes(Map.Entry<String, ? extends Object> entry) Put one entry to theattributesmap.Initializes the value for thetemplateattribute.