net.sf.jportlet.impl
Class PortletSessionImpl
java.lang.Object
|
+--net.sf.jportlet.impl.PortletSessionImpl
- All Implemented Interfaces:
- PortletSession, java.io.Serializable
- public class PortletSessionImpl
- extends java.lang.Object
- implements PortletSession, java.io.Serializable
Implementation of PortletSession
- Author:
- Herve Tchepannou
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletSessionImpl
public PortletSessionImpl()
getAttribute
public java.lang.Object getAttribute(java.lang.String name)
- Specified by:
getAttribute
in interface PortletSession
- See Also:
PortletSession.getAttribute(java.lang.String)
getAttributeNames
public java.util.Enumeration getAttributeNames()
- Specified by:
getAttributeNames
in interface PortletSession
- See Also:
PortletSession.getAttributeNames()
getCreationTime
public long getCreationTime()
- Specified by:
getCreationTime
in interface PortletSession
- See Also:
PortletSession.getCreationTime()
removeAttribute
public void removeAttribute(java.lang.String name)
- Specified by:
removeAttribute
in interface PortletSession
- See Also:
PortletSession.removeAttribute(java.lang.String)
setAttribute
public void setAttribute(java.lang.String name,
java.lang.Object value)
- Specified by:
setAttribute
in interface PortletSession
- See Also:
PortletSession.setAttribute(java.lang.String, java.lang.Object)
Copyright © 2002 Herve Tchepannou. All Rights Reserved.