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

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

The Spring Framework

org.springframework.ui.context
Interface Theme

All Known Implementing Classes:
SimpleTheme

public interface Theme

A Theme can resolve theme-specific messages, codes, file paths, etcetera (e.g. CSS and image files in a web environment). The MessageSource supports parameterization and internationalization.

Since:
17.06.2003
Author:
Juergen Hoeller
See Also:
ThemeSource, org.springframework.web.servlet.theme

Method Summary
 MessageSource getMessageSource()
          Return the specific MessageSource that resolves messages with respect to this theme.
 String getName()
          Return the name of the theme.
 

Method Detail

getName

String getName()
Return the name of the theme.

Returns:
the name of the theme

getMessageSource

MessageSource getMessageSource()
Return the specific MessageSource that resolves messages with respect to this theme.

Returns:
the theme-specific MessageSource

The Spring Framework

Copyright © 2002-2007 The Spring Framework.