Module io.inverno.mod.http.base
Package io.inverno.mod.http.base.router
Interface AcceptContentRoute.Manager<A,B,C extends AcceptContentRoute<A>,D extends AcceptContentRoute.Manager<A,B,C,D,E>,E extends Router<A,B,C,D,E>>
- Type Parameters:
A
- the resource typeB
- the input typeC
- the accept content route typeD
- the accept content route manager typeE
- the router type
- All Superinterfaces:
RouteManager<A,
B, C, D, E>
- Enclosing interface:
AcceptContentRoute<A>
public static interface AcceptContentRoute.Manager<A,B,C extends AcceptContentRoute<A>,D extends AcceptContentRoute.Manager<A,B,C,D,E>,E extends Router<A,B,C,D,E>>
extends RouteManager<A,B,C,D,E>
An accept content route manager.
- Since:
- 1.12
- Author:
- Jeremy Kuhn
-
Method Summary
Methods inherited from interface io.inverno.mod.http.base.router.RouteManager
disable, enable, findRoutes, remove, set, set, set
-
Method Details
-
accept
Specifies the media type or media range matching the content accepted by an input.
- Parameters:
accept
- a media type or a media range- Returns:
- the route manager
-