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