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

Uses of Class org.springframework.core.io.ResourceEditor (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


Uses of Class
org.springframework.core.io.ResourceEditor

Packages that use ResourceEditor
org.springframework.beans.propertyeditors Properties editors used to convert from String values to object types such as java.util.Properties. 
 

Uses of ResourceEditor in org.springframework.beans.propertyeditors
 

Constructors in org.springframework.beans.propertyeditors with parameters of type ResourceEditor
InputStreamEditor(ResourceEditor resourceEditor)
          Create a new InputStreamEditor, using the given ResourceEditor underneath.
URLEditor(ResourceEditor resourceEditor)
          Create a new URLEditor, using the given ResourceEditor underneath.
 



Copyright (c) 2002-2007 The Spring Framework Project.