Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.portletapp20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PortletInfoType<PortletType<T>> |
PortletType.getOrCreatePortletInfo()
If not already created, a new
portlet-info element with the given value will be created. |
PortletInfoType<T> |
PortletInfoType.id(String id)
Sets the
id attribute |
PortletInfoType<T> |
PortletInfoType.keywords(String keywords)
Sets the
keywords element |
PortletInfoType<T> |
PortletInfoType.removeId()
Removes the
id attribute |
PortletInfoType<T> |
PortletInfoType.removeKeywords()
Removes the
keywords element |
PortletInfoType<T> |
PortletInfoType.removeShortTitle()
Removes the
short-title element |
PortletInfoType<T> |
PortletInfoType.removeTitle()
Removes the
title element |
PortletInfoType<T> |
PortletInfoType.shortTitle(String shortTitle)
Sets the
short-title element |
PortletInfoType<T> |
PortletInfoType.title(String title)
Sets the
title element |
Copyright © 2016 JBoss by Red Hat. All rights reserved.