org.apache.commons.jelly.tags.jsl
Class JSLTagLibrary

java.lang.Object
  |
  +--org.apache.commons.jelly.TagLibrary
        |
        +--org.apache.commons.jelly.tags.xml.XMLTagLibrary
              |
              +--org.apache.commons.jelly.tags.jsl.JSLTagLibrary

public class JSLTagLibrary
extends XMLTagLibrary

Describes the Taglib. This class could be generated by XDoclet

Version:
$Revision: 1.6 $
Author:
James Strachan

Constructor Summary
JSLTagLibrary()
           
 
Method Summary
 Expression createExpression(ExpressionFactory factory, java.lang.String tagName, java.lang.String attributeName, java.lang.String attributeValue)
          Allows taglibs to use their own expression evaluation mechanism
 
Methods inherited from class org.apache.commons.jelly.TagLibrary
createTag, createTagScript, getExpressionFactory, getTagClasses, registerTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSLTagLibrary

public JSLTagLibrary()
Method Detail

createExpression

public Expression createExpression(ExpressionFactory factory,
                                   java.lang.String tagName,
                                   java.lang.String attributeName,
                                   java.lang.String attributeValue)
                            throws java.lang.Exception
Description copied from class: TagLibrary
Allows taglibs to use their own expression evaluation mechanism
Overrides:
createExpression in class XMLTagLibrary


Copyright © 2002-2002 Apache Software Foundation. All Rights Reserved.