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

java.lang.Object
  extended by org.apache.commons.jelly.TagLibrary
      extended by org.apache.commons.jelly.tags.xml.XMLTagLibrary
          extended by org.apache.commons.jelly.tags.jsl.JSLTagLibrary

public class JSLTagLibrary
extends org.apache.commons.jelly.tags.xml.XMLTagLibrary

Describes the Taglib. This class could be generated by XDoclet

Version:
$Revision: 155420 $
Author:
James Strachan

Field Summary
private  org.apache.commons.logging.Log log
          The Log to which logging calls will be made.
 
Constructor Summary
JSLTagLibrary()
           
 
Method Summary
 org.apache.commons.jelly.expression.Expression createExpression(org.apache.commons.jelly.expression.ExpressionFactory factory, org.apache.commons.jelly.impl.TagScript tagScript, java.lang.String attributeName, java.lang.String attributeValue)
           
 
Methods inherited from class org.apache.commons.jelly.tags.xml.XMLTagLibrary
createXPathTextExpression
 
Methods inherited from class org.apache.commons.jelly.TagLibrary
createTag, createTagScript, getExpressionFactory, getTagClasses, registerTag, registerTagFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private org.apache.commons.logging.Log log
The Log to which logging calls will be made.

Constructor Detail

JSLTagLibrary

public JSLTagLibrary()
Method Detail

createExpression

public org.apache.commons.jelly.expression.Expression createExpression(org.apache.commons.jelly.expression.ExpressionFactory factory,
                                                                       org.apache.commons.jelly.impl.TagScript tagScript,
                                                                       java.lang.String attributeName,
                                                                       java.lang.String attributeValue)
                                                                throws org.apache.commons.jelly.JellyException
Overrides:
createExpression in class org.apache.commons.jelly.tags.xml.XMLTagLibrary
Throws:
org.apache.commons.jelly.JellyException