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 |
クラス 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.