public interface HttpSession
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
void |
putValue(String name,
Object value) |
void |
setAttribute(String name,
Object value) |
Copyright © 2022. All rights reserved.