ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return ListenerType
 ListenerType<PortletAppType<T>> PortletAppType.createListener()
          Creates a new listener element
 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<PortletAppType<T>> PortletAppType.getOrCreateListener()
          If not already created, a new listener element will be created and returned.
 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
 

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