net.sf.jportlet.portlet
Interface PortletSession

All Known Implementing Classes:
PortletSessionImpl

public interface PortletSession

The PortletSession holds the user-specific data for a given that the portlet needs to personalize the one global portlet instance.

Author:
Herve Tchepannou

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)
           
 

Method Detail

getAttribute

public java.lang.Object getAttribute(java.lang.String name)

getAttributeNames

public java.util.Enumeration getAttributeNames()

getCreationTime

public long getCreationTime()

removeAttribute

public void removeAttribute(java.lang.String name)

setAttribute

public void setAttribute(java.lang.String name,
                         java.lang.Object value)


Copyright © 2002 Herve Tchepannou. All Rights Reserved.