ImmutablePageAttributes.Builder |
ImmutablePageAttributes.Builder.attributes(Map<String,? extends Object> entries) |
Sets or replaces all mappings from the specified map as entries for the attributes map.
|
static ImmutablePageAttributes.Builder |
ImmutablePageAttributes.builder() |
|
ImmutablePageAttributes.Builder |
ImmutablePageAttributes.Builder.from(PageAttributes instance) |
Fill a builder with attribute values from the provided PageAttributes instance.
|
ImmutablePageAttributes.Builder |
ImmutablePageAttributes.Builder.putAllAttributes(Map<String,? extends Object> entries) |
Put all mappings from the specified map as entries to attributes map.
|
ImmutablePageAttributes.Builder |
ImmutablePageAttributes.Builder.putAttributes(String key,
Object value) |
|
ImmutablePageAttributes.Builder |
ImmutablePageAttributes.Builder.putAttributes(Map.Entry<String,? extends Object> entry) |
|
ImmutablePageAttributes.Builder |
ImmutablePageAttributes.Builder.template(String template) |
Initializes the value for the template attribute.
|