org.jboss.portal.core.model.content.spi
Interface ContentProvider


public interface ContentProvider

Version:
$Revision: 1.1 $
Author:
Julien Viet

Method Summary
 ContentType getContentType()
          Return the content type value.
 LocalizedString getDescription()
          Returns the description.
 LocalizedString getDisplayName()
          Returns the display name.
 ContentHandler getHandler()
          Returns the handler.
 ContentPortlet getPortletInfo()
          Returns the portlet info
 

Method Detail

getContentType

ContentType getContentType()
Return the content type value.

Returns:
the content type

getDisplayName

LocalizedString getDisplayName()
Returns the display name.

Returns:
the display name

getDescription

LocalizedString getDescription()
Returns the description.

Returns:
the description

getHandler

ContentHandler getHandler()
Returns the handler.

Returns:
the handler

getPortletInfo

ContentPortlet getPortletInfo()
Returns the portlet info

Returns:
the portlet info