Interface WebAppContextProcessor


public interface WebAppContextProcessor
used to customise the WebAppContext created for a given Archive You need to register your implementations using the LoadableExtension mechanism
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(org.eclipse.jetty.ee9.webapp.WebAppContext webAppContext, org.jboss.shrinkwrap.api.Archive<?> archive)
     
  • Method Details

    • process

      void process(org.eclipse.jetty.ee9.webapp.WebAppContext webAppContext, org.jboss.shrinkwrap.api.Archive<?> archive)
      Parameters:
      webAppContext - the created WebAppContext for the Archive
      archive - The user defined deployment archive