wicket.util.convert
Class LocalizableAdapter

java.lang.Object
  extended by wicket.util.convert.LocalizableAdapter
All Implemented Interfaces:
ILocalizable
Direct Known Subclasses:
SimpleConverterAdapter

public abstract class LocalizableAdapter
extends java.lang.Object
implements ILocalizable

Adapter class for the ILocalizable interface.

Author:
Eelco Hillenius

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

Constructor Detail

LocalizableAdapter

public LocalizableAdapter()
Method Detail

setLocale

public final void setLocale(java.util.Locale locale)
Description copied from interface: ILocalizable
Sets the locale.

Specified by:
setLocale in interface ILocalizable
Parameters:
locale - The locale
See Also:
ILocalizable.setLocale(java.util.Locale)

getLocale

public final java.util.Locale getLocale()
Description copied from interface: ILocalizable
Gets the locale.

Specified by:
getLocale in interface ILocalizable
Returns:
The locale
See Also:
ILocalizable.getLocale()


Copyright © 2004-2007 Wicket developers. All Rights Reserved.