cookxml.cookjython
Class CookJythonLib

java.lang.Object
  extended bycookxml.cookjython.CookJythonLib

public class CookJythonLib
extends Object

Sets up tag libraries to add a tag for Jython.

Since:
CookJython 1.0

Constructor Summary
CookJythonLib()
           
 
Method Summary
static void setupTags(InheritableTagLibrary tagLibrary)
          Adds <jython> tag to the tag library specified.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookJythonLib

public CookJythonLib()
Method Detail

setupTags

public static void setupTags(InheritableTagLibrary tagLibrary)
                      throws CookXmlException
Adds <jython> tag to the tag library specified.

Parameters:
tagLibrary - the tag library to be setup
Throws:
CookXmlException
Since:
CookJython 1.0