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

ValueStyler (Spring Framework) - Spring Framework 1.2.9 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.
 

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


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