org.apache.cocoon.el.impl.helpers
Class RhinoScopeFactory

java.lang.Object
  extended byorg.apache.cocoon.el.impl.helpers.RhinoScopeFactory

public final class RhinoScopeFactory
extends Object

This is a simple factory class that produces Rhino scope. Scope returned by this factory will be used as Spring bean.


Constructor Summary
RhinoScopeFactory()
           
 
Method Summary
static org.mozilla.javascript.Scriptable createRhinoScope()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RhinoScopeFactory

public RhinoScopeFactory()
Method Detail

createRhinoScope

public static org.mozilla.javascript.Scriptable createRhinoScope()


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.