spring的源代码

源代码在线查看: test.vm

软件大小: 17633 K
上传用户: caim3587
关键词: spring 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				##				## test template for Velocity macro test class				##								NAME				$command.name								AGE				$command.age								MESSAGE				#springMessage("hello") #springMessage("world")								DEFAULTMESSAGE				#springMessageText("no.such.code" "hi") #springMessageText("no.such.code" "planet")								URL				#springUrl("/aftercontext.html")								FORM1				#springFormInput("command.name" "")								FORM2				#springFormInput("command.name" 'class="myCssClass"')								FORM3				#springFormTextarea("command.name" "")								FORM4				#springFormTextarea("command.name" "rows=10 cols=30")								FORM5				#springFormSingleSelect("command.name" $nameOptionMap "")								FORM6				#springFormMultiSelect("command.name" $nameOptionMap "")								FORM7				#springFormRadioButtons("command.name" $nameOptionMap " " "")								FORM8				#springFormCheckboxes("command.name" $nameOptionMap " " "")								FORM9				#springFormPasswordInput("command.name" "")								FORM10				#springFormHiddenInput("command.name" "")												ERRORS				#springShowErrors(" " "")			

相关资源