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