wicket.util.convert
Interface ILocalizable

All Known Subinterfaces:
IConverter
All Known Implementing Classes:
Converter, LocalizableAdapter, MaskConverter, SimpleConverterAdapter

public interface ILocalizable

Implementing converters want to have the current locale set.

Author:
Eelco Hillenius, Jonathan Locke

Method Summary
 java.util.Locale getLocale()
          Gets the locale.
 void setLocale(java.util.Locale locale)
          Sets the locale.
 

Method Detail

setLocale

void setLocale(java.util.Locale locale)
Sets the locale.

Parameters:
locale - The locale

getLocale

java.util.Locale getLocale()
Gets the locale.

Returns:
The locale


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