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

ValueStyler (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

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.
 

Method Detail

style

String style(Object value)
Style the given value, returning a String representation.

Parameters:
value - the Object value to style
Returns:
the styled String

The Spring Framework

Copyright © 2002-2007 The Spring Framework.