当前页面:
在线文档首页 >
Spring Framework 1.2.9 API 文档英文版
SimpleTheme (Spring Framework) - Spring Framework 1.2.9 API 文档英文版
org.springframework.ui.context.support
Class SimpleTheme
java.lang.Object
org.springframework.ui.context.support.SimpleTheme
- All Implemented Interfaces:
- Theme
public class SimpleTheme
- extends Object
- implements Theme
Default Theme implementation, wrapping a name and an
underlying MessageSource.
- Since:
- 17.06.2003
- Author:
- Juergen Hoeller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTheme
public SimpleTheme(String name,
MessageSource messageSource)
getName
public String getName()
- Description copied from interface:
Theme
- Return the name of the theme.
- Specified by:
getName
in interface Theme
- Returns:
- the name of the theme
getMessageSource
public MessageSource getMessageSource()
- Description copied from interface:
Theme
- Return the specific MessageSource that resolves messages
with respect to this theme.
- Specified by:
getMessageSource
in interface Theme
- Returns:
- the theme-specific MessageSource
Copyright (c) 2002-2007 The Spring Framework Project.