klsxlist.page

来自「博克后台的开发,有很多使用的方法和例子可以提供给大家学习」· PAGE 代码 · 共 32 行

PAGE
32
字号
<?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.wsm.page.basic.KlsxList">

    <description>list</description>
     <property-specification name="klsxlist" type="java.util.List" />
     <property-specification name="operationType" type="java.lang.String"/>
     <property-specification name="item" type="com.cis.manage.wsm.vo.impl.WebwzklVo" />
     <property-specification name="twebwzklDao" type="com.cis.manage.wsm.dao.ITwebwzklDAO">
         global.appContext.getBean("twebwzklDao")
     </property-specification>
     <property-specification name="wsmManagerService" type="com.cis.manage.wsm.service.IwsmManager">          
		global.appContext.getBean("wsmManagerService")
   	 </property-specification>
     <property-specification name="twebKlzdDAO"
                         type="com.cis.manage.wsm.dao.ITwebKlzdDAO">
        global.appContext.getBean("twebKlzdDAO")
     </property-specification>
     <property-specification name="twebKlsdDAO"
                         type="com.cis.manage.wsm.dao.ITwebKlsdDAO">
        global.appContext.getBean("twebKlsdDAO")
     </property-specification>
      <property-specification name="pageModel" type="com.res.core.service.ui.component.navbar.PageModel" persistent="yes"/>
     <context-asset name="stylesheet" path="./css/cis/default.css"/>
     <context-asset name="tjImage" path="./images/cis/tianjia.gif"/>
     <context-asset name="scImage" path="./images/cis/shanchu.gif"/>
</page-specification>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?