testcase.psml
来自「jetspeed源代码」· PSML 代码 · 共 92 行
PSML
92 行
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<portlets id="01" name="theRootSet">
<security id="999"/>
<metainfo>
<title>Jetspeed</title>
<description>This is the default page for me</description>
<image>me.png</image>
</metainfo>
<parameter name="city" value="Atlanta" />
<parameter name="state" value="Georgia" />
<parameter name="country" value="USA" />
<skin name="skinny" state="DETACHED">
<property name="a" value="1"/>
<property name="b" value="2"/>
</skin>
<layout name="layout1" size="1" position="3">
<property name="a" value="1"/>
<property name="b" value="2"/>
</layout>
<control name="TabControl">
<property name="a" value="1"/>
<property name="b" value="2"/>
</control>
<controller name="TabController">
<property name="a" value="1"/>
<property name="b" value="2"/>
</controller>
<entry id="03" parent="LoggedInWelcome">
<layout>
<property name="column" value="9"/>
<property name="row" value="7"/>
</layout>
<metainfo>
<title>Home</title>
</metainfo>
<control name="TabControl"/>
</entry>
<portlets id="02">
<controller name="TwoColumns"/>
<metainfo>
<title>Home</title>
</metainfo>
<entry id="99" parent="HelloWhatever">
<layout>
<property name="column" value="0"/>
<property name="row" value="0"/>
</layout>
</entry>
<entry id="100" parent="HelloVelocity">
<layout>
<property name="column" value="1"/>
<property name="row" value="0"/>
</layout>
</entry>
<entry parent="HelloCleveland">
<layout>
<property name="column" value="1"/>
<property name="row" value="0"/>
</layout>
</entry>
<reference id='300' name='ReferenceTest' path='group/apache/page/news/media-type/html'/>
<reference id='301' name='ReferenceTest2' path='group/apache/media-type/html'/>
</portlets>
</portlets>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?