📄 appfilters.jsp
字号:
<%-- ~ Licensed under the GPL License. You may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://probe.jstripe.com/d/license.shtml ~ ~ THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR ~ IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED ~ WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. --%><%@ page contentType="text/html;charset=UTF-8" language="java" session="false" %><%@ taglib uri='http://java.sun.com/jsp/jstl/core' prefix='c' %><%@ taglib uri="http://www.springframework.org/tags" prefix="spring" %><%@ taglib uri="http://displaytag.sf.net" prefix="display" %><%@ taglib uri="/WEB-INF/tags/jstripe.tld" prefix="js" %><%-- Displays a list of web application filters Author: Andy Shapoval--%><html><head> <title> <spring:message code="probe.jsp.title.app.filters" arguments="${param.webapp}"/> </title></head><%-- Make Tab #1 visually "active".--%><c:set var="navTabApps" value="active" scope="request"/><c:set var="use_decorator" value="application" scope="request"/><c:set var="appTabFilters" value="active" scope="request"/><body><ul class="options"> <li id="viewAppFilterMaps"> <a href="<c:url value="/appfiltermaps.htm"> <c:param name="webapp" value="${param.webapp}"/> </c:url>"><spring:message code="probe.jsp.app.filters.opt.maps"/></a> </li></ul><div class="embeddedBlockContainer"> <c:choose> <c:when test="${! empty appFilters}"> <h3><spring:message code="probe.jsp.app.filters.h3.defs"/></h3> <display:table htmlId="filterTbl" name="appFilters" id="fltr" class="genericTbl" cellspacing="0" cellpadding="0" requestURI="" defaultsort="1"> <display:column property="filterName" sortable="true" titleKey="probe.jsp.app.filters.col.filterName" maxLength="40" class="leftmost"/> <display:column property="filterClass" sortable="true" titleKey="probe.jsp.app.filters.col.filterClass" maxLength="50"/> <display:column titleKey="probe.jsp.app.filters.col.filterDesc" sortable="false"> <js:out value="${ftlr.filterDesc}" maxLength="50"/> </display:column> </display:table> </c:when> <c:otherwise> <div class="infoMessage"> <p> <spring:message code="probe.jsp.app.filters.empty"/> </p> </div> </c:otherwise> </c:choose></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -