cookxml.cookjs
Class CookJSLib
java.lang.Object
cookxml.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CookJSLib
public CookJSLib()
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