
public interface PortletInfoType<T> extends Child<T>, PortletPortletInfoCommonType<T,PortletInfoType<T>>
portlet-infoType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the
id attribute |
String |
getKeywords()
Returns the
keywords element |
String |
getShortTitle()
Returns the
short-title element |
String |
getTitle()
Returns the
title element |
PortletInfoType<T> |
id(String id)
Sets the
id attribute |
PortletInfoType<T> |
keywords(String keywords)
Sets the
keywords element |
PortletInfoType<T> |
removeId()
Removes the
id attribute |
PortletInfoType<T> |
removeKeywords()
Removes the
keywords element |
PortletInfoType<T> |
removeShortTitle()
Removes the
short-title element |
PortletInfoType<T> |
removeTitle()
Removes the
title element |
PortletInfoType<T> |
shortTitle(String shortTitle)
Sets the
short-title element |
PortletInfoType<T> |
title(String title)
Sets the
title element |
PortletInfoType<T> title(String title)
title elementtitle - the value for the element titlePortletInfoTypeString getTitle()
title elementtitlePortletInfoType<T> removeTitle()
title elementPortletInfoTypePortletInfoType<T> shortTitle(String shortTitle)
short-title elementshortTitle - the value for the element short-titlePortletInfoTypeString getShortTitle()
short-title elementshort-titlePortletInfoType<T> removeShortTitle()
short-title elementPortletInfoTypePortletInfoType<T> keywords(String keywords)
keywords elementkeywords - the value for the element keywordsPortletInfoTypeString getKeywords()
keywords elementkeywordsPortletInfoType<T> removeKeywords()
keywords elementPortletInfoTypePortletInfoType<T> id(String id)
id attributeid - the value for the attribute idPortletInfoTypeString getId()
id attributeidPortletInfoType<T> removeId()
id attributePortletInfoTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.