header.page

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

PAGE
28
字号
<?xml version="1.0"?>
<!DOCTYPE page-specification PUBLIC 
  "-//Apache Software Foundation//Tapestry Specification 3.0//EN" 
  "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">

<page-specification class="com.res.core.service.security.page.Header">
       
        
    <property-specification name="userName" type="java.lang.String"/>
    <property-specification name="loggedIn" type="boolean"/>
    <property-specification name="loginDateTime" type="java.util.Date"/>

    <!--property-specification name="dueClass" type="java.lang.String"/-->
    
    <property-specification name="windowTitle" type="java.lang.String"/>
     <!--
    <component id="Shell" type="Shell">-->
        <!--<binding name="stylesheet" expression="assets.stylesheet"/>-->
       <!-- <binding name="title" expression="windowTitle"/>	
    </component>-->
    
    <!--component id="selectItem" type="PropertySelection">
	    <binding name="model" expression="orgSelectionModel" />
	    <binding name="value" expression="orgInfoVOItem"/>
	    <binding name="submitOnChange" expression="true"/>
    </component-->
    <context-asset name="security" path="/css/security/security.css"/>
</page-specification>    

⌨️ 快捷键说明

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