|
|||||||||
| Home >> All >> org >> apache >> batik >> script >> [ rhino overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.script.rhino
Class BatikWrapFactory

java.lang.ObjectWrapFactory
org.apache.batik.script.rhino.BatikWrapFactory
- class BatikWrapFactory
- extends WrapFactory
This is an utility class allowing to pass an ECMAScript function
as a parameter of the addEventListener method of
EventTarget objects as DOM Level 2 recommendation
required.
- Version:
- $Id: BatikWrapFactory.java,v 1.4 2004/08/18 07:14:57 vhardy Exp $
| Field Summary | |
private RhinoInterpreter |
interpreter
|
| Constructor Summary | |
BatikWrapFactory(RhinoInterpreter interp)
|
|
| Method Summary | |
java.lang.Object |
wrap(Context ctx,
Scriptable scope,
java.lang.Object obj,
java.lang.Class staticType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
interpreter
private RhinoInterpreter interpreter
| Constructor Detail |
BatikWrapFactory
public BatikWrapFactory(RhinoInterpreter interp)
| Method Detail |
wrap
public java.lang.Object wrap(Context ctx, Scriptable scope, java.lang.Object obj, java.lang.Class staticType)
|
|||||||||
| Home >> All >> org >> apache >> batik >> script >> [ rhino overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
WrapFactory