jar

com.github.zhou6ang.framework : bit-mvc

Maven & Gradle

Jun 14, 2019
1 usages
1 stars

A application which user can use this framework to do self application with mvc pattern.

Table Of Contents

Latest Version

Download com.github.zhou6ang.framework : bit-mvc JAR file - Latest Versions:

All Versions

Download com.github.zhou6ang.framework : bit-mvc JAR file - All Versions:

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

com.github.zhou6ang.mvc.exception

├─ com.github.zhou6ang.mvc.exception.BitMvcException.class - [JAR]

com.github.zhou6ang.mvc.view

├─ com.github.zhou6ang.mvc.view.BitModelViewer.class - [JAR]

├─ com.github.zhou6ang.mvc.view.BitViewEngine.class - [JAR]

├─ com.github.zhou6ang.mvc.view.BitViewer.class - [JAR]

├─ com.github.zhou6ang.mvc.view.IViewer.class - [JAR]

com.github.zhou6ang.mvc.annotation

├─ com.github.zhou6ang.mvc.annotation.BitAutowired.class - [JAR]

├─ com.github.zhou6ang.mvc.annotation.BitBean.class - [JAR]

├─ com.github.zhou6ang.mvc.annotation.BitController.class - [JAR]

├─ com.github.zhou6ang.mvc.annotation.BitRequestPath.class - [JAR]

com.github.zhou6ang.mvc.engine

├─ com.github.zhou6ang.mvc.engine.AnnotationParser.class - [JAR]

├─ com.github.zhou6ang.mvc.engine.BitContextEngine.class - [JAR]

com.github.zhou6ang.mvc.handler

├─ com.github.zhou6ang.mvc.handler.DefaultHandler.class - [JAR]

├─ com.github.zhou6ang.mvc.handler.IHandler.class - [JAR]

com.github.zhou6ang.mvc

├─ com.github.zhou6ang.mvc.App.class - [JAR]

com.github.zhou6ang.mvc.model

├─ com.github.zhou6ang.mvc.model.BitModel.class - [JAR]

├─ com.github.zhou6ang.mvc.model.IModel.class - [JAR]

com.github.zhou6ang.mvc.util

├─ com.github.zhou6ang.mvc.util.Constants.class - [JAR]

├─ com.github.zhou6ang.mvc.util.GrammarUtils.class - [JAR]

├─ com.github.zhou6ang.mvc.util.HttpRequestMethod.class - [JAR]

com.github.zhou6ang.mvc.servlet

├─ com.github.zhou6ang.mvc.servlet.BitDispatcherServlet.class - [JAR]

Advertisement