o

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.
文件下载
文件名 操作
orange-servlet-4.0.4.jar 下载
orange-servlet-4.0.4.pom 下载
orange-servlet-4.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cat.inspiracio</groupId>
  <artifactId>orange-servlet</artifactId>
  <version>4.0.4</version>
</dependency>
Gradle Groovy
implementation 'cat.inspiracio:orange-servlet:4.0.4'
Gradle Kotlin
implementation("cat.inspiracio:orange-servlet:4.0.4")
Scala SBT
libraryDependencies += "cat.inspiracio" % "orange-servlet" % "4.0.4"
Groovy Grape
@Grapes(
  @Grab(group='cat.inspiracio', module='orange-servlet', version='4.0.4')
)
Apache Ivy
<dependency org="cat.inspiracio" name="orange-servlet" rev="4.0.4" />
Leiningen
[cat.inspiracio/orange-servlet "4.0.4"]
Apache Buildr
'cat.inspiracio:orange-servlet:jar:4.0.4'