jar

com.github.kristianhelgesen.aramis : aramis

Maven & Gradle

May 25, 2014
0 stars

Aramis templating engine · Aramis is a light weight template language and template engine, extending the Mustache template syntax. Support for expressions, content rendering, decorator templates, content controllers, view perspectives.

Table Of Contents

Latest Version

Download com.github.kristianhelgesen.aramis : aramis JAR file - Latest Versions:

All Versions

Download com.github.kristianhelgesen.aramis : aramis JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window aramis-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.aramis

├─ com.github.aramis.ContentProvider.class - [JAR]

├─ com.github.aramis.Context.class - [JAR]

├─ com.github.aramis.DecorationReceivingTemplate.class - [JAR]

├─ com.github.aramis.Lexer.class - [JAR]

├─ com.github.aramis.Parser.class - [JAR]

├─ com.github.aramis.ParserCallback.class - [JAR]

├─ com.github.aramis.ParserException.class - [JAR]

├─ com.github.aramis.RenderEngine.class - [JAR]

├─ com.github.aramis.Tag.class - [JAR]

├─ com.github.aramis.Template.class - [JAR]

├─ com.github.aramis.TemplateBuilder.class - [JAR]

├─ com.github.aramis.TemplateFactory.class - [JAR]

├─ com.github.aramis.Token.class - [JAR]

com.github.aramis.renderinstruction

├─ com.github.aramis.renderinstruction.DecoratorRenderInstruction.class - [JAR]

├─ com.github.aramis.renderinstruction.MvelRenderInstruction.class - [JAR]

├─ com.github.aramis.renderinstruction.RenderInstruction.class - [JAR]

├─ com.github.aramis.renderinstruction.RenderInstructionContainer.class - [JAR]

├─ com.github.aramis.renderinstruction.SectionInvRenderInstruction.class - [JAR]

├─ com.github.aramis.renderinstruction.SectionRenderInstruction.class - [JAR]

├─ com.github.aramis.renderinstruction.TemplateRenderInstruction.class - [JAR]

├─ com.github.aramis.renderinstruction.TextRenderInstruction.class - [JAR]

├─ com.github.aramis.renderinstruction.Util.class - [JAR]

com.github.aramis.site

├─ com.github.aramis.site.RenderDispatcher.class - [JAR]

├─ com.github.aramis.site.URLResolver.class - [JAR]