jar

com.openthinks : easyweb

Maven & Gradle

Oct 21, 2016
5 stars

Easyweb framework · Easyweb is a java web MVC framework.It is free under Apache 2 license. Easyweb is simple, pure and easy to understand.

Table Of Contents

Latest Version

Download com.openthinks : easyweb JAR file - Latest Versions:

All Versions

Download com.openthinks : easyweb JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2

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 easyweb-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.openthinks.easyweb.utils.json

├─ com.openthinks.easyweb.utils.json.OperationJson.class - [JAR]

com.openthinks.easyweb.exception

├─ com.openthinks.easyweb.exception.AutowireFailedException.class - [JAR]

com.openthinks.easyweb.annotation.process.core.scaner

├─ com.openthinks.easyweb.annotation.process.core.scaner.AdvancePackageScanner.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.core.scaner.DefaultPackageScanner.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.core.scaner.PackageScanner.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.core.scaner.Scanners.class - [JAR]

com.openthinks.easyweb.monitor

├─ com.openthinks.easyweb.monitor.WebProcessMonitor.class - [JAR]

com.openthinks.easyweb.annotation.process

├─ com.openthinks.easyweb.annotation.process.Processer.class - [JAR]

com.openthinks.easyweb.context

├─ com.openthinks.easyweb.context.Bootstrap.class - [JAR]

├─ com.openthinks.easyweb.context.DefaultWebContextImpl.class - [JAR]

├─ com.openthinks.easyweb.context.EasyWebFilterContext.class - [JAR]

├─ com.openthinks.easyweb.context.EasyWebFilterContexts.class - [JAR]

├─ com.openthinks.easyweb.context.Ends.class - [JAR]

├─ com.openthinks.easyweb.context.FirstLastObjectNameLookUp.class - [JAR]

├─ com.openthinks.easyweb.context.NullBootstrap.class - [JAR]

├─ com.openthinks.easyweb.context.NullSharedContext.class - [JAR]

├─ com.openthinks.easyweb.context.ObjectPool.class - [JAR]

├─ com.openthinks.easyweb.context.RequestSuffix.class - [JAR]

├─ com.openthinks.easyweb.context.SharedContext.class - [JAR]

├─ com.openthinks.easyweb.context.WebConfigure.class - [JAR]

├─ com.openthinks.easyweb.context.WebContext.class - [JAR]

├─ com.openthinks.easyweb.context.WebContextConfige.class - [JAR]

├─ com.openthinks.easyweb.context.WebContextLoadListener.class - [JAR]

├─ com.openthinks.easyweb.context.WebContexts.class - [JAR]

com.openthinks.easyweb.context.parser

├─ com.openthinks.easyweb.context.parser.ConfigureParser.class - [JAR]

├─ com.openthinks.easyweb.context.parser.NullConfigureParser.class - [JAR]

├─ com.openthinks.easyweb.context.parser.WebConfigureAnnoationParser.class - [JAR]

├─ com.openthinks.easyweb.context.parser.WebConfigureFileParser.class - [JAR]

com.openthinks.easyweb.context.handler

├─ com.openthinks.easyweb.context.handler.FilterHandler.class - [JAR]

├─ com.openthinks.easyweb.context.handler.Handlers.class - [JAR]

├─ com.openthinks.easyweb.context.handler.NullWebHandler.class - [JAR]

├─ com.openthinks.easyweb.context.handler.StringMappingWebHandler.class - [JAR]

├─ com.openthinks.easyweb.context.handler.VoidMappingWebHandler.class - [JAR]

├─ com.openthinks.easyweb.context.handler.WebAttributers.class - [JAR]

├─ com.openthinks.easyweb.context.handler.WebHandler.class - [JAR]

├─ com.openthinks.easyweb.context.handler.WebHandlerFactory.class - [JAR]

com.openthinks.easyweb.annotation.process.core

├─ com.openthinks.easyweb.annotation.process.core.AbstractProcesser.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.core.WebContainerProcesser.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.core.WebControllerProcesser.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.core.WebFilterProcesser.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.core.WebMethodProcesser.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.core.WebProcesser.class - [JAR]

com.openthinks.easyweb.annotation.process.filter.file

├─ com.openthinks.easyweb.annotation.process.filter.file.ControllerFileFilterVistor.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.filter.file.FileFilterVisitor.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.filter.file.FilterFileFilterVistor.class - [JAR]

com.openthinks.easyweb.annotation.process.objects

├─ com.openthinks.easyweb.annotation.process.objects.WebContainer.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.objects.WebController.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.objects.WebFilter.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.objects.WebInstancer.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.objects.WebMethod.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.objects.WebMethodResponse.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.objects.WebUnit.class - [JAR]

com.openthinks.easyweb.annotation.configure

├─ com.openthinks.easyweb.annotation.configure.BootstrapClass.class - [JAR]

├─ com.openthinks.easyweb.annotation.configure.EasyConfigure.class - [JAR]

├─ com.openthinks.easyweb.annotation.configure.RequestSuffixs.class - [JAR]

├─ com.openthinks.easyweb.annotation.configure.ScanPackages.class - [JAR]

├─ com.openthinks.easyweb.annotation.configure.ScanWay.class - [JAR]

com.openthinks.easyweb.annotation.process.filter.path

├─ com.openthinks.easyweb.annotation.process.filter.path.FilterPathMatchStrategy.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.filter.path.FilterPathMatcher.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.filter.path.MixedFilterPathMatchStrategy.class - [JAR]

├─ com.openthinks.easyweb.annotation.process.filter.path.RegExrFilterPathMatchStrategy.class - [JAR]

com.openthinks.easyweb

├─ com.openthinks.easyweb.EasyWebDispatcher.class - [JAR]

├─ com.openthinks.easyweb.EasyWebFilter.class - [JAR]

├─ com.openthinks.easyweb.EasyWebFilterListener.class - [JAR]

├─ com.openthinks.easyweb.Versions.class - [JAR]

├─ com.openthinks.easyweb.WebStatic.class - [JAR]

├─ com.openthinks.easyweb.WebUtils.class - [JAR]

com.openthinks.easyweb.annotation

├─ com.openthinks.easyweb.annotation.AutoComponent.class - [JAR]

├─ com.openthinks.easyweb.annotation.Controller.class - [JAR]

├─ com.openthinks.easyweb.annotation.Filter.class - [JAR]

├─ com.openthinks.easyweb.annotation.Jsonp.class - [JAR]

├─ com.openthinks.easyweb.annotation.Mapping.class - [JAR]

├─ com.openthinks.easyweb.annotation.ResponseReturn.class - [JAR]

Advertisement

Dependencies from Group

Oct 21, 2016
5 stars
Feb 28, 2017
Jan 26, 2018
5 stars

Discover Dependencies

Oct 18, 2016
1 usages
1 stars
Sep 18, 2021
0 stars
Jun 22, 2020
4 usages
4.6k stars
Aug 25, 2023
11 usages
4.6k stars
Oct 20, 2016
213 stars
Jul 10, 2017
25 usages
Feb 10, 2017
1 usages
971 stars
Aug 26, 2023
39 usages
12 stars
Apr 30, 2019
5 usages
8 stars