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

Constructor Summary
PortletSessionImpl()
           
 
Method Summary
 java.lang.Object getAttribute(java.lang.String name)
           
 java.util.Enumeration getAttributeNames()
           
 long getCreationTime()
           
 void removeAttribute(java.lang.String name)
           
 void setAttribute(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletSessionImpl

public PortletSessionImpl()
Method Detail

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.