public class SessionMap extends Object
Constructor and Description |
---|
SessionMap() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
get(Page page,
String propertyName,
Class<T> type) |
static <T> T |
get(String objectName,
Class<T> type) |
static <T> void |
put(String objectName,
Class<T> type,
T object) |
static <T> void |
remove(Page page,
String propertyName,
Class<T> type) |
static <T> void |
remove(Page page,
String propertyName,
Class<T> type,
T object) |
static <T> void |
remove(String objectName,
Class<T> type) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.