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 |
---|---|
EventDefinitionReferenceType<PortletType<T>> |
PortletType.createSupportedProcessingEvent()
Creates a new
supported-processing-event element |
EventDefinitionReferenceType<PortletType<T>> |
PortletType.createSupportedPublishingEvent()
Creates a new
supported-publishing-event element |
EventDefinitionReferenceType<PortletType<T>> |
PortletType.getOrCreateSupportedProcessingEvent()
If not already created, a new
supported-processing-event element will be created and returned. |
EventDefinitionReferenceType<PortletType<T>> |
PortletType.getOrCreateSupportedPublishingEvent()
If not already created, a new
supported-publishing-event element will be created and returned. |
EventDefinitionReferenceType<T> |
EventDefinitionReferenceType.id(String id)
Sets the
id attribute |
EventDefinitionReferenceType<T> |
EventDefinitionReferenceType.name(String name)
Sets the
name element |
EventDefinitionReferenceType<T> |
EventDefinitionReferenceType.qname(String qname)
Sets the
qname element |
EventDefinitionReferenceType<T> |
EventDefinitionReferenceType.removeId()
Removes the
id attribute |
EventDefinitionReferenceType<T> |
EventDefinitionReferenceType.removeName()
Removes the
name element |
EventDefinitionReferenceType<T> |
EventDefinitionReferenceType.removeQname()
Removes the
qname element |
Modifier and Type | Method and Description |
---|---|
List<EventDefinitionReferenceType<PortletType<T>>> |
PortletType.getAllSupportedProcessingEvent()
Returns all
supported-processing-event elements |
List<EventDefinitionReferenceType<PortletType<T>>> |
PortletType.getAllSupportedPublishingEvent()
Returns all
supported-publishing-event elements |
Copyright © 2021 JBoss by Red Hat. All rights reserved.