Uses of Class
org.apache.commons.jelly.tags.bsf.JellyContextRegistry

Uses of JellyContextRegistry in org.apache.commons.jelly.tags.bsf
 

Fields in org.apache.commons.jelly.tags.bsf declared as JellyContextRegistry
private  JellyContextRegistry BSFExpressionFactory.registry
           
private  JellyContextRegistry BSFExpression.registry
          The adapter to BSF's ObjectRegistry that uses the JellyContext
 

Methods in org.apache.commons.jelly.tags.bsf that return JellyContextRegistry
private  JellyContextRegistry ScriptTag.getRegistry()
           
 

Constructors in org.apache.commons.jelly.tags.bsf with parameters of type JellyContextRegistry
BSFExpression(java.lang.String text, org.apache.bsf.BSFEngine engine, org.apache.bsf.BSFManager manager, JellyContextRegistry registry)