ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

Packages that use IconType
org.jboss.shrinkwrap.descriptor.api.application6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.connector16 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.jsp22 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 IconType in org.jboss.shrinkwrap.descriptor.api.application6
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return IconType
 IconType<ApplicationType<T>> ApplicationType.createIcon()
          Creates a new icon element
 IconType<ApplicationDescriptor> ApplicationDescriptor.createIcon()
          Creates a new icon element
 IconType<ApplicationType<T>> ApplicationType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<ApplicationDescriptor> ApplicationDescriptor.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type IconType
 List<IconType<ApplicationType<T>>> ApplicationType.getAllIcon()
          Returns all icon elements
 List<IconType<ApplicationDescriptor>> ApplicationDescriptor.getAllIcon()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.connector16
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector16 that return IconType
 IconType<ConnectorDescriptor> ConnectorDescriptor.createIcon()
          Creates a new icon element
 IconType<ConnectorType<T>> ConnectorType.createIcon()
          Creates a new icon element
 IconType<ConnectorDescriptor> ConnectorDescriptor.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<ConnectorType<T>> ConnectorType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector16 that return types with arguments of type IconType
 List<IconType<ConnectorDescriptor>> ConnectorDescriptor.getAllIcon()
          Returns all icon elements
 List<IconType<ConnectorType<T>>> ConnectorType.getAllIcon()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return IconType
 IconType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createIcon()
          Creates a new icon element
 IconType<SessionBeanType<T>> SessionBeanType.createIcon()
          Creates a new icon element
 IconType<EjbJarType<T>> EjbJarType.createIcon()
          Creates a new icon element
 IconType<EntityBeanType<T>> EntityBeanType.createIcon()
          Creates a new icon element
 IconType<EjbJarDescriptor> EjbJarDescriptor.createIcon()
          Creates a new icon element
 IconType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<SessionBeanType<T>> SessionBeanType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<EjbJarType<T>> EjbJarType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<EntityBeanType<T>> EntityBeanType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<EjbJarDescriptor> EjbJarDescriptor.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type IconType
 List<IconType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllIcon()
          Returns all icon elements
 List<IconType<SessionBeanType<T>>> SessionBeanType.getAllIcon()
          Returns all icon elements
 List<IconType<EjbJarType<T>>> EjbJarType.getAllIcon()
          Returns all icon elements
 List<IconType<EntityBeanType<T>>> EntityBeanType.getAllIcon()
          Returns all icon elements
 List<IconType<EjbJarDescriptor>> EjbJarDescriptor.getAllIcon()
          Returns all icon elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return IconType
 IconType<MessageDestinationType<T>> MessageDestinationType.createIcon()
          Creates a new icon element
 IconType<ListenerType<T>> ListenerType.createIcon()
          Creates a new icon element
 IconType<MessageDestinationType<T>> MessageDestinationType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<ListenerType<T>> ListenerType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<T> IconType.largeIcon(String largeIcon)
          Sets the large-icon element
 IconType<T> IconType.removeLargeIcon()
          Removes the large-icon element
 IconType<T> IconType.removeSmallIcon()
          Removes the small-icon element
 IconType<T> IconType.smallIcon(String smallIcon)
          Sets the small-icon element
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type IconType
 List<IconType<MessageDestinationType<T>>> MessageDestinationType.getAllIcon()
          Returns all icon elements
 List<IconType<ListenerType<T>>> ListenerType.getAllIcon()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 that return IconType
 IconType<HandlerType<T>> HandlerType.createIcon()
          Creates a new icon element
 IconType<ServiceRefType<T>> ServiceRefType.createIcon()
          Creates a new icon element
 IconType<HandlerType<T>> HandlerType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<ServiceRefType<T>> ServiceRefType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 that return types with arguments of type IconType
 List<IconType<HandlerType<T>>> HandlerType.getAllIcon()
          Returns all icon elements
 List<IconType<ServiceRefType<T>>> ServiceRefType.getAllIcon()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.jsp22
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsp22 that return IconType
 IconType<JspPropertyGroupType<T>> JspPropertyGroupType.createIcon()
          Creates a new icon element
 IconType<JspPropertyGroupType<T>> JspPropertyGroupType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsp22 that return types with arguments of type IconType
 List<IconType<JspPropertyGroupType<T>>> JspPropertyGroupType.getAllIcon()
          Returns all icon elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return IconType
 IconType<WebAppDescriptor> WebAppDescriptor.createIcon()
          Creates a new icon element
 IconType<WebAppDescriptor> WebAppDescriptor.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type IconType
 List<IconType<WebAppDescriptor>> WebAppDescriptor.getAllIcon()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return IconType
 IconType<WebFragmentType<T>> WebFragmentType.createIcon()
          Creates a new icon element
 IconType<FilterType<T>> FilterType.createIcon()
          Creates a new icon element
 IconType<ServletType<T>> ServletType.createIcon()
          Creates a new icon element
 IconType<WebAppType<T>> WebAppType.createIcon()
          Creates a new icon element
 IconType<WebFragmentType<T>> WebFragmentType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<FilterType<T>> FilterType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<ServletType<T>> ServletType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 IconType<WebAppType<T>> WebAppType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type IconType
 List<IconType<WebFragmentType<T>>> WebFragmentType.getAllIcon()
          Returns all icon elements
 List<IconType<FilterType<T>>> FilterType.getAllIcon()
          Returns all icon elements
 List<IconType<ServletType<T>>> ServletType.getAllIcon()
          Returns all icon elements
 List<IconType<WebAppType<T>>> WebAppType.getAllIcon()
          Returns all icon elements
 

Uses of IconType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return IconType
 IconType<WebFragmentDescriptor> WebFragmentDescriptor.createIcon()
          Creates a new icon element
 IconType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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