ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return PortletPreferencesType
 PortletPreferencesType<PortletType<T>> PortletType.getOrCreatePortletPreferences()
          If not already created, a new portlet-preferences element with the given value will be created.
 PortletPreferencesType<T> PortletPreferencesType.id(String id)
          Sets the id attribute
 PortletPreferencesType<T> PortletPreferencesType.preferencesValidator(String preferencesValidator)
          Sets the preferences-validator element
 PortletPreferencesType<T> PortletPreferencesType.removeAllPreference()
          Removes all preference elements
 PortletPreferencesType<T> PortletPreferencesType.removeId()
          Removes the id attribute
 PortletPreferencesType<T> PortletPreferencesType.removePreferencesValidator()
          Removes the preferences-validator element
 

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return types with arguments of type PortletPreferencesType
 PreferenceType<PortletPreferencesType<T>> PortletPreferencesType.createPreference()
          Creates a new preference element
 List<PreferenceType<PortletPreferencesType<T>>> PortletPreferencesType.getAllPreference()
          Returns all preference elements
 PreferenceType<PortletPreferencesType<T>> PortletPreferencesType.getOrCreatePreference()
          If not already created, a new preference element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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