woolpack.ee.mock
クラス MockHttpSession

java.lang.Object
  上位を拡張 woolpack.ee.mock.MockHttpSession
すべての実装されたインタフェース:
HttpSession

public class MockHttpSession
extends Object
implements HttpSession


コンストラクタの概要
MockHttpSession()
           
 
メソッドの概要
 Object getAttribute(String arg0)
           
 Enumeration getAttributeNames()
           
 long getCreationTime()
           
 String getId()
           
 long getLastAccessedTime()
           
 int getMaxInactiveInterval()
           
 ServletContext getServletContext()
           
 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)
           
 
クラス 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.