This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.jetspeed.layout.impl
Class PortletInfo
java.lang.Object
   org.apache.jetspeed.layout.impl.PortletInfo
org.apache.jetspeed.layout.impl.PortletInfo
- public class PortletInfo 
- extends Object
Portlet Info populated into AJAX XML response per portlet
- Version:
- $Id: $
- Author:
- David Gurney, David Sean Taylor
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
name
private String name
displayName
private String displayName
description
private String description
image
private String image
PortletInfo
public PortletInfo(String name,
                   String displayName,
                   String description,
                   String image)
getDescription
public String getDescription()
- 
- Returns:
- Returns the description.
 
getDisplayName
public String getDisplayName()
- 
- Returns:
- Returns the displayName.
 
getName
public String getName()
- 
- Returns:
- Returns the name.
 
getImage
public String getImage()
- 
- Returns:
- Returns the image.
 
setImage
public void setImage(String image)
- 
- Parameters:
- image- The image to set.
 
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.