cookxml.cookbsh
Class CookBSHLib

java.lang.Object
  extended bycookxml.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

Constructor Summary
CookBSHLib()
           
 
Method Summary
static void setupTags(InheritableTagLibrary tagLibrary)
          Adds <bsh> 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

CookBSHLib

public CookBSHLib()
Method Detail

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