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 |
---|---|
EventDefinitionType<T> |
EventDefinitionType.alias(String... values)
Creates for all String objects representing
alias elements,
a new alias element |
EventDefinitionType<PortletDescriptor> |
PortletDescriptor.createEventDefinition()
Creates a new
event-definition element |
EventDefinitionType<T> |
EventDefinitionType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
EventDefinitionType<PortletDescriptor> |
PortletDescriptor.getOrCreateEventDefinition()
If not already created, a new
event-definition element will be created and returned. |
EventDefinitionType<T> |
EventDefinitionType.id(String id)
Sets the
id attribute |
EventDefinitionType<T> |
EventDefinitionType.name(String name)
Sets the
name element |
EventDefinitionType<T> |
EventDefinitionType.qname(String qname)
Sets the
qname element |
EventDefinitionType<T> |
EventDefinitionType.removeAllAlias()
Removes the
alias element |
EventDefinitionType<T> |
EventDefinitionType.removeAllDescription()
Removes the
description element |
EventDefinitionType<T> |
EventDefinitionType.removeId()
Removes the
id attribute |
EventDefinitionType<T> |
EventDefinitionType.removeName()
Removes the
name element |
EventDefinitionType<T> |
EventDefinitionType.removeQname()
Removes the
qname element |
EventDefinitionType<T> |
EventDefinitionType.removeValueType()
Removes the
value-type element |
EventDefinitionType<T> |
EventDefinitionType.valueType(String valueType)
Sets the
value-type element |
Modifier and Type | Method and Description |
---|---|
List<EventDefinitionType<PortletDescriptor>> |
PortletDescriptor.getAllEventDefinition()
Returns all
event-definition elements |
Copyright © 2019 JBoss by Red Hat. All rights reserved.