public interface SessionState
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
Iterator |
getAttributeNames() |
String |
getId() |
String |
getID() |
int |
getMaxInactiveInterval() |
void |
removeAllAtttributes() |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Object value) |
void |
setMaxInactiveInterval(int interval) |
String getId()
Iterator getAttributeNames()
void removeAttribute(String name)
void removeAllAtttributes()
String getID()
int getMaxInactiveInterval()
void setMaxInactiveInterval(int interval)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.