Uses of Class
dev.voidframework.web.http.Context
Packages that use Context
Package
Description
-
Uses of Context in dev.voidframework.web.filter
Methods in dev.voidframework.web.filter with parameters of type Context -
Uses of Context in dev.voidframework.web.http
Methods in dev.voidframework.web.http with parameters of type ContextModifier and TypeMethodDescriptionErrorHandler.onBadRequest(Context context, HttpException.BadRequest badRequestException) This method is called when the provided request is invalid.HttpRequestHandler.onBadRequest(Context context, HttpException.BadRequest cause) This method is called each time a bad request occur.ErrorHandler.onNotFound(Context context, HttpException.NotFound notFoundException) This method is called when no route has been found to satisfy the request.HttpRequestHandler.onRouteRequest(Context context) This method is called each time the framework need to route a request.ErrorHandler.onServerError(Context context, Throwable throwable) This method is called when an unexpected error occurs during the processing of the request.voidResult.ResultProcessor.process(Context context, com.typesafe.config.Config configuration, TemplateRenderer templateRenderer) Process the result. -
Uses of Context in dev.voidframework.web.http.controller
Methods in dev.voidframework.web.http.controller with parameters of type ContextModifier and TypeMethodDescriptionAbstractStaticAssetsController.staticAsset(Context context) Retrieves a static asset. -
Uses of Context in dev.voidframework.web.http.impl
Methods in dev.voidframework.web.http.impl with parameters of type ContextModifier and TypeMethodDescriptionDefaultErrorHandler.onBadRequest(Context context, HttpException.BadRequest badRequestException) DefaultErrorHandler.onNotFound(Context context, HttpException.NotFound notFoundException) DefaultErrorHandler.onServerError(Context context, Throwable throwable)