public interface PortletInfoType<T> extends Child<T>, PortletPortletInfoCommonType<T,PortletInfoType<T>>
portlet-infoType
xsd typeModifier 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 title
PortletInfoType
String getTitle()
title
elementtitle
PortletInfoType<T> removeTitle()
title
elementPortletInfoType
PortletInfoType<T> shortTitle(String shortTitle)
short-title
elementshortTitle
- the value for the element short-title
PortletInfoType
String getShortTitle()
short-title
elementshort-title
PortletInfoType<T> removeShortTitle()
short-title
elementPortletInfoType
PortletInfoType<T> keywords(String keywords)
keywords
elementkeywords
- the value for the element keywords
PortletInfoType
String getKeywords()
keywords
elementkeywords
PortletInfoType<T> removeKeywords()
keywords
elementPortletInfoType
PortletInfoType<T> id(String id)
id
attributeid
- the value for the attribute id
PortletInfoType
String getId()
id
attributeid
PortletInfoType<T> removeId()
id
attributePortletInfoType
Copyright © 2019 JBoss by Red Hat. All rights reserved.