Uses of Class
dev.voidframework.web.http.Context
Packages that use Context
Package
Description
-
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.errorhandler
Methods in dev.voidframework.web.http.errorhandler with parameters of type ContextModifier and TypeMethodDescriptionDefaultErrorHandler.onBadRequest(Context context, HttpException.BadRequest badRequestException) ErrorHandler.onBadRequest(Context context, HttpException.BadRequest badRequestException) This method is called when the provided request is invalid.DefaultErrorHandler.onNotFound(Context context, HttpException.NotFound notFoundException) ErrorHandler.onNotFound(Context context, HttpException.NotFound notFoundException) This method is called when no route has been found to satisfy the request.DefaultErrorHandler.onServerError(Context context, Throwable throwable) ErrorHandler.onServerError(Context context, Throwable throwable) This method is called when an unexpected error occurs during the processing of the request. -
Uses of Context in dev.voidframework.web.http.filter
Methods in dev.voidframework.web.http.filter with parameters of type Context -
Uses of Context in dev.voidframework.web.http.filter.csrf
Methods in dev.voidframework.web.http.filter.csrf with parameters of type Context -
Uses of Context in dev.voidframework.web.http.filter.security
Methods in dev.voidframework.web.http.filter.security with parameters of type ContextModifier and TypeMethodDescriptionSecurityHeadersFilter.apply(Context context, FilterChain filterChain) -
Uses of Context in dev.voidframework.web.http.resultprocessor
Methods in dev.voidframework.web.http.resultprocessor with parameters of type ContextModifier and TypeMethodDescriptionvoidNoContentResultProcessor.process(Context context, com.typesafe.config.Config configuration, TemplateRenderer templateRenderer) voidObjectResultProcessor.process(Context context, com.typesafe.config.Config configuration, TemplateRenderer templateRenderer) voidResultProcessor.process(Context context, com.typesafe.config.Config configuration, TemplateRenderer templateRenderer) Process the result.voidTemplateResultProcessor.process(Context context, com.typesafe.config.Config configuration, TemplateRenderer templateRenderer) -
Uses of Context in dev.voidframework.web.server.http
Methods in dev.voidframework.web.server.http with parameters of type ContextModifier and TypeMethodDescriptionHttpRequestHandler.onBadRequest(Context context, HttpException.BadRequest cause) This method is called each time a bad request occur.HttpRequestHandler.onRouteRequest(Context context) This method is called each time the framework need to route a request.