当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
ValueStyler (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.core.style
Interface ValueStyler
- All Known Implementing Classes:
- DefaultValueStyler
public interface ValueStyler
Strategy that encapsulates value string styling algorithms according to
Spring conventions.
- Since:
- 1.2.2
- Author:
- Keith Donald
Method Summary |
String |
style(Object value)
Style the given value, returning a String representation. |
style
String style(Object value)
- Style the given value, returning a String representation.
- Parameters:
value
- the Object value to style
- Returns:
- the styled String
Copyright © 2002-2007 The Spring Framework.