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 |
---|---|
ListenerType<PortletDescriptor> |
PortletDescriptor.createListener()
Creates a new
listener element |
ListenerType<T> |
ListenerType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ListenerType<T> |
ListenerType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
ListenerType<PortletDescriptor> |
PortletDescriptor.getOrCreateListener()
If not already created, a new
listener element will be created and returned. |
ListenerType<T> |
ListenerType.id(String id)
Sets the
id attribute |
ListenerType<T> |
ListenerType.listenerClass(String listenerClass)
Sets the
listener-class element |
ListenerType<T> |
ListenerType.removeAllDescription()
Removes the
description element |
ListenerType<T> |
ListenerType.removeAllDisplayName()
Removes the
display-name element |
ListenerType<T> |
ListenerType.removeId()
Removes the
id attribute |
ListenerType<T> |
ListenerType.removeListenerClass()
Removes the
listener-class element |
Modifier and Type | Method and Description |
---|---|
List<ListenerType<PortletDescriptor>> |
PortletDescriptor.getAllListener()
Returns all
listener elements |
Copyright © 2021 JBoss by Red Hat. All rights reserved.