webapp.shell.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of willow-servers Show documentation
Show all versions of willow-servers Show documentation
Willow operational servlets and servers
The newest version!
#set ($env = $system.getProperty("env"))
#if ($env == "dev")
#set ($wro = $xml.parse("classpath:wro.xml"))
#set ($jsarr = $xml.xpath("//*[local-name()='js']", $wro))
#foreach ($js in $jsarr)
#end
#foreach ($key in $request.getAttributeNames())
#end
#foreach ($key in $session.getAttributeNames())
#end
#else
#end