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 |
---|---|
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<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 |
Modifier and Type | Method and Description |
---|---|
List<UserAttributeType<PortletDescriptor>> |
PortletDescriptor.getAllUserAttribute()
Returns all
user-attribute elements |
Copyright © 2019 JBoss by Red Hat. All rights reserved.