org.richfaces.model
Interface LocaleAware


public interface LocaleAware

Models that are based on locale-dependent operations should implement this interface

Since:
3.3.0
Author:
Nick Belaevski

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

Method Detail

getLocale

java.util.Locale getLocale()

setLocale

void setLocale(java.util.Locale locale)


Copyright © 2010. All Rights Reserved.