public class AttributesManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributesManager.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AttributesManager.Builder |
builder() |
Map<String,Object> |
getPersistentAttributes() |
Map<String,Object> |
getRequestAttributes() |
Map<String,Object> |
getSessionAttributes() |
void |
savePersistentAttributes() |
void |
setPersistentAttributes(Map<String,Object> persistentAttributes) |
void |
setRequestAttributes(Map<String,Object> requestAttributes) |
void |
setSessionAttributes(Map<String,Object> sessionAttributes) |
public static AttributesManager.Builder builder()
public void setPersistentAttributes(Map<String,Object> persistentAttributes)
public void savePersistentAttributes()
Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.