public class MockHttpSession extends Object implements javax.servlet.http.HttpSession
Constructor and Description |
---|
MockHttpSession() |
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String arg0) |
Enumeration |
getAttributeNames() |
long |
getCreationTime() |
String |
getId() |
long |
getLastAccessedTime() |
int |
getMaxInactiveInterval() |
javax.servlet.ServletContext |
getServletContext() |
javax.servlet.http.HttpSessionContext |
getSessionContext() |
Object |
getValue(String arg0) |
String[] |
getValueNames() |
void |
invalidate() |
boolean |
isNew() |
void |
putValue(String arg0,
Object arg1) |
void |
removeAttribute(String arg0) |
void |
removeValue(String arg0) |
void |
setAttribute(String arg0,
Object arg1) |
void |
setMaxInactiveInterval(int arg0) |
public Object getAttribute(String arg0)
getAttribute
in interface javax.servlet.http.HttpSession
public Enumeration getAttributeNames()
getAttributeNames
in interface javax.servlet.http.HttpSession
public long getCreationTime()
getCreationTime
in interface javax.servlet.http.HttpSession
public String getId()
getId
in interface javax.servlet.http.HttpSession
public long getLastAccessedTime()
getLastAccessedTime
in interface javax.servlet.http.HttpSession
public int getMaxInactiveInterval()
getMaxInactiveInterval
in interface javax.servlet.http.HttpSession
public javax.servlet.ServletContext getServletContext()
getServletContext
in interface javax.servlet.http.HttpSession
public javax.servlet.http.HttpSessionContext getSessionContext()
getSessionContext
in interface javax.servlet.http.HttpSession
public Object getValue(String arg0)
getValue
in interface javax.servlet.http.HttpSession
public String[] getValueNames()
getValueNames
in interface javax.servlet.http.HttpSession
public void invalidate()
invalidate
in interface javax.servlet.http.HttpSession
public boolean isNew()
isNew
in interface javax.servlet.http.HttpSession
public void putValue(String arg0, Object arg1)
putValue
in interface javax.servlet.http.HttpSession
public void removeAttribute(String arg0)
removeAttribute
in interface javax.servlet.http.HttpSession
public void removeValue(String arg0)
removeValue
in interface javax.servlet.http.HttpSession
public void setAttribute(String arg0, Object arg1)
setAttribute
in interface javax.servlet.http.HttpSession
public void setMaxInactiveInterval(int arg0)
setMaxInactiveInterval
in interface javax.servlet.http.HttpSession
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.