Uses of Interface
org.jboss.solder.util.Sortable

Packages that use Sortable
org.jboss.solder.beanManager A set of utilities for looking up the BeanManager from non-managed classes, which are not able to take advantage of injection. 
org.jboss.solder.resourceLoader An extensible, injectable resource loader that can provide provide URLs, managed input streams and sets of properties. 
org.jboss.solder.util A collection of utilities for Seam Solder 
 

Uses of Sortable in org.jboss.solder.beanManager
 

Subinterfaces of Sortable in org.jboss.solder.beanManager
 interface BeanManagerProvider
           BeanManagerProvider is the SPI for BeanManagerLocator which allows third parties to register a way of obtaining the BeanManager outside of CDI managed objects.
 

Uses of Sortable in org.jboss.solder.resourceLoader
 

Subinterfaces of Sortable in org.jboss.solder.resourceLoader
 interface ResourceLoader
           A ResourceLoader is a pluggable contract for loading resources.
 

Uses of Sortable in org.jboss.solder.util
 

Methods in org.jboss.solder.util with parameters of type Sortable
 int Sortable.Comparator.compare(Sortable arg1, Sortable arg2)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.