Class AbstractWebAppProvider

    • Method Detail

      • isParentLoaderPriority

        public boolean isParentLoaderPriority()
        Get the parentLoaderPriority.
        Returns:
        the parentLoaderPriority
      • setParentLoaderPriority

        public void setParentLoaderPriority​(boolean parentLoaderPriority)
        Set the parentLoaderPriority.
        Parameters:
        parentLoaderPriority - the parentLoaderPriority to set
      • getDefaultsDescriptor

        public java.lang.String getDefaultsDescriptor()
        Get the defaultsDescriptor.
        Returns:
        the defaultsDescriptor
      • setDefaultsDescriptor

        public void setDefaultsDescriptor​(java.lang.String defaultsDescriptor)
        Set the defaultsDescriptor.
        Parameters:
        defaultsDescriptor - the defaultsDescriptor to set
      • isExtract

        public boolean isExtract()
      • setExtract

        public void setExtract​(boolean extract)
      • setTldBundles

        public void setTldBundles​(java.lang.String tldBundles)
        Parameters:
        tldBundles - Comma separated list of bundles that contain tld jars that should be setup on the jetty instances created here.
      • getTldBundles

        public java.lang.String getTldBundles()
        Returns:
        The list of bundles that contain tld jars that should be setup on the jetty instances created here.
      • setConfigurationClasses

        public void setConfigurationClasses​(java.lang.String[] configurations)
        Parameters:
        configurations - The configuration class names.
      • getConfigurationClasses

        public java.lang.String[] getConfigurationClasses()
      • createContextHandler

        public ContextHandler createContextHandler​(App app)
                                            throws java.lang.Exception
        Description copied from interface: AppProvider
        Create a ContextHandler for an App
        Specified by:
        createContextHandler in interface AppProvider
        Parameters:
        app - The App
        Returns:
        A ContextHandler
        Throws:
        java.io.IOException - if unable to create context
        java.lang.Exception - if unable to create context
      • getOriginId

        public static java.lang.String getOriginId​(org.osgi.framework.Bundle contributor,
                                                   java.lang.String path)