Package org.eclipse.jetty.webapp
Interface Configuration.WrapperFunction
-
- Enclosing interface:
- Configuration
@Deprecated public static interface Configuration.WrapperFunctionDeprecated.This api is not supported anymore. Please do not use it.Experimental Wrapper mechanism for WebApp Configuration components.Beans in WebAppContext that implement this interface will be called to optionally wrap any newly created
Configurationobjects before they are used for the first time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ConfigurationwrapConfiguration(Configuration configuration)Deprecated.
-
-
-
Method Detail
-
wrapConfiguration
Configuration wrapConfiguration(Configuration configuration)
Deprecated.
-
-