com.werken.werkz.jelly
Class WerkzTagLibrary

java.lang.Object
  extended byorg.apache.commons.jelly.TagLibrary
      extended bycom.werken.werkz.jelly.WerkzTagLibrary

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

Implements a bunch of tags that are useful for working with Werkz.

Version:
$Revision: 1.1 $
Author:
James Strachan

Field Summary
private  org.apache.commons.logging.Log log
          The Log to which logging calls will be made.
 
Fields inherited from class org.apache.commons.jelly.TagLibrary
 
Constructor Summary
WerkzTagLibrary()
           
 
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

WerkzTagLibrary

public WerkzTagLibrary()