Class QuickStartConfiguration
java.lang.Object
org.eclipse.jetty.ee9.webapp.AbstractConfiguration
org.eclipse.jetty.ee9.quickstart.QuickStartConfiguration
- All Implemented Interfaces:
- Configuration
QuickStartConfiguration
Prepare for quickstart generation, or usage.
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface ConfigurationConfiguration.Wrapper, Configuration.WrapperFunction
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Set<Class<? extends Configuration>> static final Stringstatic final Stringstatic final StringFields inherited from interface ConfigurationATTR
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidconfigure(QuickStartGeneratorConfiguration generator, WebAppContext context) voidconfigure(WebAppContext context) Configure WebApp.static voidconfigureMode(Server server, String mode) Configure the server for the quickstart mode.voiddeconfigure(WebAppContext context) DeConfigure WebApp.static PathgetQuickStartWebXml(WebAppContext context) Get the quickstart-web.xml Path from the webapp (from attributes if present, or built from the context'sWebAppContext.getWebInf()).voidpostConfigure(WebAppContext context) Clear down after configuration.voidpreConfigure(WebAppContext context) Set up for configuration.protected voidquickStart(WebAppContext context) Methods inherited from class AbstractConfigurationabort, addDependencies, addDependencies, addDependents, addDependents, cloneConfigure, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, protect, protectAndExposeMethods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConfigurationisAvailable, replaces
- 
Field Details- 
__replacedConfigurations
- 
ORIGIN_ATTRIBUTE- See Also:
 
- 
QUICKSTART_WEB_XML- See Also:
 
- 
MODE- See Also:
 
 
- 
- 
Constructor Details- 
QuickStartConfigurationpublic QuickStartConfiguration()
 
- 
- 
Method Details- 
configureMode
- 
preConfigureDescription copied from interface:ConfigurationSet up for configuration.Typically this step discovers configuration resources. Calls to preConfigure may alter the Configurations configured on the WebAppContext, so long as configurations prior to this configuration are not altered. - Specified by:
- preConfigurein interface- Configuration
- Overrides:
- preConfigurein class- AbstractConfiguration
- Parameters:
- context- The context to configure
- Throws:
- Exception- if unable to pre configure
 
- 
configureprotected void configure(QuickStartGeneratorConfiguration generator, WebAppContext context) throws IOException - Throws:
- IOException
 
- 
configureDescription copied from interface:ConfigurationConfigure WebApp.Typically this step applies the discovered configuration resources to either the WebAppContextor the associatedMetaData.- Specified by:
- configurein interface- Configuration
- Overrides:
- configurein class- AbstractConfiguration
- Parameters:
- context- The context to configure
- Throws:
- Exception- if unable to configure
 
- 
postConfigureDescription copied from interface:ConfigurationClear down after configuration.- Specified by:
- postConfigurein interface- Configuration
- Overrides:
- postConfigurein class- AbstractConfiguration
- Parameters:
- context- The context to configure
- Throws:
- Exception- if unable to post configure
 
- 
deconfigureDescription 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 interface- Configuration
- Overrides:
- deconfigurein class- AbstractConfiguration
- Parameters:
- context- The context to configure
- Throws:
- Exception- if unable to deconfigure
 
- 
quickStart- Throws:
- Exception
 
- 
getQuickStartWebXmlGet the quickstart-web.xml Path from the webapp (from attributes if present, or built from the context'sWebAppContext.getWebInf()).- Parameters:
- context- the web app context
- Returns:
- the Path for the quickstart-web.xml
- Throws:
- IOException- if unable to build the quickstart xml
 
 
-