org.apache.commons.jelly.tags.beanshell
Class BeanShellTagLibrary

java.lang.Object
  extended byorg.apache.commons.jelly.TagLibrary
      extended byorg.apache.commons.jelly.tags.core.CoreTagLibrary
          extended byorg.apache.commons.jelly.tags.beanshell.BeanShellTagLibrary

public class BeanShellTagLibrary
extends org.apache.commons.jelly.tags.core.CoreTagLibrary

Describes the Taglib. This class could be generated by XDoclet

Version:
$Revision: 1.2 $
Author:
James Strachan

Field Summary
private  org.apache.commons.jelly.expression.ExpressionFactory expressionFactory
           
 
Fields inherited from class org.apache.commons.jelly.TagLibrary
 
Constructor Summary
BeanShellTagLibrary()
           
 
Method Summary
protected  org.apache.commons.jelly.expression.ExpressionFactory getExpressionFactory()
          Allows derived tag libraries to use their own factory
 
Methods inherited from class org.apache.commons.jelly.TagLibrary
createExpression, createTag, createTagScript, getTagClasses, registerTag, registerTagFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expressionFactory

private org.apache.commons.jelly.expression.ExpressionFactory expressionFactory
Constructor Detail

BeanShellTagLibrary

public BeanShellTagLibrary()
Method Detail

getExpressionFactory

protected org.apache.commons.jelly.expression.ExpressionFactory getExpressionFactory()
Allows derived tag libraries to use their own factory