Package org.eclipse.jetty.webapp
Class FragmentConfiguration
java.lang.Object
org.eclipse.jetty.webapp.AbstractConfiguration
org.eclipse.jetty.webapp.FragmentConfiguration
- All Implemented Interfaces:
Configuration
FragmentConfiguration
Process web-fragments in jars
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.webapp.Configuration
Configuration.ClassList, Configuration.Wrapper, Configuration.WrapperFunction -
Field Summary
FieldsFields inherited from interface org.eclipse.jetty.webapp.Configuration
ATTR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddWebFragments(WebAppContext context, MetaData metaData) Add in fragment descriptors that have already been discovered by MetaInfConfigurationvoidfindWebFragments(WebAppContext context, MetaData metaData) Deprecated.voidpostConfigure(WebAppContext context) Clear down after configuration.voidpreConfigure(WebAppContext context) Set up for configuration.Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration
cloneConfigure, configure, deconfigure, destroy
-
Field Details
-
FRAGMENT_RESOURCES
- See Also:
-
-
Constructor Details
-
FragmentConfiguration
public FragmentConfiguration()
-
-
Method Details
-
preConfigure
Description copied from interface:ConfigurationSet up for configuration.Typically this step discovers configuration resources
- Specified by:
preConfigurein interfaceConfiguration- Overrides:
preConfigurein classAbstractConfiguration- Parameters:
context- The context to configure- Throws:
Exception- if unable to pre configure
-
postConfigure
Description copied from interface:ConfigurationClear down after configuration.- Specified by:
postConfigurein interfaceConfiguration- Overrides:
postConfigurein classAbstractConfiguration- Parameters:
context- The context to configure- Throws:
Exception- if unable to post configure
-
findWebFragments
Deprecated.Add in fragment descriptors that have already been discovered by MetaInfConfiguration- Parameters:
context- the web app context to look inmetaData- the metadata to populate with fragments- Throws:
Exception- if unable to find web fragments
-
addWebFragments
Add in fragment descriptors that have already been discovered by MetaInfConfiguration- Parameters:
context- the web app context to look inmetaData- the metadata to populate with fragments- Throws:
Exception- if unable to find web fragments
-