License |
License |
---|---|
GroupId | GroupIdcat.inspiracio |
ArtifactId | ArtifactIdhtml-servlet |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHTML Servlet
HTMLServlet provides HTML templating with server-side javascript.
HTMLServlet 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:
* ${expressions} in element bodies and attribute values
* data-* attributes for conditionals, loops, local variables, and inclusion
* <script> element with server-side javascript.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
html-servlet-0.0.3.pom | |
html-servlet-0.0.3.jar | 32 KB |
html-servlet-0.0.3-sources.jar | 25 KB |
html-servlet-0.0.3-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cat.inspiracio/html-servlet/ -->
<dependency>
<groupId>cat.inspiracio</groupId>
<artifactId>html-servlet</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/cat.inspiracio/html-servlet/
implementation 'cat.inspiracio:html-servlet:0.0.3'
// https://jarcasting.com/artifacts/cat.inspiracio/html-servlet/
implementation ("cat.inspiracio:html-servlet:0.0.3")
'cat.inspiracio:html-servlet:jar:0.0.3'
<dependency org="cat.inspiracio" name="html-servlet" rev="0.0.3">
<artifact name="html-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='cat.inspiracio', module='html-servlet', version='0.0.3')
)
libraryDependencies += "cat.inspiracio" % "html-servlet" % "0.0.3"
[cat.inspiracio/html-servlet "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.specs : geronimo-servlet_2.5_spec | jar | 1.2 |
org.apache.geronimo.specs : geronimo-jsp_2.0_spec | jar | 1.1 |
cat.inspiracio : html-parser | jar | 0.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |
cat.inspiracio : dummy-servlet | jar | 0.0.0 |