|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventDefinitionReferenceType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.portletapp20 | Provides the interfaces and enumeration types as defined in the schema |
Uses of EventDefinitionReferenceType in org.jboss.shrinkwrap.descriptor.api.portletapp20 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return EventDefinitionReferenceType | |
---|---|
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 |
Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return types with arguments of type EventDefinitionReferenceType | |
---|---|
List<EventDefinitionReferenceType<PortletType<T>>> |
PortletType.getAllSupportedProcessingEvent()
Returns all supported-processing-event elements |
List<EventDefinitionReferenceType<PortletType<T>>> |
PortletType.getAllSupportedPublishingEvent()
Returns all supported-publishing-event elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |