tutorial.portal
Class PortletDef
java.lang.Object
|
+--tutorial.portal.PortletDef
- public class PortletDef
- extends java.lang.Object
Defines a possible portlet; providing a unique id,
title, and the page and component path of the
Block
providing content.
- Version:
- $Id: PortletDef.java,v 1.1 2001/05/25 21:47:51 hship Exp $
- Author:
- Howard Ship
Constructor Summary |
PortletDef(int id,
java.lang.String title,
java.lang.String pageName,
java.lang.String componentPath)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletDef
public PortletDef(int id,
java.lang.String title,
java.lang.String pageName,
java.lang.String componentPath)
getModel
public PortletModel getModel()
getId
public int getId()
getTitle
public java.lang.String getTitle()