com.opensymphony.xwork2
Class DefaultLocaleProvider

java.lang.Object
  extended by com.opensymphony.xwork2.DefaultLocaleProvider
All Implemented Interfaces:
LocaleProvider

public class DefaultLocaleProvider
extends Object
implements LocaleProvider

Default implementation of LocaleProvider


Constructor Summary
DefaultLocaleProvider()
           
 
Method Summary
 Locale getLocale()
          Gets the provided locale.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLocaleProvider

public DefaultLocaleProvider()
Method Detail

getLocale

public Locale getLocale()
Description copied from interface: LocaleProvider
Gets the provided locale.

Specified by:
getLocale in interface LocaleProvider
Returns:
the locale.


Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.