Package org.apache.batik.bridge
Class BatikWrapFactory
- java.lang.Object
-
- org.mozilla.javascript.WrapFactory
-
- org.apache.batik.bridge.BatikWrapFactory
-
class BatikWrapFactory extends org.mozilla.javascript.WrapFactory
This is an utility class allowing to pass an ECMAScript function as a parameter of theaddEventListener
method ofEventTarget
objects as DOM Level 2 recommendation required.- Version:
- $Id: BatikWrapFactory.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description private RhinoInterpreter
interpreter
-
Constructor Summary
Constructors Constructor Description BatikWrapFactory(RhinoInterpreter interp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
wrap(org.mozilla.javascript.Context ctx, org.mozilla.javascript.Scriptable scope, java.lang.Object obj, java.lang.Class staticType)
-
-
-
Field Detail
-
interpreter
private RhinoInterpreter interpreter
-
-
Constructor Detail
-
BatikWrapFactory
public BatikWrapFactory(RhinoInterpreter interp)
-
-