|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListenerType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaee6 | Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd |
org.jboss.shrinkwrap.descriptor.api.webapp30 | Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd |
org.jboss.shrinkwrap.descriptor.api.webcommon30 | Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.api.webfragment30 | Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.javaee6 | Provides the implementation classes as defined in the schema javaee_6.xsd |
org.jboss.shrinkwrap.descriptor.impl.webapp30 | Provides the implementation classes as defined in the schema web-app_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webcommon30 | Provides the implementation classes as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webfragment30 | Provides the implementation classes as defined in the schema web-fragment_3_0.xsd |
Uses of ListenerType in org.jboss.shrinkwrap.descriptor.api.javaee6 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return ListenerType | |
---|---|
ListenerType<T> |
ListenerType.removeAllDescription()
Removes the description element |
ListenerType<T> |
ListenerType.removeAllDisplayName()
Removes the display-name element |
ListenerType<T> |
ListenerType.removeAllIcon()
Removes all icon elements |
ListenerType<T> |
ListenerType.removeListenerClass()
Removes the listener-class element |
ListenerType<T> |
ListenerType.setDescription(java.lang.String description)
Creates a new description element |
ListenerType<T> |
ListenerType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ListenerType<T> |
ListenerType.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
ListenerType<T> |
ListenerType.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
ListenerType<T> |
ListenerType.setListenerClass(java.lang.String listenerClass)
If not already created, a new listener-class element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type ListenerType | |
---|---|
java.util.List<IconType<ListenerType<T>>> |
ListenerType.getIconList()
Returns all icon elements |
IconType<ListenerType<T>> |
ListenerType.icon()
Returns the icon element |
Uses of ListenerType in org.jboss.shrinkwrap.descriptor.api.webapp30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return ListenerType | |
---|---|
ListenerType<WebApp30Descriptor> |
WebApp30Descriptor.listener()
Returns the listener element |
Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type ListenerType | |
---|---|
java.util.List<ListenerType<WebApp30Descriptor>> |
WebApp30Descriptor.getListenerList()
Returns all listener elements |
Uses of ListenerType in org.jboss.shrinkwrap.descriptor.api.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return ListenerType | |
---|---|
ListenerType<WebFragmentType<T>> |
WebFragmentType.listener()
Returns the listener element |
ListenerType<WebAppType<T>> |
WebAppType.listener()
Returns the listener element |
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type ListenerType | |
---|---|
java.util.List<ListenerType<WebFragmentType<T>>> |
WebFragmentType.getListenerList()
Returns all listener elements |
java.util.List<ListenerType<WebAppType<T>>> |
WebAppType.getListenerList()
Returns all listener elements |
Uses of ListenerType in org.jboss.shrinkwrap.descriptor.api.webfragment30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return ListenerType | |
---|---|
ListenerType<WebFragment30Descriptor> |
WebFragment30Descriptor.listener()
Returns the listener element |
Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type ListenerType | |
---|---|
java.util.List<ListenerType<WebFragment30Descriptor>> |
WebFragment30Descriptor.getListenerList()
Returns all listener elements |
Uses of ListenerType in org.jboss.shrinkwrap.descriptor.impl.javaee6 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee6 that implement ListenerType | |
---|---|
class |
ListenerTypeImpl<T>
This class implements the listenerType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return ListenerType | |
---|---|
ListenerType<T> |
ListenerTypeImpl.removeAllDescription()
Removes the description element |
ListenerType<T> |
ListenerTypeImpl.removeAllDisplayName()
Removes the display-name element |
ListenerType<T> |
ListenerTypeImpl.removeAllIcon()
Removes all icon elements |
ListenerType<T> |
ListenerTypeImpl.removeListenerClass()
Removes the listener-class element |
ListenerType<T> |
ListenerTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
ListenerType<T> |
ListenerTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ListenerType<T> |
ListenerTypeImpl.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
ListenerType<T> |
ListenerTypeImpl.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
ListenerType<T> |
ListenerTypeImpl.setListenerClass(java.lang.String listenerClass)
If not already created, a new listener-class element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return types with arguments of type ListenerType | |
---|---|
java.util.List<IconType<ListenerType<T>>> |
ListenerTypeImpl.getIconList()
Returns all icon elements |
IconType<ListenerType<T>> |
ListenerTypeImpl.icon()
Returns the icon element |
Uses of ListenerType in org.jboss.shrinkwrap.descriptor.impl.webapp30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return ListenerType | |
---|---|
ListenerType<WebApp30Descriptor> |
WebApp30DescriptorImpl.listener()
Returns the listener element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type ListenerType | |
---|---|
java.util.List<ListenerType<WebApp30Descriptor>> |
WebApp30DescriptorImpl.getListenerList()
Returns all listener elements |
Uses of ListenerType in org.jboss.shrinkwrap.descriptor.impl.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return ListenerType | |
---|---|
ListenerType<WebFragmentType<T>> |
WebFragmentTypeImpl.listener()
Returns the listener element |
ListenerType<WebAppType<T>> |
WebAppTypeImpl.listener()
Returns the listener element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type ListenerType | |
---|---|
java.util.List<ListenerType<WebFragmentType<T>>> |
WebFragmentTypeImpl.getListenerList()
Returns all listener elements |
java.util.List<ListenerType<WebAppType<T>>> |
WebAppTypeImpl.getListenerList()
Returns all listener elements |
Uses of ListenerType in org.jboss.shrinkwrap.descriptor.impl.webfragment30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return ListenerType | |
---|---|
ListenerType<WebFragment30Descriptor> |
WebFragment30DescriptorImpl.listener()
Returns the listener element |
Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type ListenerType | |
---|---|
java.util.List<ListenerType<WebFragment30Descriptor>> |
WebFragment30DescriptorImpl.getListenerList()
Returns all listener elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |