org.apache.avalon.excalibur.i18n
Class FlatXmlBundle

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLogEnabled
        |
        +--org.apache.avalon.excalibur.i18n.AbstractBundle
              |
              +--org.apache.avalon.excalibur.i18n.XmlBundle
                    |
                    +--org.apache.avalon.excalibur.i18n.FlatXmlBundle
All Implemented Interfaces:
Bundle, org.apache.avalon.framework.component.Component, org.apache.avalon.framework.component.Composable, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.activity.Disposable, org.apache.avalon.framework.activity.Initializable, org.apache.avalon.framework.logger.LogEnabled

public class FlatXmlBundle
extends XmlBundle

Version:
$Id: FlatXmlBundle.java,v 1.2 2001/12/11 09:53:35 jefft Exp $
Author:
Neeme Praks

Inner classes inherited from class org.apache.avalon.excalibur.i18n.XmlBundle
XmlBundle.ConfigurationKeys
 
Field Summary
static java.lang.String PREFIX
           
static java.lang.String SUFFIX
           
 
Fields inherited from class org.apache.avalon.excalibur.i18n.XmlBundle
manager
 
Fields inherited from interface org.apache.avalon.excalibur.i18n.Bundle
ROLE
 
Constructor Summary
FlatXmlBundle()
           
 
Method Summary
 java.lang.String convertKey(java.lang.String userKey)
          Convert the "user view" of the lookup key to the "system view".
 
Methods inherited from class org.apache.avalon.excalibur.i18n.XmlBundle
_getNode, _getNode, _getString, _getString, cacheAll, cacheContains, cacheKey, cacheNotFoundContains, cacheNotFoundKey, compose, configure, dispose, getDocument, getFromCache, getString, getTextValue, initialize, initialize, initialize, initialize
 
Methods inherited from class org.apache.avalon.excalibur.i18n.AbstractBundle
getBundleInfo, getLastModified, getMapper, getParent, getString, setBundleInfo, setLastModified, setMapper, setParent, substitute
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final java.lang.String PREFIX

SUFFIX

public static final java.lang.String SUFFIX
Constructor Detail

FlatXmlBundle

public FlatXmlBundle()
Method Detail

convertKey

public java.lang.String convertKey(java.lang.String userKey)
Convert the "user view" of the lookup key to the "system view". Used to hide the implemented storage mechanism and/or XML file schema.
Overrides:
convertKey in class XmlBundle
Parameters:
key - user key
Returns:
system key


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.