Class FragmentConfiguration

  • All Implemented Interfaces:
    Configuration

    @Deprecated(since="2021-05-27")
    public class FragmentConfiguration
    extends AbstractConfiguration
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    FragmentConfiguration

    Process web-fragments in jars

    • Constructor Detail

      • FragmentConfiguration

        public FragmentConfiguration()
        Deprecated.
    • Method Detail

      • findWebFragments

        public void findWebFragments​(WebAppContext context,
                                     MetaData metaData)
                              throws Exception
        Deprecated.
        Add in fragment descriptors that have already been discovered by MetaInfConfiguration
        Parameters:
        context - the web app context to look in
        metaData - the metadata to populate with fragments
        Throws:
        Exception - if unable to find web fragments
      • addWebFragments

        public void addWebFragments​(WebAppContext context,
                                    MetaData metaData)
                             throws Exception
        Deprecated.
        Add in fragment descriptors that have already been discovered by MetaInfConfiguration
        Parameters:
        context - the web app context to look in
        metaData - the metadata to populate with fragments
        Throws:
        Exception - if unable to find web fragments