Browse Source

remove tlds

Nick Kasvosve 10 years ago
parent
commit
c0d9b389d9

+ 0 - 2
frameworks/Java/beyondj/beyondj-service/src/main/webapp/WEB-INF/tags/taglibs.jsp

@@ -1,8 +1,6 @@
 <%-- Stripes TLD --%>
 <%@ taglib prefix="s" uri="http://stripes.sourceforge.net/stripes.tld" %>
 <%@ taglib prefix="d" uri="http://stripes.sourceforge.net/stripes.tld" %>
-<%@ taglib prefix="beyondj" uri="http://www.beyondj.com/core" %>
-<%@ taglib prefix="secure" uri="http://www.lenox.com/security.tld" %>
 
 <%-- JSTL TLDs --%>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

+ 0 - 44
frameworks/Java/beyondj/beyondj-service/src/main/webapp/WEB-INF/tld/funcs.tld

@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<taglib
-        xsi:schemaLocation="
-            http://java.sun.com/xml/ns/javaee
-            http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
-        xmlns="http://java.sun.com/xml/ns/javaee"
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        version="2.1">
-
-    <tlib-version>1.0</tlib-version>
-    <short-name>beyondj</short-name>
-    <!-- Used for tools toAddress display -->
-    <uri>http://www.beyondj.com/core</uri>
-
-    <function>
-        <name>formatDate</name>
-        <function-class>com.lenox.beyondj.util.FunctionUtil</function-class>
-        <function-signature>java.lang.String formatDate(org.joda.time.DateTime)
-        </function-signature>
-    </function>
-
-    <function>
-        <name>hasRole</name>
-        <function-class>com.lenox.beyondj.util.FunctionUtil</function-class>
-        <function-signature>boolean hasRole(java.lang.String, java.lang.String)</function-signature>
-    </function>
-
-    <function>
-        <name>formattedDate</name>
-        <function-class>com.lenox.beyondj.util.FunctionUtil</function-class>
-        <function-signature>java.lang.String formattedDate(org.joda.time.DateTime)</function-signature>
-    </function>
-
-    <function>
-        <name>formatDay</name>
-        <function-class>com.lenox.beyondj.util.FunctionUtil</function-class>
-        <function-signature>java.lang.String formatDay(org.joda.time.DateTime)</function-signature>
-    </function>
-    <function>
-        <name>formatDateNicely</name>
-        <function-class>com.lenox.beyondj.util.FunctionUtil</function-class>
-        <function-signature>java.lang.String formatDateNicely(org.joda.time.DateTime)</function-signature>
-    </function>
-</taglib>

+ 0 - 22
frameworks/Java/beyondj/beyondj-service/src/main/webapp/WEB-INF/tld/menunewline.tld

@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<taglib xmlns="http://java.sun.com/xml/ns/javaee"
-		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-		xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
-		version="2.1">
-	<description>
-		Provides tags for use with the security package for the stripes web framework.
-	</description>
-	<display-name>Tag Library - Menu new Line</display-name>
-	<tlib-version>1.0</tlib-version>
-	<short-name>newline</short-name>
-	<uri>http://www.lenox.com/menunewline.tld</uri>
-	<tag>
-		<description><![CDATA[
-            <p>Wraps pieces of a JSP page to be displayed if content was not displayed at all on the page due to security constraints
-        ]]></description>
-		<name>newline</name>
-		<tag-class>com.lenox.security.MenuNewLineTag</tag-class>
-		<body-content>JSP</body-content>
-	</tag>	
-</taglib>

+ 0 - 60
frameworks/Java/beyondj/beyondj-service/src/main/webapp/WEB-INF/tld/security.tld

@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<taglib xmlns="http://java.sun.com/xml/ns/javaee"
-		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-		xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
-		version="2.1">
-
-	<description>
-		Provides tags for use with the security package for the stripes web framework.
-	</description>
-	<display-name>Lenox Stripes Tag Library - Security</display-name>
-	<tlib-version>1.0</tlib-version>
-	<short-name>security</short-name>
-	<uri>http://www.lenox.com/security.tld</uri>
-	<tag>
-		<description><![CDATA[
-            <p>Wraps pieces of a JSP page to be displayed if an event is allowed for some roles, regardless of action bean event.</p>
-        ]]></description>
-		<name>protected-element</name>
-		<tag-class>com.lenox.security.ProtectedElementTag</tag-class>
-		<body-content>JSP</body-content>
-		
-		<attribute>
-			<description>
-				The name of the element to check access for. 
-			</description>
-			<name>name</name>
-			<required>true</required>
-			<rtexprvalue>true</rtexprvalue>
-		</attribute>
-
-		<attribute>
-			<description>
-				The content id of the element to check access for. 
-			</description>
-			<name>contentId</name>
-			<required>false</required>
-			<rtexprvalue>true</rtexprvalue>
-		</attribute>
-
-		<attribute>
-			<description>
-				The content type of the element to check access for. 
-			</description>
-			<name>contentType</name>
-			<required>false</required>
-			<rtexprvalue>true</rtexprvalue>
-		</attribute>
-
-	</tag>
-	<tag>
-		<description><![CDATA[
-            <p>Wraps pieces of a JSP page to be displayed if content was not displayed at all on the page due to security constraints
-        ]]></description>
-		<name>when-no-content-displayed</name>
-		<tag-class>com.lenox.security.NoSecuredTagRenderedTag</tag-class>
-		<body-content>JSP</body-content>
-	</tag>	
-	
-</taglib>