| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.jpapackage. | 
| org.springframework.web.context.support | Classes supporting the org.springframework.web.contextpackage,
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 | AutowiredAnnotationBeanPostProcessorBeanPostProcessorimplementation
 that autowires annotated fields, setter methods and arbitrary config methods. | 
|  class | InitDestroyAnnotationBeanPostProcessorBeanPostProcessorimplementation
 that invokes annotated init and destroy methods. | 
|  class | RequiredAnnotationBeanPostProcessorBeanPostProcessorimplementation
 that enforces required JavaBean properties to have been configured. | 
| Uses of PriorityOrdered in org.springframework.beans.factory.config | 
|---|
| Classes in org.springframework.beans.factory.config that implement PriorityOrdered | |
|---|---|
|  class | PreferencesPlaceholderConfigurerSubclass of PropertyPlaceholderConfigurer that supports JDK 1.4's Preferences API ( java.util.prefs). | 
|  class | PropertyOverrideConfigurerProperty resource configurer that overrides bean property values in an application context definition. | 
|  class | PropertyPlaceholderConfigurerA property resource configurer that resolves placeholders in bean property values of context definitions. | 
|  class | PropertyResourceConfigurerAllows 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 | CommonAnnotationBeanPostProcessorBeanPostProcessorimplementation
 that supports common Java annotations out of the box, in particular the JSR-250
 annotations in thejavax.annotationpackage. | 
| Uses of PriorityOrdered in org.springframework.orm.jpa.support | 
|---|
| Classes in org.springframework.orm.jpa.support that implement PriorityOrdered | |
|---|---|
|  class | PersistenceAnnotationBeanPostProcessorBeanPostProcessor that processes PersistenceUnitandPersistenceContextannotations, for injection of
 the corresponding JPA resourcesEntityManagerFactoryandEntityManager. | 
| Uses of PriorityOrdered in org.springframework.web.context.support | 
|---|
| Classes in org.springframework.web.context.support that implement PriorityOrdered | |
|---|---|
|  class | ServletContextPropertyPlaceholderConfigurerSubclass of PropertyPlaceholderConfigurer that resolves placeholders as ServletContext init parameters (that is, web.xmlcontext-param
 entries). | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||