📄 softwaresetuploginfo.page
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page-specification PUBLIC
"-//Apache Software Foundation//Tapestry Specification 3.0//EN"
"http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
<!-- generated by Spindle, http://spindle.sourceforge.net -->
<page-specification class="com.cis.manage.hwm.page.SoftwareSetupLogInfo">
<description>add a description</description>
<property-specification name="rjazstatus" type="java.lang.String" />
<property-specification name="rjazhcode" type="java.lang.String" />
<property-specification name="rjazsclass" type="java.lang.String"/>
<property-specification name="rjazstype" type="java.lang.String"/>
<property-specification name="rjazsname" type="java.lang.String" />
<property-specification name="rjazsvar" type="java.lang.String" />
<property-specification name="rjazpvar" type="java.lang.String" />
<property-specification name="rjazstime" type="java.lang.String"/>
<property-specification name="rjazusedline" type="java.lang.String" />
<property-specification name="rjazresurl" type="java.lang.String" />
<property-specification name="rjazfunc" type="java.lang.String" />
<property-specification name="rjlbvolist" type="java.util.List"/>
<property-specification name="rjlbvo" type="com.cis.manage.hwm.vo.impl.RjlbVO" />
<property-specification name="rjlxvolist" type="java.util.List"/>
<property-specification name="rjlxvo" type="com.cis.manage.hwm.vo.impl.RjlxVO"/>
<property-specification name="yjxxvolist" type="java.util.List" />
<property-specification name="yjxxvo" type="com.cis.manage.hwm.vo.impl.TwebYjxxVO"/>
<property-specification name="rjazid" type="java.lang.String"/>
<!--property-specification name="isAddFlag" type="boolean"/-->
<property-specification name="hwmManagerService" type="com.cis.manage.hwm.service.IHwmManager">
global.appContext.getBean("hwmManagerService")
</property-specification>
<component id="time" type="TextField">
<binding name="value" expression="rjazstime"></binding>
</component>
<bean name="delegate" class="com.common.util.UtilValidationDelegate"></bean>
<bean name="rjazstatusValidator" class="org.apache.tapestry.valid.NumberValidator">
<set-property name="required" expression="true"></set-property>
<set-property name="clientScriptingEnabled" expression="true"></set-property>
</bean>
<bean name="requireValidator" class="org.apache.tapestry.valid.StringValidator">
<set-property name="required">"true"</set-property>
<set-property name="clientScriptingEnabled">"true"</set-property>
</bean>
<context-asset name="photo" path="images/cis/tijiao.gif"/>
<context-asset name="stylesheet" path="css/cis/default.css"/>
</page-specification>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -