webwork.action
Interface LocaleAware


Deprecated. Use ActionContext.getLocale() instead.

public interface LocaleAware

All Actions that want to have access to the users chosen locale must implement this interface.

Version:
$Revision: 1.6 $
Author:
Rickard Öberg (rickard@middleware-company.com)

Method Summary
 void setLocale(java.util.Locale aLocale)
          Deprecated.  
 

Method Detail

setLocale

public void setLocale(java.util.Locale aLocale)
Deprecated. 


Copyright © 2001-2003 WebWork All Rights Reserved.