Class LeafWebRouteHandling


  • public class LeafWebRouteHandling
    extends java.lang.Object
    Handling details for the LeafWebRouteNode.
    Author:
    Daniel Sagenschneider
    • Field Detail

      • parameterNamesFactory

        public final java.util.function.Function<HttpMethod,​java.lang.String[]> parameterNamesFactory
        Factory for the parameter names.
    • Constructor Detail

      • LeafWebRouteHandling

        public LeafWebRouteHandling​(java.util.function.Function<HttpMethod,​java.lang.String[]> parameterNamesFactory,
                                    java.util.function.Function<HttpMethod,​WebRouteHandler> handlerFactory)
        Instantiate.
        Parameters:
        parameterNamesFactory - Factory for the parameter names.
        handlerFactory - Factory to create the WebRouteHandler.