org.apache.jetspeed.layout.impl
Class PortletInfo

java.lang.Object
  extended by 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

Field Summary
private  String description
           
private  String displayName
           
private  String image
           
private  String name
           
 
Constructor Summary
PortletInfo(String name, String displayName, String description, String image)
           
 
Method Summary
 String getDescription()
           
 String getDisplayName()
           
 String getImage()
           
 String getName()
           
 void setImage(String image)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

displayName

private String displayName

description

private String description

image

private String image
Constructor Detail

PortletInfo

public PortletInfo(String name,
                   String displayName,
                   String description,
                   String image)
Method Detail

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.