org.apache.commons.jelly.tags.bsf
Class BSFTagLibrary

java.lang.Object
  |
  +--org.apache.commons.jelly.TagLibrary
        |
        +--org.apache.commons.jelly.tags.core.CoreTagLibrary
              |
              +--org.apache.commons.jelly.tags.bsf.BSFTagLibrary
Direct Known Subclasses:
JavaScriptTagLibrary, JPythonTagLibrary, PNutsTagLibrary

public class BSFTagLibrary
extends CoreTagLibrary

Describes the Taglib. This class could be generated by XDoclet

Version:
$Revision: 1.1 $
Author:
James Strachan

Constructor Summary
BSFTagLibrary()
           
 
Method Summary
protected  ExpressionFactory getExpressionFactory()
          Allows derived tag libraries to use their own factory
 void setLanguage(java.lang.String language)
           
 
Methods inherited from class org.apache.commons.jelly.TagLibrary
createExpression, createTagScript, getTagClasses, registerTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BSFTagLibrary

public BSFTagLibrary()
Method Detail

setLanguage

public void setLanguage(java.lang.String language)

getExpressionFactory

protected ExpressionFactory getExpressionFactory()
Allows derived tag libraries to use their own factory
Overrides:
getExpressionFactory in class TagLibrary


Copyright © 2002-2002 Apache Software Foundation. All Rights Reserved.