⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 security.tld

📁 JSP开发的博客管理系统,使用struts+hibernate+AJAX技术
💻 TLD
字号:
<?xml version="1.0" encoding="GB2312"?>
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<taglib>
	<tlibversion>1.0</tlibversion>
	<jspversion>1.1</jspversion>
	<shortname>dlog</shortname>
	<uri>http://www.dlogcn.com</uri>
	
	<tag>
		<name>isLogin</name>
		<tagclass>dlog4j.security.IsLoginTag</tagclass>
		<bodycontent>JSP</bodycontent>
	</tag>
	<tag>
		<name>notLogin</name>
		<tagclass>dlog4j.security.IsnotLoginTag</tagclass>
		<bodycontent>JSP</bodycontent>
	</tag>
	<tag>
		<name>isRoleOf</name>
		<tagclass>dlog4j.security.IsRoleOfTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<attribute>
			<name>role</name>
			<required>true</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>
		<attribute>
			<name>user</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>
		<attribute>
			<name>orNull</name>
			<required>false</required>
			<rtexprvalue>false</rtexprvalue>
		</attribute>
	</tag>
	<tag>
		<name>isNotRoleOf</name>
		<tagclass>dlog4j.security.IsNotRoleOfTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<attribute>
			<name>role</name>
			<required>true</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>
		<attribute>
			<name>user</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>
		<attribute>
			<name>orNull</name>
			<required>false</required>
			<rtexprvalue>false</rtexprvalue>
		</attribute>
	</tag>
	<tag>
		<name>canAccess</name>
		<tagclass>dlog4j.security.CanAccessTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<attribute>
			<name>resource</name>
			<required>true</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>
		<attribute>
			<name>operation</name>
			<required>true</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>
		<attribute>
			<name>range</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>
	</tag>
	<tag>
		<name>cannotAccess</name>
		<tagclass>dlog4j.security.CannotAccessTag</tagclass>
		<bodycontent>JSP</bodycontent>
		<attribute>
			<name>resource</name>
			<required>true</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>
		<attribute>
			<name>operation</name>
			<required>true</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>
		<attribute>
			<name>range</name>
			<required>false</required>
			<rtexprvalue>true</rtexprvalue>
		</attribute>
	</tag>

</taglib>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -