org.jboss.seam.web
Class Locale

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

@Scope(value=STATELESS)
@Name(value="org.jboss.seam.core.locale")
@Install(precedence=9)
@BypassInterceptors
public class Locale
extends Locale

Manager component for the current locale that is aware of the HTTP request locale

Author:
Gavin King

Constructor Summary
Locale()
           
 
Method Summary
 Locale getLocale()
           
 
Methods inherited from class org.jboss.seam.core.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()
Overrides:
getLocale in class Locale