Skip to content

ed3/struts-pebble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

struts-pebble

Pebble templates for struts framework (examples included)

Requirement

  • java 17 or greater (for older version use java8 branch)
  • struts 7 libraries
  • pebble-3.2.2.jar

Dependency

  • unbescape-1.1.6.RELEASE.jar

Configuration

Default values for constants:

struts.pebble.prefix = WEB-INF/templates
struts.pebble.suffix = .html

Add constants in struts.xml (optional)

...
<constant name="struts.pebble.prefix" value="templates" />
<constant name="struts.pebble.suffix" value=".html" />
...

or add constants in struts.properties (optional)

struts.pebble.prefix = templates
struts.pebble.suffix = .html

About

Pebble templates for struts framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published