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 TypeMethodDescriptionvoidprocess(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 createdWebAppContextfor theArchivearchive- The user defined deployment archive
-