org.jboss.portal.core.impl.model.content.portlet
Class PortletContent
java.lang.Object
org.jboss.portal.core.impl.model.content.AbstractContent
org.jboss.portal.core.impl.model.content.portlet.PortletContent
- All Implemented Interfaces:
- Content
public class PortletContent
- extends AbstractContent
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletContent
public PortletContent(InternalPortletContentProvider handler,
java.lang.String contextId,
ContentState state)
getDisplayName
public LocalizedString getDisplayName()
- Description copied from interface:
Content
- Return a localized display name of the content.
- Returns:
- the content display name
setURI
public void setURI(java.lang.String uri)
- Description copied from interface:
Content
- Updates the content URI.
- Specified by:
setURI
in interface Content
- Overrides:
setURI
in class AbstractContent
- Parameters:
uri
- the new content URI value
getInstanceRef
public java.lang.String getInstanceRef()
setInstanceRef
public void setInstanceRef(java.lang.String instanceRef)