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 MavenWebAppContext
AbstractWebAppMojo.webApp
An instance of org.eclipse.jetty.webapp.WebAppContext that represents the webapp.protected MavenWebAppContext
JettyEmbedder.webApp
protected MavenWebAppContext
JettyForker.webApp
protected MavenWebAppContext
JettyHomeForker.webApp
Methods 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 TypeMethodDescriptionvoid
OverlayManager.applyOverlays
(MavenWebAppContext webApp) static void
WebAppPropertyConverter.fromProperties
(MavenWebAppContext webApp, File propsFile, Server server, Map<String, String> jettyProperties) Configure a webapp from a properties filestatic void
WebAppPropertyConverter.fromProperties
(MavenWebAppContext webApp, String resource, Server server, Map<String, String> jettyProperties) Configure a webapp from a properties file.static void
WebAppPropertyConverter.fromProperties
(MavenWebAppContext webApp, Properties webAppProperties, Server server, Map<String, String> jettyProperties) Configure a webapp from properties.void
JettyEmbedder.setWebApp
(MavenWebAppContext app) void
JettyForker.setWebApp
(MavenWebAppContext app) void
JettyHomeForker.setWebApp
(MavenWebAppContext webApp) static void
WebAppPropertyConverter.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