Modifier and Type | Method and Description |
---|---|
default Context |
Extensions.createContext(Request request,
Response response,
IocAdapter iocAdapter,
Site site)
Called each request.
|
Modifier and Type | Method and Description |
---|---|
Payload |
Filter.apply(String uri,
Context context,
PayloadSupplier nextFilter) |
default boolean |
Filter.matches(String uri,
Context context) |
Modifier and Type | Method and Description |
---|---|
Payload |
CookieAuthFilter.apply(String uri,
Context context,
PayloadSupplier nextFilter) |
boolean |
CookieAuthFilter.matches(String uri,
Context context) |
Modifier and Type | Method and Description |
---|---|
Payload |
BasicAuthFilter.apply(String uri,
Context context,
PayloadSupplier nextFilter) |
boolean |
BasicAuthFilter.matches(String uri,
Context context) |
Modifier and Type | Method and Description |
---|---|
Payload |
LogRequestFilter.apply(String uri,
Context context,
PayloadSupplier nextFilter) |
Modifier and Type | Method and Description |
---|---|
Payload |
MixedAuthFilter.apply(String uri,
Context context,
PayloadSupplier nextFilter) |
boolean |
MixedAuthFilter.matches(String uri,
Context context) |
Modifier and Type | Method and Description |
---|---|
Payload |
RoleFilter.apply(String uri,
Context context,
PayloadSupplier nextFilter) |
Modifier and Type | Method and Description |
---|---|
Payload |
ClientCertificateAuthFilter.apply(String uri,
Context context,
PayloadSupplier nextFilter) |
User |
UserMapper.map(Context context) |
Modifier and Type | Method and Description |
---|---|
Payload |
TwitterAuthFilter.apply(String uri,
Context context,
PayloadSupplier nextFilter) |
boolean |
TwitterAuthFilter.matches(String uri,
Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
RouteCollection.createContext(Request request,
Response response) |
Modifier and Type | Method and Description |
---|---|
Payload |
RouteCollection.apply(Context context) |
default Payload |
Route.apply(String uri,
Context context) |
Object |
Route.body(Context context) |
Object |
NoParamRouteWithContext.body(Context context) |
Object |
OneParamRoute.body(Context context,
String pathParameter) |
default Object |
TwoParamsRoute.body(Context context,
String[] pathParameters) |
default Object |
ThreeParamsRoute.body(Context context,
String[] pathParameters) |
default Object |
OneParamRoute.body(Context context,
String[] pathParameters) |
default Object |
NoParamRouteWithContext.body(Context context,
String[] pathParameters) |
default Object |
NoParamRoute.body(Context context,
String[] pathParameters) |
default Object |
FourParamsRoute.body(Context context,
String[] pathParameters) |
Object |
TwoParamsRoute.body(Context context,
String pathParameters1,
String pathParameters2) |
Object |
ThreeParamsRoute.body(Context context,
String pathParameter1,
String pathParameter2,
String pathParameter3) |
Object |
FourParamsRoute.body(Context context,
String parameter1,
String parameter2,
String parameter3,
String parameter4) |
Copyright © 2015. All Rights Reserved.