org.jboss.portal.core.model.content.spi.portlet
Interface ContentPortlet
public interface ContentPortlet
Define the portlet integration for content interactions.
- Version:
- $Revision: 8786 $
- Author:
- Julien Viet
Method Summary |
java.lang.String |
getPortletName(Mode mode)
Return the portlet name to use for handling the specified mode or null if the mode is not handled. |
EDIT_CONTENT_MODE
static final Mode EDIT_CONTENT_MODE
- The edit content mode.
getPortletName
java.lang.String getPortletName(Mode mode)
- Return the portlet name to use for handling the specified mode or null if the mode is not handled.
- Parameters:
mode
- the mode
- Returns:
- the portlet name