Overview Package Class Tree Serialized Deprecated Index Help PREV class NEXT class SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
org.apache.jetspeed.portlet
Interface PortletAction
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- DefaultPortletAction
- public interface PortletAction
- extends java.io.Serializable
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.
- Since:
- 4.1
- See Also:
- PortletURI, ActionEvent
- Note:
This interface is designed to be implemented by clients.
Overview Package Class Tree Serialized Deprecated Index Help PREV class NEXT class SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.