ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.ListenerType

Packages that use ListenerType
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of ListenerType in org.jboss.shrinkwrap.descriptor.api.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return ListenerType
 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<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.removeAllIcon()
          Removes all icon elements
 ListenerType<T> ListenerType.removeListenerClass()
          Removes the listener-class element
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type ListenerType
 IconType<ListenerType<T>> ListenerType.createIcon()
          Creates a new icon element
 List<IconType<ListenerType<T>>> ListenerType.getAllIcon()
          Returns all icon elements
 IconType<ListenerType<T>> ListenerType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 

Uses of ListenerType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return ListenerType
 ListenerType<WebAppDescriptor> WebAppDescriptor.createListener()
          Creates a new listener element
 ListenerType<WebAppDescriptor> WebAppDescriptor.getOrCreateListener()
          If not already created, a new listener element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type ListenerType
 List<ListenerType<WebAppDescriptor>> WebAppDescriptor.getAllListener()
          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.createListener()
          Creates a new listener element
 ListenerType<WebAppType<T>> WebAppType.createListener()
          Creates a new listener element
 ListenerType<WebFragmentType<T>> WebFragmentType.getOrCreateListener()
          If not already created, a new listener element will be created and returned.
 ListenerType<WebAppType<T>> WebAppType.getOrCreateListener()
          If not already created, a new listener element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type ListenerType
 List<ListenerType<WebFragmentType<T>>> WebFragmentType.getAllListener()
          Returns all listener elements
 List<ListenerType<WebAppType<T>>> WebAppType.getAllListener()
          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<WebFragmentDescriptor> WebFragmentDescriptor.createListener()
          Creates a new listener element
 ListenerType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateListener()
          If not already created, a new listener element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type ListenerType
 List<ListenerType<WebFragmentDescriptor>> WebFragmentDescriptor.getAllListener()
          Returns all listener elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.