Uses of Class
io.dialob.boot.controller.ImmutablePageAttributes
Packages that use ImmutablePageAttributes
-
Uses of ImmutablePageAttributes in io.dialob.boot.controller
Methods in io.dialob.boot.controller that return ImmutablePageAttributesModifier and TypeMethodDescriptionImmutablePageAttributes.Builder.build()Builds a newImmutablePageAttributes.static ImmutablePageAttributesImmutablePageAttributes.copyOf(PageAttributes instance) Creates an immutable copy of aPageAttributesvalue.final ImmutablePageAttributesImmutablePageAttributes.withAttributes(Map<String, ? extends Object> entries) Copy the current immutable object by replacing theattributesmap with the specified map.final ImmutablePageAttributesImmutablePageAttributes.withTemplate(String value) Copy the current immutable object by setting a value for thetemplateattribute.