站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.beans.factory.config.PropertyPlaceholderConfigurer

Packages that use PropertyPlaceholderConfigurer
org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories. 
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations and various utility classes. 
 

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

Subclasses of PropertyPlaceholderConfigurer in org.springframework.beans.factory.config
 class PreferencesPlaceholderConfigurer
          Subclass of PropertyPlaceholderConfigurer that supports JDK 1.4's Preferences API (java.util.prefs).
 

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

Subclasses of PropertyPlaceholderConfigurer in org.springframework.web.context.support
 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.