org.jboss.seam.core
Class Locale

java.lang.Object
  extended by org.jboss.seam.core.Locale

@Scope(value=STATELESS)
@Name(value="org.jboss.seam.core.locale")
@Install(precedence=0)
@Intercept(value=NEVER)
public class Locale
extends Object

Manager component for the current user's locale

Author:
Gavin King

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

Constructor Detail

Locale

public Locale()
Method Detail

getLocale

@Unwrap
public Locale getLocale()

instance

public static Locale instance()