Class XMLResourceBundle

All Implemented Interfaces:
Component, LogEnabled, Bundle

This implementation of Bundle interface for XML resources allows to be invalidated.
  • Constructor Details

    • XMLResourceBundle

      public XMLResourceBundle(String sourceURI, Locale locale, Bundle parentBundle)
      Construct a bundle.
      Parameters:
      sourceURI - source URI of the XML bundle
      locale - locale
      parentBundle - parent bundle of this bundle
  • Method Details