All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download voidframework-web JAR 1.2.1 with all dependencies


Files of the artifact voidframework-web version 1.2.1 from the group dev.voidframework.

Artifact voidframework-web
Group dev.voidframework
Version 1.2.1
Last update 15. September 2022
Tags: modular framework java light
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies voidframework-core, voidframework-i18n, voidframework-template, undertow-core, tika-core, java-jwt,
There are maybe transitive dependencies!
There is a newer version: 1.16.0
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of voidframework-web Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of voidframework-web version 1.2.1

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.dev.voidframework.voidframework-web
META-INF.maven.dev.voidframework.voidframework-web.META-INF.maven.dev.voidframework.voidframework-web.pom.properties
META-INF.maven.dev.voidframework.voidframework-web.META-INF.maven.dev.voidframework.voidframework-web.pom.xml
dev.voidframework.web.bindable
dev.voidframework.web.bindable.dev.voidframework.web.bindable.WebController
dev.voidframework.web.exception
dev.voidframework.web.exception.dev.voidframework.web.exception.ErrorHandlerException
dev.voidframework.web.exception.dev.voidframework.web.exception.FilterException
dev.voidframework.web.exception.dev.voidframework.web.exception.HttpException
dev.voidframework.web.exception.dev.voidframework.web.exception.RoutingException
dev.voidframework.web.http
dev.voidframework.web.http.dev.voidframework.web.http.AbstractModificationTrackingHashMap
dev.voidframework.web.http.dev.voidframework.web.http.Context
dev.voidframework.web.http.dev.voidframework.web.http.Cookie
dev.voidframework.web.http.dev.voidframework.web.http.FlashMessages
dev.voidframework.web.http.dev.voidframework.web.http.FormItem
dev.voidframework.web.http.dev.voidframework.web.http.HttpContentType
dev.voidframework.web.http.dev.voidframework.web.http.HttpMethod
dev.voidframework.web.http.dev.voidframework.web.http.HttpRequest
dev.voidframework.web.http.dev.voidframework.web.http.HttpRequestBodyContent
dev.voidframework.web.http.dev.voidframework.web.http.HttpReturnCode
dev.voidframework.web.http.dev.voidframework.web.http.Result
dev.voidframework.web.http.dev.voidframework.web.http.Session
dev.voidframework.web.http.dev.voidframework.web.http.TemplateResult
dev.voidframework.web.http.annotation
dev.voidframework.web.http.annotation.dev.voidframework.web.http.annotation.NoCSRF
dev.voidframework.web.http.annotation.dev.voidframework.web.http.annotation.RequestBody
dev.voidframework.web.http.annotation.dev.voidframework.web.http.annotation.RequestPath
dev.voidframework.web.http.annotation.dev.voidframework.web.http.annotation.RequestRoute
dev.voidframework.web.http.annotation.dev.voidframework.web.http.annotation.RequestVariable
dev.voidframework.web.http.annotation.dev.voidframework.web.http.annotation.WithFilter
dev.voidframework.web.http.controller
dev.voidframework.web.http.controller.dev.voidframework.web.http.controller.AbstractStaticAssetsController
dev.voidframework.web.http.converter
dev.voidframework.web.http.converter.dev.voidframework.web.http.converter.StringToBooleanConverter
dev.voidframework.web.http.converter.dev.voidframework.web.http.converter.StringToByteConverter
dev.voidframework.web.http.converter.dev.voidframework.web.http.converter.StringToCharacterConverter
dev.voidframework.web.http.converter.dev.voidframework.web.http.converter.StringToDoubleConverter
dev.voidframework.web.http.converter.dev.voidframework.web.http.converter.StringToFloatConverter
dev.voidframework.web.http.converter.dev.voidframework.web.http.converter.StringToIntegerConverter
dev.voidframework.web.http.converter.dev.voidframework.web.http.converter.StringToLocaleConverter
dev.voidframework.web.http.converter.dev.voidframework.web.http.converter.StringToLongConverter
dev.voidframework.web.http.converter.dev.voidframework.web.http.converter.StringToShortConverter
dev.voidframework.web.http.converter.dev.voidframework.web.http.converter.StringToUUIDConverter
dev.voidframework.web.http.errorhandler
dev.voidframework.web.http.errorhandler.dev.voidframework.web.http.errorhandler.DefaultErrorHandler
dev.voidframework.web.http.errorhandler.dev.voidframework.web.http.errorhandler.ErrorHandler
dev.voidframework.web.http.errorhandler.errorpage
dev.voidframework.web.http.errorhandler.errorpage.dev.voidframework.web.http.errorhandler.errorpage.DevMode400BadRequest
dev.voidframework.web.http.errorhandler.errorpage.dev.voidframework.web.http.errorhandler.errorpage.DevMode404NotFound
dev.voidframework.web.http.errorhandler.errorpage.dev.voidframework.web.http.errorhandler.errorpage.DevMode500InternalServerError
dev.voidframework.web.http.filter
dev.voidframework.web.http.filter.dev.voidframework.web.http.filter.DefaultFilterChain
dev.voidframework.web.http.filter.dev.voidframework.web.http.filter.Filter
dev.voidframework.web.http.filter.dev.voidframework.web.http.filter.FilterChain
dev.voidframework.web.http.filter.csrf
dev.voidframework.web.http.filter.csrf.dev.voidframework.web.http.filter.csrf.CSRFFilter
dev.voidframework.web.http.filter.security
dev.voidframework.web.http.filter.security.dev.voidframework.web.http.filter.security.SecurityHeadersFilter
dev.voidframework.web.http.resultprocessor
dev.voidframework.web.http.resultprocessor.dev.voidframework.web.http.resultprocessor.NoContentResultProcessor
dev.voidframework.web.http.resultprocessor.dev.voidframework.web.http.resultprocessor.ObjectResultProcessor
dev.voidframework.web.http.resultprocessor.dev.voidframework.web.http.resultprocessor.ResultProcessor
dev.voidframework.web.http.resultprocessor.dev.voidframework.web.http.resultprocessor.TemplateResultProcessor
dev.voidframework.web.http.routing
dev.voidframework.web.http.routing.dev.voidframework.web.http.routing.AppRoutesDefinition
dev.voidframework.web.http.routing.dev.voidframework.web.http.routing.ResolvedRoute
dev.voidframework.web.http.routing.dev.voidframework.web.http.routing.Route
dev.voidframework.web.http.routing.dev.voidframework.web.http.routing.Router
dev.voidframework.web.http.routing.dev.voidframework.web.http.routing.RouterPostInitialization
dev.voidframework.web.http.routing.impl
dev.voidframework.web.http.routing.impl.dev.voidframework.web.http.routing.impl.DefaultRouter
dev.voidframework.web.module
dev.voidframework.web.module.dev.voidframework.web.module.ControllerAnnotationListener
dev.voidframework.web.module.dev.voidframework.web.module.WebModule
dev.voidframework.web.server
dev.voidframework.web.server.dev.voidframework.web.server.WebServer
dev.voidframework.web.server.http
dev.voidframework.web.server.http.dev.voidframework.web.server.http.HttpRequestHandler
dev.voidframework.web.server.http.dev.voidframework.web.server.http.SessionSigner
dev.voidframework.web.server.http.dev.voidframework.web.server.http.UndertowHttpHandler
dev.voidframework.web.server.http.dev.voidframework.web.server.http.UndertowRequest
.reference.conf




© 2015 - 2024 Weber Informatics LLC | Privacy Policy