cookxml.cookjs
Class CookJSLib

java.lang.Object
  extended bycookxml.cookjs.CookJSLib

public class CookJSLib
extends Object

This is the JavaScript extension for CookXml using Mozilla Rhino (http://www.mozilla.org/rhino/) .

Since:
CookJS 1.0

Constructor Summary
CookJSLib()
           
 
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

CookJSLib

public CookJSLib()
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:
CookJS 1.0