jar

com.github.biezhi : unique-web

Maven & Gradle

Apr 16, 2015

unique-web · unique-web is a lightweight Java Web Framework

Table Of Contents

Latest Version

Download com.github.biezhi : unique-web JAR file - Latest Versions:

All Versions

Download com.github.biezhi : unique-web JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
0.1.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 unique-web-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.unique.aop.intercept

├─ org.unique.aop.intercept.AbstractMethodInterceptorFactory.class - [JAR]

├─ org.unique.aop.intercept.Interceptor.class - [JAR]

├─ org.unique.aop.intercept.Invocation.class - [JAR]

├─ org.unique.aop.intercept.Joinpoint.class - [JAR]

├─ org.unique.aop.intercept.MethodInterceptor.class - [JAR]

├─ org.unique.aop.intercept.MethodInvocation.class - [JAR]

org.unique.web.rest

├─ org.unique.web.rest.ERROR.class - [JAR]

├─ org.unique.web.rest.ResponseBody.class - [JAR]

org.unique.support

├─ org.unique.support.Support.class - [JAR]

├─ org.unique.support.SupportManager.class - [JAR]

org.unique.commons.io.read

├─ org.unique.commons.io.read.AbstractClassReader.class - [JAR]

├─ org.unique.commons.io.read.ClassReader.class - [JAR]

├─ org.unique.commons.io.read.ClassReaderException.class - [JAR]

org.unique.commons.json

├─ org.unique.commons.json.JSON.class - [JAR]

├─ org.unique.commons.json.Tokens.class - [JAR]

org.unique.commons.io

├─ org.unique.commons.io.IOUtil.class - [JAR]

├─ org.unique.commons.io.PropUtil.class - [JAR]

org.unique.aop.exception

├─ org.unique.aop.exception.AdviceMatcherException.class - [JAR]

org.unique.web.render

├─ org.unique.web.render.Render.class - [JAR]

├─ org.unique.web.render.RenderException.class - [JAR]

├─ org.unique.web.render.RenderFactory.class - [JAR]

org.unique.web.exception

├─ org.unique.web.exception.HttpException.class - [JAR]

├─ org.unique.web.exception.RouteException.class - [JAR]

├─ org.unique.web.exception.RouteIntercepterException.class - [JAR]

├─ org.unique.web.exception.RouteInvokeException.class - [JAR]

org.unique.web.listener

├─ org.unique.web.listener.Listener.class - [JAR]

├─ org.unique.web.listener.WebInitContextListener.class - [JAR]

org.unique.web.annotation

├─ org.unique.web.annotation.Controller.class - [JAR]

├─ org.unique.web.annotation.PathParam.class - [JAR]

├─ org.unique.web.annotation.Route.class - [JAR]

org.unique.commons.io.output

├─ org.unique.commons.io.output.ByteArrayOutputStream.class - [JAR]

├─ org.unique.commons.io.output.StringBuilderWriter.class - [JAR]

org.unique.commons.io.input

├─ org.unique.commons.io.input.ClosedInputStream.class - [JAR]

org.unique.aop.annotation

├─ org.unique.aop.annotation.After.class - [JAR]

├─ org.unique.aop.annotation.Before.class - [JAR]

org.unique.commons.utils

├─ org.unique.commons.utils.ClassUtil.class - [JAR]

├─ org.unique.commons.utils.CloneUtil.class - [JAR]

├─ org.unique.commons.utils.CollectionUtil.class - [JAR]

├─ org.unique.commons.utils.DateUtil.class - [JAR]

├─ org.unique.commons.utils.FileUtil.class - [JAR]

├─ org.unique.commons.utils.HtmlUtil.class - [JAR]

├─ org.unique.commons.utils.HttpUtil.class - [JAR]

├─ org.unique.commons.utils.JSONUtil.class - [JAR]

├─ org.unique.commons.utils.JdkUtils.class - [JAR]

├─ org.unique.commons.utils.MyX509TrustManager.class - [JAR]

├─ org.unique.commons.utils.PathUtils.class - [JAR]

├─ org.unique.commons.utils.RandomStringUtils.class - [JAR]

├─ org.unique.commons.utils.SerializeUtil.class - [JAR]

├─ org.unique.commons.utils.StringUtils.class - [JAR]

├─ org.unique.commons.utils.SystemUtils.class - [JAR]

├─ org.unique.commons.utils.UploadUtils.class - [JAR]

├─ org.unique.commons.utils.Validate.class - [JAR]

org.unique.ioc.impl

├─ org.unique.ioc.impl.DefaultContainerImpl.class - [JAR]

├─ org.unique.ioc.impl.PrototypeBean.class - [JAR]

├─ org.unique.ioc.impl.SingleBean.class - [JAR]

org.unique.ioc.annotation

├─ org.unique.ioc.annotation.Autowired.class - [JAR]

├─ org.unique.ioc.annotation.Component.class - [JAR]

├─ org.unique.ioc.annotation.Service.class - [JAR]

org.unique.web.interceptor

├─ org.unique.web.interceptor.AbstractRouteInterceptor.class - [JAR]

org.unique.web.core

├─ org.unique.web.core.R.class - [JAR]

├─ org.unique.web.core.Route.class - [JAR]

├─ org.unique.web.core.RouteFilter.class - [JAR]

├─ org.unique.web.core.RouteInvocation.class - [JAR]

├─ org.unique.web.core.RouteMapping.class - [JAR]

├─ org.unique.web.core.RouteRender.class - [JAR]

├─ org.unique.web.core.WebContext.class - [JAR]

org.unique.web.server

├─ org.unique.web.server.UniqueServer.class - [JAR]

org.unique.commons.io.read.impl

├─ org.unique.commons.io.read.impl.ClassPathClassReader.class - [JAR]

├─ org.unique.commons.io.read.impl.JarReaderImpl.class - [JAR]

org.unique

├─ org.unique.Const.class - [JAR]

├─ org.unique.Unique.class - [JAR]

org.unique.aop

├─ org.unique.aop.AbstractMethodInterceptor.class - [JAR]

├─ org.unique.aop.AdviceMatcher.class - [JAR]

├─ org.unique.aop.DefaultMethodInvocation.class - [JAR]

├─ org.unique.aop.DefaultProxy.class - [JAR]

├─ org.unique.aop.ProxyBeanFactory.class - [JAR]

org.unique.web.render.impl

├─ org.unique.web.render.impl.ErrorRender.class - [JAR]

├─ org.unique.web.render.impl.HtmlRender.class - [JAR]

├─ org.unique.web.render.impl.JavascriptRender.class - [JAR]

├─ org.unique.web.render.impl.JsonRender.class - [JAR]

├─ org.unique.web.render.impl.JspRender.class - [JAR]

├─ org.unique.web.render.impl.RedirectRender.class - [JAR]

├─ org.unique.web.render.impl.TextRender.class - [JAR]

org.unique.ioc

├─ org.unique.ioc.AbstractBeanFactory.class - [JAR]

├─ org.unique.ioc.Container.class - [JAR]

├─ org.unique.ioc.Scope.class - [JAR]

org.unique.web.handler

├─ org.unique.web.handler.DefalutHandler.class - [JAR]

├─ org.unique.web.handler.Handler.class - [JAR]

Advertisement

Dependencies from Group

Discover Dependencies

Dec 14, 2020
19 usages
Jan 16, 2017
8 usages
27 stars
Jun 20, 2022
7 usages
6 stars
Jan 13, 2021
22 usages
19 stars
Aug 18, 2023
68 usages
6.5k stars
Jun 13, 2020
13 usages
2 stars
Oct 05, 2020
92 usages
133 stars
Mar 16, 2020
9 usages
216 stars
Jun 17, 2017
19 usages
44 stars
Apr 30, 2015
21 usages
858 stars