Package org.eclipse.jetty.maven.plugin
Class MavenQuickStartConfiguration
java.lang.Object
org.eclipse.jetty.webapp.AbstractConfiguration
org.eclipse.jetty.quickstart.QuickStartConfiguration
org.eclipse.jetty.maven.plugin.MavenQuickStartConfiguration
- All Implemented Interfaces:
Configuration
MavenQuickStartConfiguration
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.quickstart.QuickStartConfiguration
QuickStartConfiguration.ModeNested classes/interfaces inherited from interface org.eclipse.jetty.webapp.Configuration
Configuration.Wrapper, Configuration.WrapperFunction -
Field Summary
Fields inherited from class org.eclipse.jetty.quickstart.QuickStartConfiguration
__replacedConfigurations, MODE, ORIGIN_ATTRIBUTE, QUICKSTART_WEB_XMLFields inherited from interface org.eclipse.jetty.webapp.Configuration
ATTR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeconfigure(WebAppContext context) DeConfigure WebApp.Class<? extends Configuration>replaces()Get a class that this class replaces/extends.Methods inherited from class org.eclipse.jetty.quickstart.QuickStartConfiguration
configure, configure, configureMode, getQuickStartWebXml, postConfigure, preConfigure, quickStartMethods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration
abort, addDependencies, addDependencies, addDependents, addDependents, cloneConfigure, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, protect, protectAndExposeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.webapp.Configuration
isAvailable
-
Constructor Details
-
MavenQuickStartConfiguration
public MavenQuickStartConfiguration()
-
-
Method Details
-
replaces
Description copied from interface:ConfigurationGet a class that this class replaces/extends. If this is added toConfigurationscollection that already contains a configuration of the replaced class or that reports to replace the same class, then it is replaced with this instance.- Returns:
- The class this Configuration replaces/extends or null if it replaces no other configuration
-
deconfigure
Description copied from interface:ConfigurationDeConfigure WebApp. This method is called to undo all configuration done. This is called to allow the context to work correctly over a stop/start cycle- Specified by:
deconfigurein interfaceConfiguration- Overrides:
deconfigurein classAbstractConfiguration- Parameters:
context- The context to configure- Throws:
Exception- if unable to deconfigure
-