ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return UserAttributeType
 UserAttributeType<PortletAppType<T>> PortletAppType.createUserAttribute()
          Creates a new user-attribute element
 UserAttributeType<PortletDescriptor> PortletDescriptor.createUserAttribute()
          Creates a new user-attribute element
 UserAttributeType<T> UserAttributeType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 UserAttributeType<PortletAppType<T>> PortletAppType.getOrCreateUserAttribute()
          If not already created, a new user-attribute element will be created and returned.
 UserAttributeType<PortletDescriptor> PortletDescriptor.getOrCreateUserAttribute()
          If not already created, a new user-attribute element will be created and returned.
 UserAttributeType<T> UserAttributeType.id(String id)
          Sets the id attribute
 UserAttributeType<T> UserAttributeType.name(String name)
          Sets the name element
 UserAttributeType<T> UserAttributeType.removeAllDescription()
          Removes the description element
 UserAttributeType<T> UserAttributeType.removeId()
          Removes the id attribute
 UserAttributeType<T> UserAttributeType.removeName()
          Removes the name element
 

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return types with arguments of type UserAttributeType
 List<UserAttributeType<PortletAppType<T>>> PortletAppType.getAllUserAttribute()
          Returns all user-attribute elements
 List<UserAttributeType<PortletDescriptor>> PortletDescriptor.getAllUserAttribute()
          Returns all user-attribute elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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