|
JML | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JML's specification of HttpSession.
Class Specifications |
Specifications inherited from class Object |
represents objectState <- org.jmlspecs.lang.JMLDataGroup.IT; public represents _getClass <- \typeof(this); |
Method Summary | |
Object |
getAttribute(String name)
|
Enumeration |
getAttributeNames()
|
long |
getCreationTime()
|
String |
getId()
|
long |
getLastAccessedTime()
|
int |
getMaxInactiveInterval()
|
ServletContext |
getServletContext()
|
HttpSessionContext |
getSessionContext()
Deprecated. |
Object |
getValue(String name)
Deprecated. |
String[] |
getValueNames()
Deprecated. |
void |
invalidate()
|
boolean |
isNew()
|
void |
putValue(String name,
Object value)
Deprecated. |
void |
removeAttribute(String name)
|
void |
removeValue(String name)
Deprecated. |
void |
setAttribute(String name,
Object value)
|
void |
setMaxInactiveInterval(int interval)
|
Method Detail |
public long getCreationTime()
public String getId()
public long getLastAccessedTime()
public ServletContext getServletContext()
public void setMaxInactiveInterval(int interval)
public int getMaxInactiveInterval()
public HttpSessionContext getSessionContext()
public Object getAttribute(String name)
public Object getValue(String name)
public Enumeration getAttributeNames()
public String[] getValueNames()
public void setAttribute(String name, Object value)
public void putValue(String name, Object value)
public void removeAttribute(String name)
public void removeValue(String name)
public void invalidate()
public boolean isNew()
|
JML | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |