|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterpreterFactory
An interface for factory objects than can create Interpreter
instances for a particular script language.
Method Summary | |
---|---|
Interpreter |
createInterpreter(java.net.URL documentURL,
boolean svg12)
This method should create an instance of Interpreter
interface implementation. |
java.lang.String[] |
getMimeTypes()
Returns the mime-types to register this interpereter with. |
Method Detail |
---|
java.lang.String[] getMimeTypes()
Interpreter createInterpreter(java.net.URL documentURL, boolean svg12)
Interpreter
interface implementation.
documentURL
- the url for the document which will be scriptedsvg12
- whether the document is an SVG 1.2 document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |