The Spring Framework

Uses of Interface
org.springframework.core.PriorityOrdered

Packages that use PriorityOrdered
org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration. 
org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories. 
org.springframework.context.annotation Annotation support for context configuration, including classpath scanning for autowire candidates. 
org.springframework.orm.jpa.support Classes supporting the org.springframework.orm.jpa package. 
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations and various utility classes. 
 

Uses of PriorityOrdered in org.springframework.beans.factory.annotation
 

Classes in org.springframework.beans.factory.annotation that implement PriorityOrdered
 class AutowiredAnnotationBeanPostProcessor
          BeanPostProcessor implementation that autowires annotated fields, setter methods and arbitrary config methods.
 class InitDestroyAnnotationBeanPostProcessor
          BeanPostProcessor implementation that invokes annotated init and destroy methods.
 

Uses of PriorityOrdered in org.springframework.beans.factory.config
 

Classes in org.springframework.beans.factory.config that implement PriorityOrdered
 class PreferencesPlaceholderConfigurer
          Subclass of PropertyPlaceholderConfigurer that supports JDK 1.4's Preferences API (java.util.prefs).
 class PropertyOverrideConfigurer
          A property resource configurer that overrides bean property values in an application context definition.
 class PropertyPlaceholderConfigurer
          A property resource configurer that resolves placeholders in bean property values of context definitions.
 class PropertyResourceConfigurer
          Allows for configuration of individual bean property values from a property resource, i.e. a properties file.
 

Uses of PriorityOrdered in org.springframework.context.annotation
 

Classes in org.springframework.context.annotation that implement PriorityOrdered
 class CommonAnnotationBeanPostProcessor
          BeanPostProcessor implementation that supports common JSR-250 annotations out of the box.
 

Uses of PriorityOrdered in org.springframework.orm.jpa.support
 

Classes in org.springframework.orm.jpa.support that implement PriorityOrdered
 class PersistenceAnnotationBeanPostProcessor
          BeanPostProcessor that processes PersistenceUnit and PersistenceContext annotations, for injection of the corresponding JPA resources EntityManagerFactory and EntityManager.
 

Uses of PriorityOrdered in org.springframework.web.context.support
 

Classes in org.springframework.web.context.support that implement PriorityOrdered
 class ServletContextPropertyPlaceholderConfigurer
          Subclass of PropertyPlaceholderConfigurer that resolves placeholders as ServletContext init parameters (that is, web.xml context-param entries).
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.