jar

com.github.stephenenright : spring-router

Maven & Gradle

Feb 16, 2021
0 stars

Spring Router · spring-router-mvc is a small, simple but pragmatic project. This project provides an alternative to the default routing mechanism provided by spring mvc. This project provides an API that supports adding routes and routing constraints to your application.

Table Of Contents

Latest Version

Download com.github.stephenenright : spring-router JAR file - Latest Versions:

All Versions

Download com.github.stephenenright : spring-router JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1

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

com.github.stephenenright.spring.router.mvc.tags.thymeleaf

├─ com.github.stephenenright.spring.router.mvc.tags.thymeleaf.RouterExpression.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.tags.thymeleaf.RouterExpressionDialects.class - [JAR]

com.github.stephenenright.spring.router.mvc

├─ com.github.stephenenright.spring.router.mvc.Http.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.HttpMethod.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.Route.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteApiConfiger.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteCollection.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteConfigSpec.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteConfiger.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteConstants.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteControllers.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteDetail.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteHandlerMethod.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteHelper.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteMvc.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteOutputOptions.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteParameterCollection.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteParseUtils.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteParsed.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteParser.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteResolver.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteSegments.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouteUtils.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.Router.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouterExceptions.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RouterMvc.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RoutesBuilder.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RoutesBuilderImpl.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.RoutesConfig.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.SpringRouterConfiguration.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.SpringRouterHandlerMapping.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.SpringRouterSupport.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.UrlBuilder.class - [JAR]

com.github.stephenenright.spring.router.mvc.constraint.parameter

├─ com.github.stephenenright.spring.router.mvc.constraint.parameter.ConstraintUtils.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.constraint.parameter.EmailConstraint.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.constraint.parameter.MaxConstraint.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.constraint.parameter.MaxLengthConstraint.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.constraint.parameter.MinConstraint.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.constraint.parameter.MinLengthConstraint.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.constraint.parameter.MinMaxConstraint.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.constraint.parameter.MinMaxLengthConstraint.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.constraint.parameter.NumericConstraint.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.constraint.parameter.RegexConstraint.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.constraint.parameter.RequiredConstraint.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.constraint.parameter.RouteParameterConstraint.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.constraint.parameter.RouteParameterConstraintBase.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.constraint.parameter.SlugConstraint.class - [JAR]

com.github.stephenenright.spring.router.mvc.client.js

├─ com.github.stephenenright.spring.router.mvc.client.js.JsRouterConfiguration.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.client.js.JsRoutesFileJavascriptWriters.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.client.js.JsRoutesFileWriter.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.client.js.JsRoutesFileWriterImpl.class - [JAR]

com.github.stephenenright.spring.router.mvc.constraint

├─ com.github.stephenenright.spring.router.mvc.constraint.DomainEqualsConstraint.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.constraint.RouteConstraint.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.constraint.RouteConstraints.class - [JAR]

com.github.stephenenright.spring.router.mvc.tags.jsp

├─ com.github.stephenenright.spring.router.mvc.tags.jsp.PatternByNameTag.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.tags.jsp.ReverseRouteByNameTag.class - [JAR]

├─ com.github.stephenenright.spring.router.mvc.tags.jsp.ReverseRouteTag.class - [JAR]