| Modifier and Type | Method and Description |
|---|---|
Payload |
MethodAnnotations.apply(Context context,
java.util.function.Function<Context,Payload> payloadSupplier) |
Payload |
ApplyAroundAnnotation.apply(T annotation,
Context context,
java.util.function.Function<Context,Payload> payloadSupplier) |
Payload |
ApplyAfterAnnotation.apply(T annotation,
Context context,
Payload payload) |
| Modifier and Type | Method and Description |
|---|---|
Payload |
MethodAnnotations.apply(Context context,
java.util.function.Function<Context,Payload> payloadSupplier) |
Payload |
ApplyAroundAnnotation.apply(T annotation,
Context context,
java.util.function.Function<Context,Payload> payloadSupplier) |
| Modifier and Type | Method and Description |
|---|---|
default Context |
Extensions.createContext(Request request,
Response response,
IocAdapter iocAdapter,
Env env,
Site site)
Called each request.
|
| Modifier and Type | Method and Description |
|---|---|
Payload |
Filter.apply(java.lang.String uri,
Context context,
PayloadSupplier nextFilter) |
default boolean |
Filter.matches(java.lang.String uri,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
Payload |
CookieAuthFilter.apply(java.lang.String uri,
Context context,
PayloadSupplier nextFilter) |
protected Payload |
CookieAuthFilter.authenticationUri(java.lang.String uri,
Context context,
PayloadSupplier nextFilter) |
boolean |
CookieAuthFilter.matches(java.lang.String uri,
Context context) |
protected Payload |
CookieAuthFilter.otherUri(java.lang.String uri,
Context context,
PayloadSupplier nextFilter) |
protected AuthData |
CookieAuthFilter.readAuthCookie(Context context) |
protected java.lang.String |
CookieAuthFilter.readRedirectUrlInCookie(Context context) |
protected java.lang.String |
CookieAuthFilter.readSessionIdInCookie(Context context) |
protected Payload |
CookieAuthFilter.signin(Context context) |
protected Payload |
CookieAuthFilter.signout(Context context) |
| Modifier and Type | Method and Description |
|---|---|
Payload |
BasicAuthFilter.apply(java.lang.String uri,
Context context,
PayloadSupplier nextFilter) |
boolean |
BasicAuthFilter.matches(java.lang.String uri,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
Payload |
LogRequestFilter.apply(java.lang.String uri,
Context context,
PayloadSupplier nextFilter) |
| Modifier and Type | Method and Description |
|---|---|
Payload |
MixedAuthFilter.apply(java.lang.String uri,
Context context,
PayloadSupplier nextFilter) |
boolean |
MixedAuthFilter.matches(java.lang.String uri,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
Payload |
RoleFilter.apply(java.lang.String uri,
Context context,
PayloadSupplier nextFilter) |
| Modifier and Type | Method and Description |
|---|---|
Payload |
ClientCertificateAuthFilter.apply(java.lang.String uri,
Context context,
PayloadSupplier nextFilter) |
User |
UserMapper.map(Context context) |
| Modifier and Type | Method and Description |
|---|---|
Context |
RouteCollection.createContext(Request request,
Response response) |
| Modifier and Type | Method and Description |
|---|---|
default Payload |
Route.apply(java.lang.String uri,
Context context) |
java.lang.Object |
Route.body(Context context) |
java.lang.Object |
NoParamRouteWithContext.body(Context context) |
java.lang.Object |
OneParamRoute.body(Context context,
java.lang.String pathParameter) |
default java.lang.Object |
TwoParamsRoute.body(Context context,
java.lang.String[] pathParameters) |
default java.lang.Object |
ThreeParamsRoute.body(Context context,
java.lang.String[] pathParameters) |
default java.lang.Object |
OneParamRoute.body(Context context,
java.lang.String[] pathParameters) |
default java.lang.Object |
NoParamRouteWithContext.body(Context context,
java.lang.String[] pathParameters) |
default java.lang.Object |
NoParamRoute.body(Context context,
java.lang.String[] pathParameters) |
default java.lang.Object |
FourParamsRoute.body(Context context,
java.lang.String[] pathParameters) |
java.lang.Object |
TwoParamsRoute.body(Context context,
java.lang.String pathParameters1,
java.lang.String pathParameters2) |
java.lang.Object |
ThreeParamsRoute.body(Context context,
java.lang.String pathParameter1,
java.lang.String pathParameter2,
java.lang.String pathParameter3) |
java.lang.Object |
FourParamsRoute.body(Context context,
java.lang.String parameter1,
java.lang.String parameter2,
java.lang.String parameter3,
java.lang.String parameter4) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketListener |
WebSocketListenerFactory.create(WebSocketSession session,
Context context) |
Copyright © 2015. All Rights Reserved.