java.lang.Object
org.apache.batik.script.rhino.RhinoInterpreterFactory
- All Implemented Interfaces:
- org.apache.batik.script.InterpreterFactory
- public class RhinoInterpreterFactory
- extends java.lang.Object
- implements org.apache.batik.script.InterpreterFactory
Allows to create instances of RhinoInterpreter class.
- Version:
- $Id: RhinoInterpreterFactory.java,v 1.9 2004/08/27 00:42:07 deweese Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEXT_ECMASCRIPT
static final java.lang.String TEXT_ECMASCRIPT
- See Also:
- Constant Field Values
RhinoInterpreterFactory
public RhinoInterpreterFactory()
- Builds a
RhinoInterpreterFactory.
getMimeType
public java.lang.String getMimeType()
- Returns the mime-type to register this interpereter with.
- Specified by:
getMimeType in interface org.apache.batik.script.InterpreterFactory
createInterpreter
public org.apache.batik.script.Interpreter createInterpreter(java.net.URL documentURL)
- Creates an instance of
RhinoInterpreter class.
- Specified by:
createInterpreter in interface org.apache.batik.script.InterpreterFactory