Class FeatureSupport


  • public class FeatureSupport
    extends Object
    • Constructor Detail

      • FeatureSupport

        public FeatureSupport​(org.osgi.framework.launch.Framework framework,
                              ClassLoader loader,
                              org.apache.sling.scripting.jsp.jasper.compiler.TldLocationsCache locationsCache,
                              org.apache.sling.feature.Feature feature)
    • Method Detail

      • getTldLocationsCache

        public org.apache.sling.scripting.jsp.jasper.compiler.TldLocationsCache getTldLocationsCache()
      • getFeature

        public org.apache.sling.feature.Feature getFeature()
      • createFeatureSupport

        public static FeatureSupport createFeatureSupport​(org.apache.sling.feature.Feature feature,
                                                          org.apache.sling.feature.builder.ArtifactProvider provider,
                                                          ClassLoader loader,
                                                          boolean failOnUnresolvedBundles,
                                                          Function<Map<String,​String>,​Map<String,​String>> frameworkPropertiesHandler)
                                                   throws org.osgi.framework.BundleException
        Throws:
        org.osgi.framework.BundleException