Class OSGiWebInfConfiguration

  • All Implemented Interfaces:
    Configuration

    public class OSGiWebInfConfiguration
    extends WebInfConfiguration
    OSGiWebInfConfiguration Handle adding resources found in bundle fragments, and add them into the
    • Constructor Detail

      • OSGiWebInfConfiguration

        public OSGiWebInfConfiguration()
    • Method Detail

      • replaces

        public java.lang.Class<? extends Configuration> replaces()
        Description copied from interface: Configuration
        Get a class that this class replaces/extends. If this is added to Configurations collection that already contains a configuration of the replaced class or that reports to replace the same class, then it is replaced with this instance.
        Returns:
        The class this Configuration replaces/extends or null if it replaces no other configuration