|
WebSphere Portal 4.1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Implementations of this interface receive notifications of changes to the
attribute list on the portlet settings of a concrete portlet.
To recieve notification events, this interface has to be implemented
additionally to the Portlet interface.
Still under discussion: This is not really similar to the servlet context. The portlet settings are only available to one "portlet" and can not be changed by another portlet as in the case of the context. So, it is hard to explain in this case, why the portlet settings can be changed from someone else as the portlet itself. The servlet concept would call destroy and init.
| Method Summary | |
void |
attributeAdded(PortletSettingsAttributeEvent event)
Notification that a new attribute was added to the portlet settings. |
void |
attributeRemoved(PortletSettingsAttributeEvent event)
Notification that an existing attribute has been remved from the portlet settings. |
void |
attributeReplaced(PortletSettingsAttributeEvent event)
Notification that an attribute in the portlet settings has been replaced. |
| Method Detail |
public void attributeAdded(PortletSettingsAttributeEvent event)
event - the attribute eventpublic void attributeRemoved(PortletSettingsAttributeEvent event)
event - the attribute eventpublic void attributeReplaced(PortletSettingsAttributeEvent event)
event - the attribute event
|
WebSphere Portal 4.1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||