ex4_11.txt
来自「j2ee core design patterns」· 文本 代码 · 共 14 行
TXT
14 行
Example 4.11 Controlling Access Using a Control Component
<%@ taglib uri="/WEB-INF/corepatternstaglibrary.tld" prefix="corepatterns" %>
<corepatterns:guard/>
<html>
<head><title>Hide Resource from Client</title></head>
<body>
<h2>This view is shown to the client only if the
control component allows access. The view delegates
the control check to the guard tag at the top of the
page.</h2>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?