Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.script.rhino
Class RhinoInterpreterFactory  view RhinoInterpreterFactory download RhinoInterpreterFactory.java

java.lang.Object
  extended byorg.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 $

Field Summary
(package private) static java.lang.String TEXT_ECMASCRIPT
           
 
Constructor Summary
RhinoInterpreterFactory()
          Builds a RhinoInterpreterFactory.
 
Method Summary
 org.apache.batik.script.Interpreter createInterpreter(java.net.URL documentURL)
          Creates an instance of RhinoInterpreter class.
 java.lang.String getMimeType()
          Returns the mime-type to register this interpereter with.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT_ECMASCRIPT

static final java.lang.String TEXT_ECMASCRIPT
See Also:
Constant Field Values
Constructor Detail

RhinoInterpreterFactory

public RhinoInterpreterFactory()
Builds a RhinoInterpreterFactory.

Method Detail

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