Package org.eclipse.jetty.webapp
Class FragmentConfiguration
- java.lang.Object
-
- org.eclipse.jetty.webapp.AbstractConfiguration
-
- org.eclipse.jetty.webapp.FragmentConfiguration
-
- All Implemented Interfaces:
Configuration
@Deprecated(since="2021-05-27") public class FragmentConfiguration extends AbstractConfiguration
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.FragmentConfigurationProcess 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
Fields Modifier and Type Field Description static java.lang.String
FRAGMENT_RESOURCES
Deprecated.-
Fields inherited from interface org.eclipse.jetty.webapp.Configuration
ATTR
-
-
Constructor Summary
Constructors Constructor Description FragmentConfiguration()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addWebFragments(WebAppContext context, MetaData metaData)
Deprecated.Add in fragment descriptors that have already been discovered by MetaInfConfigurationvoid
findWebFragments(WebAppContext context, MetaData metaData)
Deprecated.void
postConfigure(WebAppContext context)
Deprecated.Clear down after configuration.void
preConfigure(WebAppContext context)
Deprecated.Set up for configuration.-
Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration
cloneConfigure, configure, deconfigure, destroy
-
-
-
-
Field Detail
-
FRAGMENT_RESOURCES
public static final java.lang.String FRAGMENT_RESOURCES
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
preConfigure
public void preConfigure(WebAppContext context) throws java.lang.Exception
Deprecated.Description copied from interface:Configuration
Set up for configuration.Typically this step discovers configuration resources
- Specified by:
preConfigure
in interfaceConfiguration
- Overrides:
preConfigure
in classAbstractConfiguration
- Parameters:
context
- The context to configure- Throws:
java.lang.Exception
- if unable to pre configure
-
postConfigure
public void postConfigure(WebAppContext context) throws java.lang.Exception
Deprecated.Description copied from interface:Configuration
Clear down after configuration.- Specified by:
postConfigure
in interfaceConfiguration
- Overrides:
postConfigure
in classAbstractConfiguration
- Parameters:
context
- The context to configure- Throws:
java.lang.Exception
- if unable to post configure
-
findWebFragments
public void findWebFragments(WebAppContext context, MetaData metaData) throws java.lang.Exception
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:
java.lang.Exception
- if unable to find web fragments
-
addWebFragments
public void addWebFragments(WebAppContext context, MetaData metaData) throws java.lang.Exception
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:
java.lang.Exception
- if unable to find web fragments
-
-