net.sf.jportlet.portlet
Interface PortletSettings

All Superinterfaces:
PortletData
All Known Implementing Classes:
PortletSettingsImpl

public interface PortletSettings
extends PortletData

The PortletSettings interface provides the portlet with its dynamic configuration. The configuration holds information about the portlet that is valid per concrete portlet for all users, and is maintained by the administrator. The portlet can therefore only read the dynamic configuration.

Author:
Herve Tchepannou

Methods inherited from interface net.sf.jportlet.portlet.PortletData
getAttribute, getAttribute, getAttributeNames, removeAttribute, setAttribute, store
 



Copyright © 2002 Herve Tchepannou. All Rights Reserved.