jar

io.github.dilldong : webmind-framework

Maven & Gradle

Aug 19, 2023
3 stars

Webmind Framework · Webmind is a lightweight web service framework that integrates with SpringFramework. Realize the embedded startup of Tomcat, which is easy to use, occupies less memory, responds quickly, and has stable service. Suitable for Java microservices and web projects.

Table Of Contents

Latest Version

Download io.github.dilldong : webmind-framework JAR file - Latest Versions:

All Versions

Download io.github.dilldong : webmind-framework JAR file - All Versions:

Version Vulnerabilities Size Updated
4.5.x
4.4.x
4.3.x
4.2.x
4.1.x
4.0.x
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window webmind-framework-4.5.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.mind.framework.web.server.tomcat

├─ org.mind.framework.web.server.tomcat.LazySessionIdGenerator.class - [JAR]

├─ org.mind.framework.web.server.tomcat.TomcatEmbeddedContext.class - [JAR]

├─ org.mind.framework.web.server.tomcat.TomcatGracefulShutdown.class - [JAR]

├─ org.mind.framework.web.server.tomcat.TomcatServer.class - [JAR]

org.mind.framework.service

├─ org.mind.framework.service.AbstractService.class - [JAR]

├─ org.mind.framework.service.Cloneable.class - [JAR]

├─ org.mind.framework.service.LoopWorkerService.class - [JAR]

├─ org.mind.framework.service.MainService.class - [JAR]

├─ org.mind.framework.service.Service.class - [JAR]

├─ org.mind.framework.service.Updatable.class - [JAR]

├─ org.mind.framework.service.UpdateLoopService.class - [JAR]

org.mind.framework.service.threads

├─ org.mind.framework.service.threads.Async.class - [JAR]

├─ org.mind.framework.service.threads.ExecutorFactory.class - [JAR]

├─ org.mind.framework.service.threads.TaskThread.class - [JAR]

├─ org.mind.framework.service.threads.TaskThreadFactory.class - [JAR]

org.mind.framework.service.queue

├─ org.mind.framework.service.queue.ConsumerService.class - [JAR]

├─ org.mind.framework.service.queue.DelegateMessage.class - [JAR]

├─ org.mind.framework.service.queue.QueueLittle.class - [JAR]

├─ org.mind.framework.service.queue.QueueService.class - [JAR]

org.mind.framework.metric

├─ org.mind.framework.metric.AbstractBucket.class - [JAR]

├─ org.mind.framework.metric.BaseTraffic.class - [JAR]

├─ org.mind.framework.metric.DefaultMetric.class - [JAR]

├─ org.mind.framework.metric.DefaultMetricBucket.class - [JAR]

├─ org.mind.framework.metric.Indicator.class - [JAR]

├─ org.mind.framework.metric.Metric.class - [JAR]

├─ org.mind.framework.metric.MetricEvent.class - [JAR]

├─ org.mind.framework.metric.MinuteTraffic.class - [JAR]

org.mind.framework.web

├─ org.mind.framework.web.Action.class - [JAR]

├─ org.mind.framework.web.Destroyable.class - [JAR]

org.mind.framework.web.dispatcher

├─ org.mind.framework.web.dispatcher.DispatcherServlet.class - [JAR]

org.mind.framework.http

├─ org.mind.framework.http.DefaultHttpClientResponse.class - [JAR]

├─ org.mind.framework.http.HttpResponse.class - [JAR]

├─ org.mind.framework.http.LiteCookieManager.class - [JAR]

├─ org.mind.framework.http.NoContentResponse.class - [JAR]

├─ org.mind.framework.http.Response.class - [JAR]

org.mind.framework.web.container.spring

├─ org.mind.framework.web.container.spring.SpringContainerAware.class - [JAR]

├─ org.mind.framework.web.container.spring.WebContextLoadListener.class - [JAR]

org.mind.framework.helper

├─ org.mind.framework.helper.GsonCodec.class - [JAR]

├─ org.mind.framework.helper.RedissonHelper.class - [JAR]

├─ org.mind.framework.helper.RedissonShutdownListener.class - [JAR]

org.mind.framework.annotation.processor

├─ org.mind.framework.annotation.processor.CacheinAnnotationAwareInterceptor.class - [JAR]

├─ org.mind.framework.annotation.processor.CacheinOperationInterceptor.class - [JAR]

├─ org.mind.framework.annotation.processor.EnableCacheConfiguration.class - [JAR]

org.mind.framework.web.renderer.template

├─ org.mind.framework.web.renderer.template.JspTemplate.class - [JAR]

├─ org.mind.framework.web.renderer.template.JspTemplateFactory.class - [JAR]

├─ org.mind.framework.web.renderer.template.Template.class - [JAR]

├─ org.mind.framework.web.renderer.template.TemplateFactory.class - [JAR]

├─ org.mind.framework.web.renderer.template.TemplateResourceLoader.class - [JAR]

├─ org.mind.framework.web.renderer.template.VelocityTemplate.class - [JAR]

├─ org.mind.framework.web.renderer.template.VelocityTemplateFactory.class - [JAR]

org.mind.framework.mail

├─ org.mind.framework.mail.DefaultEmailSupport.class - [JAR]

├─ org.mind.framework.mail.MailAbstract.class - [JAR]

├─ org.mind.framework.mail.MailHead.class - [JAR]

org.mind.framework.util

├─ org.mind.framework.util.CalculateUtils.class - [JAR]

├─ org.mind.framework.util.ClassUtils.class - [JAR]

├─ org.mind.framework.util.DateUtils.class - [JAR]

├─ org.mind.framework.util.FileUtils.class - [JAR]

├─ org.mind.framework.util.HttpUtils.class - [JAR]

├─ org.mind.framework.util.IOUtils.class - [JAR]

├─ org.mind.framework.util.IdUtils.class - [JAR]

├─ org.mind.framework.util.JarFileUtils.class - [JAR]

├─ org.mind.framework.util.JsonUtils.class - [JAR]

├─ org.mind.framework.util.JspUtils.class - [JAR]

├─ org.mind.framework.util.MatcherUtils.class - [JAR]

├─ org.mind.framework.util.ObjectId.class - [JAR]

├─ org.mind.framework.util.PropertiesUtils.class - [JAR]

├─ org.mind.framework.util.PropertyPlaceholderConfigurer.class - [JAR]

├─ org.mind.framework.util.RandomCodeUtil.class - [JAR]

├─ org.mind.framework.util.ReflectionUtils.class - [JAR]

├─ org.mind.framework.util.ResponseUtils.class - [JAR]

├─ org.mind.framework.util.ViewResolver.class - [JAR]

├─ org.mind.framework.util.WeightedNode.class - [JAR]

├─ org.mind.framework.util.WeightedRoundRobin.class - [JAR]

├─ org.mind.framework.util.YamlPropertyFactory.class - [JAR]

org.mind.framework.web.dispatcher.handler

├─ org.mind.framework.web.dispatcher.handler.DispatcherHandlerRequest.class - [JAR]

├─ org.mind.framework.web.dispatcher.handler.Execution.class - [JAR]

├─ org.mind.framework.web.dispatcher.handler.HandlerRequest.class - [JAR]

├─ org.mind.framework.web.dispatcher.handler.HandlerResult.class - [JAR]

├─ org.mind.framework.web.dispatcher.handler.ResourceHandlerRequest.class - [JAR]

├─ org.mind.framework.web.dispatcher.handler.ResourceRequest.class - [JAR]

org.mind.framework.http.client

├─ org.mind.framework.http.client.HttpClientFactory.class - [JAR]

org.mind.framework.web.server

├─ org.mind.framework.web.server.GracefulShutdown.class - [JAR]

├─ org.mind.framework.web.server.ServerContext.class - [JAR]

├─ org.mind.framework.web.server.ShutDownSignalEnum.class - [JAR]

├─ org.mind.framework.web.server.WebServer.class - [JAR]

├─ org.mind.framework.web.server.WebServerConfig.class - [JAR]

├─ org.mind.framework.web.server.XmlLoad4SpringContext.class - [JAR]

org.mind.framework.exception

├─ org.mind.framework.exception.AuthenticatorException.class - [JAR]

├─ org.mind.framework.exception.BaseException.class - [JAR]

├─ org.mind.framework.exception.NotSupportedException.class - [JAR]

├─ org.mind.framework.exception.RequestException.class - [JAR]

├─ org.mind.framework.exception.ResourceNotFoundException.class - [JAR]

├─ org.mind.framework.exception.ThrowProvider.class - [JAR]

├─ org.mind.framework.exception.TimeOutException.class - [JAR]

├─ org.mind.framework.exception.WebServerException.class - [JAR]

org.mind.framework.web.filter

├─ org.mind.framework.web.filter.AbstractHandlerFilter.class - [JAR]

├─ org.mind.framework.web.filter.FilterRegistration.class - [JAR]

├─ org.mind.framework.web.filter.HandlerFilter.class - [JAR]

org.mind.framework.http.okhttp3

├─ org.mind.framework.http.okhttp3.AbstractRequestInterceptor.class - [JAR]

├─ org.mind.framework.http.okhttp3.DefaultHttpOption.class - [JAR]

├─ org.mind.framework.http.okhttp3.HttpOption.class - [JAR]

├─ org.mind.framework.http.okhttp3.OkHttpFactory.class - [JAR]

├─ org.mind.framework.http.okhttp3.RequestError.class - [JAR]

org.mind.framework.mail.service

├─ org.mind.framework.mail.service.EmailService.class - [JAR]

├─ org.mind.framework.mail.service.EmailServiceImpl.class - [JAR]

org.mind.framework.web.container

├─ org.mind.framework.web.container.ContainerAware.class - [JAR]

├─ org.mind.framework.web.container.ServletContextAware.class - [JAR]

org.mind.framework

├─ org.mind.framework.ContextSupport.class - [JAR]

├─ org.mind.framework.SpringApplication.class - [JAR]

org.mind.framework.web.container.guice

├─ org.mind.framework.web.container.guice.GuiceContainerAware.class - [JAR]

org.mind.framework.web.renderer

├─ org.mind.framework.web.renderer.BinaryRender.class - [JAR]

├─ org.mind.framework.web.renderer.FileRenderer.class - [JAR]

├─ org.mind.framework.web.renderer.JavaScriptRender.class - [JAR]

├─ org.mind.framework.web.renderer.NullRender.class - [JAR]

├─ org.mind.framework.web.renderer.Render.class - [JAR]

├─ org.mind.framework.web.renderer.RenderType.class - [JAR]

├─ org.mind.framework.web.renderer.TemplateRender.class - [JAR]

├─ org.mind.framework.web.renderer.TextRender.class - [JAR]

org.mind.framework.security

├─ org.mind.framework.security.AESUtils.class - [JAR]

├─ org.mind.framework.security.Base64Digest.class - [JAR]

├─ org.mind.framework.security.HmacSHA256Utils.class - [JAR]

├─ org.mind.framework.security.MD5Digest.class - [JAR]

├─ org.mind.framework.security.RSA2Utils.class - [JAR]

├─ org.mind.framework.security._Base64.class - [JAR]

├─ org.mind.framework.security._MD5.class - [JAR]

org.mind.framework.cache

├─ org.mind.framework.cache.AbstractCache.class - [JAR]

├─ org.mind.framework.cache.CacheElement.class - [JAR]

├─ org.mind.framework.cache.Cacheable.class - [JAR]

├─ org.mind.framework.cache.LruCache.class - [JAR]

org.mind.framework.web.dispatcher.support

├─ org.mind.framework.web.dispatcher.support.Catcher.class - [JAR]

├─ org.mind.framework.web.dispatcher.support.CatcherMapping.class - [JAR]

├─ org.mind.framework.web.dispatcher.support.Converter.class - [JAR]

├─ org.mind.framework.web.dispatcher.support.ConverterFactory.class - [JAR]

├─ org.mind.framework.web.dispatcher.support.FilterRegistrationSupport.class - [JAR]

├─ org.mind.framework.web.dispatcher.support.WebContainerGenerator.class - [JAR]

org.mind.framework.annotation

├─ org.mind.framework.annotation.Cachein.class - [JAR]

├─ org.mind.framework.annotation.EnableCache.class - [JAR]

├─ org.mind.framework.annotation.EnumFace.class - [JAR]

├─ org.mind.framework.annotation.Filter.class - [JAR]

├─ org.mind.framework.annotation.Interceptor.class - [JAR]

├─ org.mind.framework.annotation.Mapping.class - [JAR]

org.mind.framework.web.interceptor

├─ org.mind.framework.web.interceptor.AbstractHandlerInterceptor.class - [JAR]

├─ org.mind.framework.web.interceptor.CorsCatcher.class - [JAR]

├─ org.mind.framework.web.interceptor.CorsInterceptor.class - [JAR]

├─ org.mind.framework.web.interceptor.CorsRegexProcessor.class - [JAR]

├─ org.mind.framework.web.interceptor.HandlerInterceptor.class - [JAR]

Advertisement