org.jboss.portal.core.model.content.spi.portlet
Interface ContentPortlet


public interface ContentPortlet

Define the portlet integration for content interactions.

Version:
$Revision: 1.1 $
Author:
Julien Viet

Field Summary
static Mode EDIT_CONTENT_MODE
          The edit content mode.
 
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.
 

Field Detail

EDIT_CONTENT_MODE

static final Mode EDIT_CONTENT_MODE
The edit content mode.

Method Detail

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