org.xwiki.localization
Interface TranslationBundleContext
@Role
@Unstable
public interface TranslationBundleContext
The Bundles applying to the current context ordered by priority.
- Since:
- 4.3M2
- Version:
- $Id: 8c49c4a2424a2d2402ff875d9da0846b80adcf9b $
getBundles
Collection<TranslationBundle> getBundles()
- Returns:
- the bundles applying to the current context ordered by priority
addBundle
void addBundle(TranslationBundle bundle)
- Add a new bundle to the collection. It will be automatically ordered.
- Parameters:
bundle - the bundle
Copyright © 2004-2013 XWiki. All Rights Reserved.