jvanzyl 2002/11/24 16:40:14
Modified: src/java/org/apache/maven/jelly BaseTagLibrary.java
Log:
o slowly getting rid of jelly aids as i truly start to understand what
jelly is doing under the covers.
Revision Changes Path
1.5 +2 -22
jakarta-turbine-maven/src/java/org/apache/maven/jelly/BaseTagLibrary.java
Index: BaseTagLibrary.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/jelly/BaseTagLibrary.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- BaseTagLibrary.java 24 Nov 2002 19:33:00 -0000 1.4
+++ BaseTagLibrary.java 25 Nov 2002 00:40:14 -0000 1.5
@@ -78,26 +78,6 @@
*/
public BaseTagLibrary()
{
- }
-
- /**
- * Allows taglibs to use their own expression evaluation mechanism
- */
- public Expression createExpression( ExpressionFactory factory,
- TagScript tagScript,
- String attributeName,
- String attributeValue )
- throws Exception
- {
- ExpressionFactory myFactory = getExpressionFactory();
- Expression expr = CompositeExpression.parse( attributeValue, myFactory );
-
- return expr;
- }
-
- /** Allows derived tag libraries to use their own factory */
- protected ExpressionFactory getExpressionFactory()
- {
- return new MavenExpressionFactory();
+ super();
}
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>