- All Implemented Interfaces:
- EventListener, javax.servlet.ServletContextListener
public class ReloadBundlesContextListener
extends Object
implements javax.servlet.ServletContextListener
This ContextListener checks for the 'confluence.i18n.reloadbundles' system property. If set to true,
this context listener will configure xworks localized text loading to reload the property files on each request.
This allows people that are translating confluence to change the live properties files. Without this flag set,
Confluence would need to be restarted after each change.