org.seasar.framework.mock.portlet
クラス MockPortletSessionImpl

java.lang.Object
  拡張org.seasar.framework.mock.portlet.MockPortletSessionImpl
すべての実装インタフェース:
MockPortletSession, javax.portlet.PortletSession

public class MockPortletSessionImpl
extends Object
implements MockPortletSession

作成者:
shinsuke

フィールドの概要
 
インタフェース javax.portlet.PortletSession から継承したフィールド
APPLICATION_SCOPE, PORTLET_SCOPE
 
コンストラクタの概要
MockPortletSessionImpl(javax.portlet.PortletContext portletContext)
           
 
メソッドの概要
 void access()
           
 Object getAttribute(String name)
           
 Object getAttribute(String name, int scope)
           
 Enumeration getAttributeNames()
           
 Enumeration getAttributeNames(int scope)
           
 long getCreationTime()
           
 String getId()
           
 long getLastAccessedTime()
           
 int getMaxInactiveInterval()
           
 javax.portlet.PortletContext getPortletContext()
           
 void invalidate()
           
 boolean isNew()
           
 boolean isValid()
           
 void removeAttribute(String name)
           
 void removeAttribute(String name, int scope)
           
 void setAttribute(String name, Object value)
           
 void setAttribute(String name, Object value, int scope)
           
 void setMaxInactiveInterval(int maxInactiveInterval)
           
 void setValid(boolean valid)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MockPortletSessionImpl

public MockPortletSessionImpl(javax.portlet.PortletContext portletContext)
メソッドの詳細

getAttribute

public Object getAttribute(String name)
定義:
インタフェース javax.portlet.PortletSession 内の getAttribute

getAttribute

public Object getAttribute(String name,
                           int scope)
定義:
インタフェース javax.portlet.PortletSession 内の getAttribute

getAttributeNames

public Enumeration getAttributeNames()
定義:
インタフェース javax.portlet.PortletSession 内の getAttributeNames

getAttributeNames

public Enumeration getAttributeNames(int scope)
定義:
インタフェース javax.portlet.PortletSession 内の getAttributeNames

getCreationTime

public long getCreationTime()
定義:
インタフェース javax.portlet.PortletSession 内の getCreationTime

getId

public String getId()
定義:
インタフェース javax.portlet.PortletSession 内の getId

getLastAccessedTime

public long getLastAccessedTime()
定義:
インタフェース javax.portlet.PortletSession 内の getLastAccessedTime

getMaxInactiveInterval

public int getMaxInactiveInterval()
定義:
インタフェース javax.portlet.PortletSession 内の getMaxInactiveInterval

invalidate

public void invalidate()
定義:
インタフェース javax.portlet.PortletSession 内の invalidate

isNew

public boolean isNew()
定義:
インタフェース javax.portlet.PortletSession 内の isNew

removeAttribute

public void removeAttribute(String name)
定義:
インタフェース javax.portlet.PortletSession 内の removeAttribute

removeAttribute

public void removeAttribute(String name,
                            int scope)
定義:
インタフェース javax.portlet.PortletSession 内の removeAttribute

setAttribute

public void setAttribute(String name,
                         Object value)
定義:
インタフェース javax.portlet.PortletSession 内の setAttribute

setAttribute

public void setAttribute(String name,
                         Object value,
                         int scope)
定義:
インタフェース javax.portlet.PortletSession 内の setAttribute

setMaxInactiveInterval

public void setMaxInactiveInterval(int maxInactiveInterval)
定義:
インタフェース javax.portlet.PortletSession 内の setMaxInactiveInterval

getPortletContext

public javax.portlet.PortletContext getPortletContext()
定義:
インタフェース javax.portlet.PortletSession 内の getPortletContext

access

public void access()
定義:
インタフェース MockPortletSession 内の access

isValid

public boolean isValid()
定義:
インタフェース MockPortletSession 内の isValid

setValid

public void setValid(boolean valid)
定義:
インタフェース MockPortletSession 内の setValid


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.