## ============================================================================ ## Filename : CommandPropertiesTemplate.vm ## Note(s) : This template is used to generate command name properties file ## suitable for use as a command.properties file in a web application. ## ## Copyright (c) 2007 ThinkUI Software Inc. All rights reserved. ## ============================================================================ ## ## **************************************************************************** ## The following variables are available in this template. For more ## information on any of the following variable, please refer to the user guide. ## **************************************************************************** ## $projectName ## $authorName ## $headerText ## $prjPkgName ## $prjClassPrefix ## $dataClasses ## $date ## $codeGen ## $sectionSeparator ## $cmt ## #parse( "CommandPropertiesHeaderInclude.vm" ) $cmt $cmt ${prjClassPrefix} web commands $cmt #foreach( $dataClass in $dataClasses ) thinkui.${prjPkgName}.web.commands.New${dataClass.getName()}Command=${prjPkgName}_ne_${codeGen.toShortDbName($dataClass.getTableName())} thinkui.${prjPkgName}.web.commands.ShowView${dataClass.getName()}Command=${prjPkgName}_sh_${codeGen.toShortDbName($dataClass.getTableName())} thinkui.${prjPkgName}.web.commands.ShowSearch${dataClass.getName()}Command=${prjPkgName}_sh_${codeGen.toShortDbName($dataClass.getTableName())} thinkui.${prjPkgName}.web.commands.Search${dataClass.getName()}Command=${prjPkgName}_se_${codeGen.toShortDbName($dataClass.getTableName())} thinkui.${prjPkgName}.web.commands.Save${dataClass.getName()}Command=${prjPkgName}_sv_${codeGen.toShortDbName($dataClass.getTableName())} thinkui.${prjPkgName}.web.commands.Delete${dataClass.getName()}Command=${prjPkgName}_de_${codeGen.toShortDbName($dataClass.getTableName())} ${sectionSeparator}#end