| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletAction
The PortletAction can be implemented to define portlet-specific actions that need to be executed for specific URIs.
A portlet action can carry any information. It should however not store a request, response, or session object. This information is part of the action event that will be sent to the registered action listener(s).
For performance reasons, portlet programmers should use simple portlet actions (simple strings) instead where possible.
This interface is designed to be implemented by clients. |
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |