org.apache.cocoon.components.elementprocessor
Interface LocaleAware

All Known Implementing Classes:
EPCell

public interface LocaleAware

The LocaleAware interface is for element processors whom require the locale configuration string to control their behavior. For HSSF this is somewhat of a kludge to get past the fact the Gnumeric XML format does not allow numbers formatted according to different locales in the <Cell> tags. However, the ESQL generator for instance will generate them no other way.

Version:
CVS $Id: LocaleAware.java 433543 2006-08-22 06:22:54Z crossley $
Author:
Andrew C. Oliver (acoliver@apache.org)

Method Summary
 void setLocale(String locale)
          Set the locale for a given element processor.
 

Method Detail

setLocale

void setLocale(String locale)
Set the locale for a given element processor.



Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.