jar

link.jfire : jfire-mvc

Maven & Gradle

Feb 04, 2016

jfire-mvc · Jfire - MVC MVC framework is a fast and efficient. Support the rest style urls. Transparent simple file upload, data binding function to access web parameters become very easy. Supports multiple views at the same time. Includes regular HTML, json, templates, etc

Table Of Contents

Latest Version

Download link.jfire : jfire-mvc JAR file - Latest Versions:

All Versions

Download link.jfire : jfire-mvc JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
1.0

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

link.jfire.mvc.rest

├─ link.jfire.mvc.rest.RestfulRule.class - [JAR]

├─ link.jfire.mvc.rest.RestfulUrlTool.class - [JAR]

link.jfire.mvc.binder.impl

├─ link.jfire.mvc.binder.impl.BooleanBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.CalendarBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.DateBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.DoubleBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.FloatBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.HttpBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.HttpRequestBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.HttpResponseBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.HttpSessionBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.IntBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.IntegerBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.LongBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.NewParamVoBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.ParamMapBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.ServletContextBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.SqlDateBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.StringBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.UploadBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.WBooleanBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.WDoubleBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.WFloatBinder.class - [JAR]

├─ link.jfire.mvc.binder.impl.WLongBinder.class - [JAR]

link.jfire.mvc.binder.field.impl

├─ link.jfire.mvc.binder.field.impl.AbstractBinderField.class - [JAR]

├─ link.jfire.mvc.binder.field.impl.BooleanField.class - [JAR]

├─ link.jfire.mvc.binder.field.impl.CalendarField.class - [JAR]

├─ link.jfire.mvc.binder.field.impl.DateField.class - [JAR]

├─ link.jfire.mvc.binder.field.impl.DoubleField.class - [JAR]

├─ link.jfire.mvc.binder.field.impl.FloatField.class - [JAR]

├─ link.jfire.mvc.binder.field.impl.IntField.class - [JAR]

├─ link.jfire.mvc.binder.field.impl.IntegerField.class - [JAR]

├─ link.jfire.mvc.binder.field.impl.LongField.class - [JAR]

├─ link.jfire.mvc.binder.field.impl.ObjectBinderField.class - [JAR]

├─ link.jfire.mvc.binder.field.impl.StringField.class - [JAR]

├─ link.jfire.mvc.binder.field.impl.WBooleanField.class - [JAR]

├─ link.jfire.mvc.binder.field.impl.WDoubleField.class - [JAR]

├─ link.jfire.mvc.binder.field.impl.WFloatField.class - [JAR]

├─ link.jfire.mvc.binder.field.impl.WLongField.class - [JAR]

link.jfire.mvc.binder

├─ link.jfire.mvc.binder.AbstractDataBinder.class - [JAR]

├─ link.jfire.mvc.binder.DataBinder.class - [JAR]

├─ link.jfire.mvc.binder.DataBinderFactory.class - [JAR]

├─ link.jfire.mvc.binder.ParamInfo.class - [JAR]

├─ link.jfire.mvc.binder.UploadItem.class - [JAR]

link.jfire.mvc.config

├─ link.jfire.mvc.config.MvcStaticConfig.class - [JAR]

├─ link.jfire.mvc.config.ResultType.class - [JAR]

link.jfire.mvc.view

├─ link.jfire.mvc.view.BeetlView.class - [JAR]

├─ link.jfire.mvc.view.HtmlView.class - [JAR]

├─ link.jfire.mvc.view.JsonView.class - [JAR]

├─ link.jfire.mvc.view.JspView.class - [JAR]

├─ link.jfire.mvc.view.NoneView.class - [JAR]

├─ link.jfire.mvc.view.RedirectView.class - [JAR]

├─ link.jfire.mvc.view.StringView.class - [JAR]

├─ link.jfire.mvc.view.View.class - [JAR]

link.jfire.mvc.interceptor

├─ link.jfire.mvc.interceptor.ActionInterceptor.class - [JAR]

link.jfire.mvc.binder.field

├─ link.jfire.mvc.binder.field.BinderField.class - [JAR]

link.jfire.mvc.util

├─ link.jfire.mvc.util.ActionFactory.class - [JAR]

├─ link.jfire.mvc.util.BeetlRender.class - [JAR]

├─ link.jfire.mvc.util.Demo.class - [JAR]

├─ link.jfire.mvc.util.HotwrapClassLoader.class - [JAR]

├─ link.jfire.mvc.util.JfireMvcResponseWrapper.class - [JAR]

├─ link.jfire.mvc.util.ServletOutputStreamWrapper.class - [JAR]

link.jfire.mvc.core

├─ link.jfire.mvc.core.Action.class - [JAR]

├─ link.jfire.mvc.core.ActionCenter.class - [JAR]

├─ link.jfire.mvc.core.ActionInitListener.class - [JAR]

├─ link.jfire.mvc.core.EasyMvcDispathServlet.class - [JAR]

├─ link.jfire.mvc.core.ViewAndModel.class - [JAR]

link.jfire.mvc.annotation

├─ link.jfire.mvc.annotation.ActionClass.class - [JAR]

├─ link.jfire.mvc.annotation.ActionMethod.class - [JAR]

├─ link.jfire.mvc.annotation.ContentType.class - [JAR]

├─ link.jfire.mvc.annotation.MvcIgnore.class - [JAR]

├─ link.jfire.mvc.annotation.MvcParse.class - [JAR]

├─ link.jfire.mvc.annotation.MvcRename.class - [JAR]

├─ link.jfire.mvc.annotation.RequestMethod.class - [JAR]

├─ link.jfire.mvc.annotation.RequestParam.class - [JAR]

link.jfire.mvc.binder.field.array

├─ link.jfire.mvc.binder.field.array.AbstractArrayField.class - [JAR]

├─ link.jfire.mvc.binder.field.array.ArrayBooleanField.class - [JAR]

├─ link.jfire.mvc.binder.field.array.ArrayDoubleField.class - [JAR]

├─ link.jfire.mvc.binder.field.array.ArrayFloatField.class - [JAR]

├─ link.jfire.mvc.binder.field.array.ArrayIntField.class - [JAR]

├─ link.jfire.mvc.binder.field.array.ArrayIntegerField.class - [JAR]

├─ link.jfire.mvc.binder.field.array.ArrayLongField.class - [JAR]

├─ link.jfire.mvc.binder.field.array.ArrayObjectField.class - [JAR]

├─ link.jfire.mvc.binder.field.array.ArrayStringField.class - [JAR]

├─ link.jfire.mvc.binder.field.array.ArrayWBooleanField.class - [JAR]

├─ link.jfire.mvc.binder.field.array.ArrayWDoubleField.class - [JAR]

├─ link.jfire.mvc.binder.field.array.ArrayWFloatField.class - [JAR]

├─ link.jfire.mvc.binder.field.array.ArrayWLongField.class - [JAR]

link.jfire.mvc.interceptor.impl

├─ link.jfire.mvc.interceptor.impl.DataBinderInterceptor.class - [JAR]

├─ link.jfire.mvc.interceptor.impl.UploadInterceptor.class - [JAR]

Advertisement

Dependencies from Group

Feb 24, 2016
8 usages
Dec 01, 2015
4 usages
Feb 24, 2016
4 usages
Feb 04, 2016
3 usages
Dec 01, 2015
1 usages

Discover Dependencies

Mar 06, 2017
15 stars
Mar 06, 2019
132 stars
Jun 02, 2016
48 stars
May 28, 2021
2 usages
120 stars
May 27, 2021
1 usages
120 stars
Mar 24, 2017
126 stars
May 28, 2021
126 stars
Mar 24, 2017
126 stars