| License |
License |
|---|---|
| GroupId | GroupIdcat.inspiracio |
| ArtifactId | ArtifactIdorange-servlet |
| Last Version | Last Version0.0.9 |
| Release Date | Release Date |
| 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.9.pom | |
| orange-servlet-0.0.9.jar | 10 KB |
| orange-servlet-0.0.9-sources.jar | 8 KB |
| orange-servlet-0.0.9-javadoc.jar | 43 KB |
| Browse |
<!-- 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"]
| 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 |