Package ratpack.spring.config
Class RatpackServerCustomizerAdapter
- java.lang.Object
-
- ratpack.spring.config.RatpackServerCustomizerAdapter
-
- All Implemented Interfaces:
RatpackServerCustomizer
public class RatpackServerCustomizerAdapter extends Object implements RatpackServerCustomizer
-
-
Constructor Summary
Constructors Constructor Description RatpackServerCustomizerAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Action<BindingsSpec>getBindings()List<Action<Chain>>getHandlers()Action<ServerConfigBuilder>getServerConfig()
-
-
-
Method Detail
-
getHandlers
public List<Action<Chain>> getHandlers()
- Specified by:
getHandlersin interfaceRatpackServerCustomizer
-
getBindings
public Action<BindingsSpec> getBindings()
- Specified by:
getBindingsin interfaceRatpackServerCustomizer
-
getServerConfig
public Action<ServerConfigBuilder> getServerConfig()
- Specified by:
getServerConfigin interfaceRatpackServerCustomizer
-
-