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()