cookxml.cookjython
Class CookJythonLib
java.lang.Object
cookxml.cookjython.CookJythonLib
- public class CookJythonLib
- extends Object
Sets up tag libraries to add a tag for Jython.
- Since:
- CookJython 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CookJythonLib
public CookJythonLib()
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