Shredzone Commons: View

Shredzone Commons: Enhanced Spring Views

Лицензия

Лицензия

GNU Lesser General Public License Version 3
Группа

Группа

org.shredzone.commons
Идентификатор

Идентификатор

commons-view
Последняя версия

Последняя версия

1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Shredzone Commons: View
Shredzone Commons: Enhanced Spring Views
Ссылка на сайт

Ссылка на сайт

http://commons.shredzone.org
Система контроля версий

Система контроля версий

https://github.com/shred/commons-view/

Скачать commons-view

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.shredzone.commons/commons-view/ -->
<dependency>
    <groupId>org.shredzone.commons</groupId>
    <artifactId>commons-view</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-view/
implementation 'org.shredzone.commons:commons-view:1.4'
// https://jarcasting.com/artifacts/org.shredzone.commons/commons-view/
implementation ("org.shredzone.commons:commons-view:1.4")
'org.shredzone.commons:commons-view:jar:1.4'
<dependency org="org.shredzone.commons" name="commons-view" rev="1.4">
  <artifact name="commons-view" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.shredzone.commons', module='commons-view', version='1.4')
)
libraryDependencies += "org.shredzone.commons" % "commons-view" % "1.4"
[org.shredzone.commons/commons-view "1.4"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
javax.annotation : javax.annotation-api jar 1.3.2
org.springframework : spring-core jar [4.1.0.RELEASE,)
org.springframework : spring-context jar [4.1.0.RELEASE,)
org.springframework : spring-expression jar [4.1.0.RELEASE,)
org.springframework : spring-web jar [4.1.0.RELEASE,)
org.springframework : spring-webmvc jar [4.1.0.RELEASE,)
org.slf4j : slf4j-api jar [1.7.0,)

provided (2)

Идентификатор библиотеки Тип Версия
com.google.code.findbugs : jsr305 jar 3.0.2
javax.servlet : javax.servlet-api jar 3.1.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

commons-view build status maven central

commons-view is a micro framework for parsing URLs, finding the appropriate view handlers, and for creating links to views.

Basically it is comparable to Spring's MVC, but allows some more features like URL wildcards and link generation.

This software is part of the Shredzone Commons.

Features

  • Map views to URLs just by using annotations
  • Use placeholders within URLs
  • Pass in URL placeholders and request parameters as method parameters, type conversion included
  • Add Spring converters and e.g. pass in an entity just by its ID
  • Generate a link just by passing in its parameter values
  • Requires Java 8 (up to v1.0: Java 6)

Documentation

See the online documentation for examples.

Contribute

License

commons-view is open source software. The source code is distributed under the terms of GNU Lesser General Public License Version 3.

Версии библиотеки

Версия
1.4
1.3
1.2
1.1
1.0