cookxml.cookbsh
Class CookBSHLib
java.lang.Object
cookxml.cookbsh.CookBSHLib
- public class CookBSHLib
- extends Object
This is the BeanShell (http://http://www.beanshell.org/) extension for CookXml.
- Since:
- CookBSH 1.0
- See Also:
BSHCreator
,
CookXmlVarMap
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CookBSHLib
public CookBSHLib()
setupTags
public static void setupTags(InheritableTagLibrary tagLibrary)
throws CookXmlException
- Adds <bsh> tag to the tag library specified.
- Parameters:
tagLibrary
- the tag library to be setup
- Throws:
CookXmlException
- Since:
- CookBSH 1.0