cookxml.cookbsf
Class CookBSFLib

java.lang.Object
  extended bycookxml.cookbsf.CookBSFLib

public class CookBSFLib
extends Object

This is the BSF (Bean Scripting Framework http://jakarta.apache.org/bsf/) extension for CookXml.

Since:
CookBSF 1.0
See Also:
BSFCreator

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

CookBSFLib

public CookBSFLib()
Method Detail

setupTags

public static void setupTags(InheritableTagLibrary tagLibrary)
                      throws CookXmlException
Adds <script> tag to the tag library specified.

Parameters:
tagLibrary - the tag library to be setup
Throws:
CookXmlException
Since:
CookBSF 1.0