ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

Packages that use ListenerType
org.jboss.shrinkwrap.descriptor.api.j2ee14 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 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.j2ee14 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.jsptaglibrary20
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 that return types with arguments of type ListenerType
 List<ListenerType<TldTaglibType<T>>> TldTaglibType.getAllListener()
          Returns all listener elements
 List<ListenerType<WebJsptaglibraryDescriptor>> WebJsptaglibraryDescriptor.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.