|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletRequestAttributeListener
Implementations of this interface receive notifications of changes to the attribute list on the portlet request of a portlet application.
To receive notification events, the implementation class must be configured in the deployment descriptor for the portlet application.
| Method Summary | |
|---|---|
void |
attributeAdded(PortletRequestAttributeEvent prae)
Notification that a new attribute was added to the portlet request. |
void |
attributeRemoved(PortletRequestAttributeEvent prae)
Notification that an existing attribute has been removed from the portlet request. |
void |
attributeReplaced(PortletRequestAttributeEvent prae)
Notification that an attribute on the portlet request has been replaced. |
| Method Detail |
|---|
void attributeAdded(PortletRequestAttributeEvent prae)
prae - portlet request attribute eventvoid attributeRemoved(PortletRequestAttributeEvent prae)
prae - portlet request attribute eventvoid attributeReplaced(PortletRequestAttributeEvent prae)
prae - portlet request attribute event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||