![JAR search and dependency download from the Maven repository](/logo.png)
panda.tool.codegen.action.common.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of panda-tool Show documentation
Show all versions of panda-tool Show documentation
Panda Tool contains some commonly used tools and source code generator for Panda Mvc. Can generate Entity/Query/Dao/Action class, Freemarker (HTML) template file.
<#include "../lib.ftl"/>
<#assign actionPackage = package_name(action.actionClass)/>
<#assign actionClass = class_name(action.actionClass)/>
<#assign actionBasePackage = package_name(action.actionBaseClass)/>
<#assign actionBaseClass = class_name(action.actionBaseClass)/>
<#assign entityBeanPackage = entity.package/>
<#assign entityBeanClass = entity.simpleName/>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy