jar

org.jleopard : jleopard-mvc

Maven & Gradle

Oct 09, 2018
139 stars

jleopard-mvc · This is a lightweight complete MVC framework,The framework is based on sevlet3.1 SpringMvc style implements IOC container and interceptor interface.

Table Of Contents

Latest Version

Download org.jleopard : jleopard-mvc JAR file - Latest Versions:

All Versions

Download org.jleopard : jleopard-mvc JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 jleopard-mvc-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jleopard.mvc.context

├─ org.jleopard.mvc.context.BeanContextUtil.class - [JAR]

org.jleopard.mvc.view.jsp

├─ org.jleopard.mvc.view.jsp.JSPView.class - [JAR]

├─ org.jleopard.mvc.view.jsp.JSPViewResolver.class - [JAR]

org.jleopard.mvc.inter

├─ org.jleopard.mvc.inter.Before.class - [JAR]

├─ org.jleopard.mvc.inter.Clear.class - [JAR]

├─ org.jleopard.mvc.inter.Interceptor.class - [JAR]

├─ org.jleopard.mvc.inter.InterceptorRegistration.class - [JAR]

org.jleopard.mvc.upload

├─ org.jleopard.mvc.upload.MultipartFile.class - [JAR]

├─ org.jleopard.mvc.upload.UploadFile.class - [JAR]

org.jleopard.mvc.core

├─ org.jleopard.mvc.core.ApplicationInitializer.class - [JAR]

org.jleopard.mvc.servlet

├─ org.jleopard.mvc.servlet.DispatcherServlet.class - [JAR]

org.jleopard.mvc.view

├─ org.jleopard.mvc.view.View.class - [JAR]

├─ org.jleopard.mvc.view.ViewResolver.class - [JAR]

├─ org.jleopard.mvc.view.ViewResolverException.class - [JAR]

org.jleopard.mvc.core.annotation

├─ org.jleopard.mvc.core.annotation.Bean.class - [JAR]

├─ org.jleopard.mvc.core.annotation.Component.class - [JAR]

├─ org.jleopard.mvc.core.annotation.Configuration.class - [JAR]

├─ org.jleopard.mvc.core.annotation.Controller.class - [JAR]

├─ org.jleopard.mvc.core.annotation.Inject.class - [JAR]

├─ org.jleopard.mvc.core.annotation.Permission.class - [JAR]

├─ org.jleopard.mvc.core.annotation.RenderJson.class - [JAR]

├─ org.jleopard.mvc.core.annotation.RequestMapping.class - [JAR]

├─ org.jleopard.mvc.core.annotation.RequestParam.class - [JAR]

├─ org.jleopard.mvc.core.annotation.Service.class - [JAR]

org.jleopard.mvc.core.ienum

├─ org.jleopard.mvc.core.ienum.ContentType.class - [JAR]

├─ org.jleopard.mvc.core.ienum.ErrorPage.class - [JAR]

├─ org.jleopard.mvc.core.ienum.Method.class - [JAR]

├─ org.jleopard.mvc.core.ienum.Role.class - [JAR]

org.jleopard.mvc.util

├─ org.jleopard.mvc.util.MethodUtil.class - [JAR]

org.jleopard.mvc.core.bean

├─ org.jleopard.mvc.core.bean.Action.class - [JAR]

├─ org.jleopard.mvc.core.bean.BeanInfo.class - [JAR]

├─ org.jleopard.mvc.core.bean.MappingInfo.class - [JAR]

Advertisement