Package org.eclipse.jetty.webapp
Interface Configuration.WrapperFunction
-
- Enclosing interface:
- Configuration
@Deprecated(since="2021-05-27") public static interface Configuration.WrapperFunction
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Experimental Wrapper mechanism for WebApp Configuration components.Beans in WebAppContext that implement this interface will be called to optionally wrap any newly created
Configuration
objects before they are used for the first time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Configuration
wrapConfiguration(Configuration configuration)
Deprecated.
-
-
-
Method Detail
-
wrapConfiguration
Configuration wrapConfiguration(Configuration configuration)
Deprecated.
-
-