org.apache.batik.bridge
Class RhinoInterpreterFactory

java.lang.Object
  extended by org.apache.batik.bridge.RhinoInterpreterFactory
All Implemented Interfaces:
InterpreterFactory

public class RhinoInterpreterFactory
extends Object
implements InterpreterFactory

Allows to create instances of RhinoInterpreter class.

Version:
$Id: RhinoInterpreterFactory.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
Christophe Jolif, Vincent Hardy

Field Summary
static String[] RHINO_MIMETYPES
          The MIME types that Rhino can handle.
 
Constructor Summary
RhinoInterpreterFactory()
          Builds a RhinoInterpreterFactory.
 
Method Summary
 Interpreter createInterpreter(URL documentURL, boolean svg12)
          Creates an instance of RhinoInterpreter class.
 Interpreter createInterpreter(URL documentURL, boolean svg12, ImportInfo imports)
          Creates an instance of RhinoInterpreter class.
 String[] getMimeTypes()
          Returns the mime-types 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

RHINO_MIMETYPES

public static final String[] RHINO_MIMETYPES
The MIME types that Rhino can handle.

Constructor Detail

RhinoInterpreterFactory

public RhinoInterpreterFactory()
Builds a RhinoInterpreterFactory.

Method Detail

getMimeTypes

public String[] getMimeTypes()
Returns the mime-types to register this interpereter with.

Specified by:
getMimeTypes in interface InterpreterFactory

createInterpreter

public Interpreter createInterpreter(URL documentURL,
                                     boolean svg12)
Creates an instance of RhinoInterpreter class.

Specified by:
createInterpreter in interface InterpreterFactory
Parameters:
documentURL - the url for the document which will be scripted
svg12 - whether the document is an SVG 1.2 document

createInterpreter

public Interpreter createInterpreter(URL documentURL,
                                     boolean svg12,
                                     ImportInfo imports)
Creates an instance of RhinoInterpreter class.

Specified by:
createInterpreter in interface InterpreterFactory
Parameters:
documentURL - the url for the document which will be scripted
svg12 - whether the document is an SVG 1.2 document
imports - The set of classes/packages to import (if the interpreter supports that), may be null.


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.