Uses of Class
org.eclipse.jetty.maven.plugin.MavenWebAppContext
Packages that use MavenWebAppContext
Package
Description
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
-
Uses of MavenWebAppContext in org.eclipse.jetty.maven.plugin
Fields in org.eclipse.jetty.maven.plugin declared as MavenWebAppContextModifier and TypeFieldDescriptionprotected MavenWebAppContextAbstractWebAppMojo.webAppAn instance of org.eclipse.jetty.webapp.WebAppContext that represents the webapp.protected MavenWebAppContextJettyEmbedder.webAppprotected MavenWebAppContextJettyForker.webAppprotected MavenWebAppContextJettyHomeForker.webAppMethods in org.eclipse.jetty.maven.plugin that return MavenWebAppContextModifier and TypeMethodDescriptionJettyEmbedder.getWebApp()JettyHomeForker.getWebApp()QuickStartGenerator.getWebApp()Methods in org.eclipse.jetty.maven.plugin with parameters of type MavenWebAppContextModifier and TypeMethodDescriptionvoidOverlayManager.applyOverlays(MavenWebAppContext webApp) static voidWebAppPropertyConverter.fromProperties(MavenWebAppContext webApp, File propsFile, Server server, Map<String, String> jettyProperties) Configure a webapp from a properties filestatic voidWebAppPropertyConverter.fromProperties(MavenWebAppContext webApp, String resource, Server server, Map<String, String> jettyProperties) Configure a webapp from a properties file.static voidWebAppPropertyConverter.fromProperties(MavenWebAppContext webApp, Properties webAppProperties, Server server, Map<String, String> jettyProperties) Configure a webapp from properties.voidJettyEmbedder.setWebApp(MavenWebAppContext app) voidJettyForker.setWebApp(MavenWebAppContext app) voidJettyHomeForker.setWebApp(MavenWebAppContext webApp) static voidWebAppPropertyConverter.toProperties(MavenWebAppContext webApp, File propsFile, String contextXml) Convert a webapp to properties stored in a file.Constructors in org.eclipse.jetty.maven.plugin with parameters of type MavenWebAppContext