Orange Servlet

Orange Servlet provides HTML templating with server-side Java. OrangeServlet is a servlet that is registered on *.html. It reads the html file at the right location according to URL. It renders the file as html, executing some scripting: * data-if="E" attributes for server-side conditional, * data-for="T x : E" attributes for server-side loops, * data-import="C" attributes for server-side class imports, * data-substitute="file.html" substitute an element with the processed contents of a file, * ${expressions} in element bodies and attribute values.

Лицензия

Лицензия

Группа

Группа

cat.inspiracio
Идентификатор

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

orange-servlet
Последняя версия

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

0.0.9
Дата

Дата

Тип

Тип

jar
Описание

Описание

Orange Servlet
Orange Servlet provides HTML templating with server-side Java. OrangeServlet is a servlet that is registered on *.html. It reads the html file at the right location according to URL. It renders the file as html, executing some scripting: * data-if="E" attributes for server-side conditional, * data-for="T x : E" attributes for server-side loops, * data-import="C" attributes for server-side class imports, * data-substitute="file.html" substitute an element with the processed contents of a file, * ${expressions} in element bodies and attribute values.
Ссылка на сайт

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

http://www.inspiracio.cat/orange-servlet

Скачать orange-servlet

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
cat.inspiracio : dummy-servlet jar 3.1.0

provided (1)

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

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

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

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

Версия
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1