| License |
License |
|---|---|
| GroupId | GroupIdcat.inspiracio |
| ArtifactId | ArtifactIdorange-servlet |
| Version | Version0.0.8 |
| Type | Typejar |
| Description |
DescriptionOrange 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.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| orange-servlet-0.0.8.pom | |
| orange-servlet-0.0.8.jar | 13 KB |
| orange-servlet-0.0.8-sources.jar | 12 KB |
| orange-servlet-0.0.8-javadoc.jar | 418 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cat.inspiracio/orange-servlet/ -->
<dependency>
<groupId>cat.inspiracio</groupId>
<artifactId>orange-servlet</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/cat.inspiracio/orange-servlet/
implementation 'cat.inspiracio:orange-servlet:0.0.8'
// https://jarcasting.com/artifacts/cat.inspiracio/orange-servlet/
implementation ("cat.inspiracio:orange-servlet:0.0.8")
'cat.inspiracio:orange-servlet:jar:0.0.8'
<dependency org="cat.inspiracio" name="orange-servlet" rev="0.0.8">
<artifact name="orange-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='cat.inspiracio', module='orange-servlet', version='0.0.8')
)
libraryDependencies += "cat.inspiracio" % "orange-servlet" % "0.0.8"
[cat.inspiracio/orange-servlet "0.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| cat.inspiracio : dummy-servlet | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |