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

Theme (JBoss Seam API Documentation) - JBoss Seam 1.1.0 API 英文版文档


org.jboss.seam.theme
Class Theme

java.lang.Object
  extended by org.jboss.seam.theme.Theme
All Implemented Interfaces:
Serializable

@Scope(value=SESSION)
@Intercept(value=NEVER)
@Name(value="org.jboss.seam.theme.theme")
@Install(precedence=0)
public class Theme
extends Object
implements Serializable

Support for an application-global resource bundle

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
Theme()
           
 
Method Summary
 Map getTheme()
           
static Map instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Theme

public Theme()
Method Detail

getTheme

@Unwrap
public Map getTheme()

instance

public static Map instance()