woolpack.ee.mock
クラス MockHttpSession
java.lang.Object
woolpack.ee.mock.MockHttpSession
- すべての実装されたインタフェース:
- HttpSession
public class MockHttpSession
- extends Object
- implements HttpSession
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockHttpSession
public MockHttpSession()
getCreationTime
public long getCreationTime()
- 定義:
- インタフェース
HttpSession
内の getCreationTime
getId
public String getId()
- 定義:
- インタフェース
HttpSession
内の getId
getLastAccessedTime
public long getLastAccessedTime()
- 定義:
- インタフェース
HttpSession
内の getLastAccessedTime
getServletContext
public ServletContext getServletContext()
- 定義:
- インタフェース
HttpSession
内の getServletContext
setMaxInactiveInterval
public void setMaxInactiveInterval(int arg0)
- 定義:
- インタフェース
HttpSession
内の setMaxInactiveInterval
getMaxInactiveInterval
public int getMaxInactiveInterval()
- 定義:
- インタフェース
HttpSession
内の getMaxInactiveInterval
getSessionContext
public HttpSessionContext getSessionContext()
- 定義:
- インタフェース
HttpSession
内の getSessionContext
getAttribute
public Object getAttribute(String arg0)
- 定義:
- インタフェース
HttpSession
内の getAttribute
getValue
public Object getValue(String arg0)
- 定義:
- インタフェース
HttpSession
内の getValue
getAttributeNames
public Enumeration getAttributeNames()
- 定義:
- インタフェース
HttpSession
内の getAttributeNames
getValueNames
public String[] getValueNames()
- 定義:
- インタフェース
HttpSession
内の getValueNames
setAttribute
public void setAttribute(String arg0,
Object arg1)
- 定義:
- インタフェース
HttpSession
内の setAttribute
putValue
public void putValue(String arg0,
Object arg1)
- 定義:
- インタフェース
HttpSession
内の putValue
removeAttribute
public void removeAttribute(String arg0)
- 定義:
- インタフェース
HttpSession
内の removeAttribute
removeValue
public void removeValue(String arg0)
- 定義:
- インタフェース
HttpSession
内の removeValue
invalidate
public void invalidate()
- 定義:
- インタフェース
HttpSession
内の invalidate
isNew
public boolean isNew()
- 定義:
- インタフェース
HttpSession
内の isNew
Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.