org.apache.webbeans.web.lifecycle.test
Class MockHttpSession
java.lang.Object
org.apache.webbeans.web.lifecycle.test.MockHttpSession
- All Implemented Interfaces:
- HttpSession
public class MockHttpSession
- extends Object
- implements HttpSession
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockHttpSession
public MockHttpSession()
getAttribute
public Object getAttribute(String arg0)
- Specified by:
getAttribute in interface HttpSession
getAttributeNames
public Enumeration getAttributeNames()
- Specified by:
getAttributeNames in interface HttpSession
getCreationTime
public long getCreationTime()
- Specified by:
getCreationTime in interface HttpSession
getId
public String getId()
- Specified by:
getId in interface HttpSession
getLastAccessedTime
public long getLastAccessedTime()
- Specified by:
getLastAccessedTime in interface HttpSession
getMaxInactiveInterval
public int getMaxInactiveInterval()
- Specified by:
getMaxInactiveInterval in interface HttpSession
getServletContext
public ServletContext getServletContext()
- Specified by:
getServletContext in interface HttpSession
getSessionContext
public HttpSessionContext getSessionContext()
- Specified by:
getSessionContext in interface HttpSession
getValue
public Object getValue(String arg0)
- Specified by:
getValue in interface HttpSession
getValueNames
public String[] getValueNames()
- Specified by:
getValueNames in interface HttpSession
invalidate
public void invalidate()
- Specified by:
invalidate in interface HttpSession
isNew
public boolean isNew()
- Specified by:
isNew in interface HttpSession
putValue
public void putValue(String arg0,
Object arg1)
- Specified by:
putValue in interface HttpSession
removeAttribute
public void removeAttribute(String arg0)
- Specified by:
removeAttribute in interface HttpSession
removeValue
public void removeValue(String arg0)
- Specified by:
removeValue in interface HttpSession
setAttribute
public void setAttribute(String arg0,
Object arg1)
- Specified by:
setAttribute in interface HttpSession
setMaxInactiveInterval
public void setMaxInactiveInterval(int arg0)
- Specified by:
setMaxInactiveInterval in interface HttpSession
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.