org.apache.commons.jelly.tags.email
Class EmailTagLibrary

java.lang.Object
  extended by org.apache.commons.jelly.TagLibrary
      extended by org.apache.commons.jelly.tags.email.EmailTagLibrary

public class EmailTagLibrary
extends org.apache.commons.jelly.TagLibrary

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
EmailTagLibrary()
           
 
Method Summary
 
Methods inherited from class org.apache.commons.jelly.TagLibrary
createExpression, 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

EmailTagLibrary

public EmailTagLibrary()