org.jboss.seam.core
Class Locale

java.lang.Object
  extended by org.jboss.seam.core.Locale
Direct Known Subclasses:
Locale, Locale

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

Manager component for the current locale. This base implementation simply returns the server default 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()


Copyright © 2011 Seam Framework. All Rights Reserved.