play.core.routing
An object that, when invoked with a thunk, produces a Handler that wraps that thunk. Constructed by a HandlerInvokerFactory.
Handler
HandlerInvokerFactory
Create a Handler that wraps the given thunk.
Create a Handler that wraps the given thunk. The thunk won't be called until the Handler is applied. The returned Handler will be used by Play to service the request.
An object that, when invoked with a thunk, produces a
Handler
that wraps that thunk. Constructed by aHandlerInvokerFactory
.