tapestrytrees.application
来自「经典Tapestry教程 经典Tapestry教程」· APPLICATION 代码 · 共 17 行
APPLICATION
17 行
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application
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 -->
<application name="TapestryTrees" engine-class="org.apache.tapestry.engine.BaseEngine" >
<description><![CDATA[ This application demonstrates the Tapestry Tree component ]]></description>
<property name="org.apache.tapestry.visit-class">tapestrytrees.TapestryTreesVisit</property>
<library id="contrib" specification-path="/org/apache/tapestry/contrib/Contrib.library"/>
<page name="Home" specification-path="Home.page"/>
</application>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?