📄 testcompanionportlet.jsp.svn-base
字号:
<%--Licensed to the Apache Software Foundation (ASF) under one or morecontributor license agreements. See the NOTICE file distributed withthis work for additional information regarding copyright ownership.The ASF licenses this file to You under the Apache License, Version 2.0(the "License"); you may not use this file except in compliance withthe License. You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express orimplied.See the License for the specific language governing permissions andlimitations under the License.--%><%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %><%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%><portlet:defineObjects/><div class="portlet-section-body"><p> This portlet is a companion portlet to the 286 Test Portlet. It is designed to test interportlet coordination features of version 2.0 of the Java Portlet API (JSR-286) which include public render parameters and eventing. </p><c:if test="${not empty param['public-render-param1']}"> <p> <h4>Public Render Parameter Test Results:</h4> <p> checkPublicRenderParameter test: <b><c:out value="${param['public-render-param1']}"/></b> </p> </p></c:if><c:if test="${not empty eventInfo}"> <p> <h4>Information from last event:</h4> <p><c:out value="${eventInfo}" /></p> </p></c:if></div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -