org.apache.pluto.descriptors.portlet
Class PortletInfoDD
java.lang.Object
org.apache.pluto.descriptors.portlet.PortletInfoDD
public class PortletInfoDD
- extends java.lang.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 java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getKeywords
public java.lang.String getKeywords()
setKeywords
public void setKeywords(java.lang.String keywords)
getShortTitle
public java.lang.String getShortTitle()
setShortTitle
public void setShortTitle(java.lang.String shortTitle)
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.