ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.portletapp20.PortletInfoType

Packages that use PortletInfoType
org.jboss.shrinkwrap.descriptor.api.portletapp20 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of PortletInfoType in org.jboss.shrinkwrap.descriptor.api.portletapp20
 

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return PortletInfoType
 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
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.