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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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-2010 The Apache Software Foundation. All Rights Reserved.