org.apache.pluto.descriptors.portlet
Class PortletInfoDD
java.lang.Object
org.apache.pluto.descriptors.portlet.PortletInfoDD
public class PortletInfoDD
- extends Object
Implementation of the Portlet Info descriptor element.
- Since:
- 1.1.0-SNAPSHOT
Java class for portlet-infoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="portlet-infoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}titleType" minOccurs="0"/>
<element name="short-title" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}short-titleType" minOccurs="0"/>
<element name="keywords" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}keywordsType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletInfoDD
public PortletInfoDD()
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getKeywords
public String getKeywords()
setKeywords
public void setKeywords(String keywords)
getShortTitle
public String getShortTitle()
setShortTitle
public void setShortTitle(String shortTitle)
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.