Cocoon API: Class InterpreterFactory
org.apache.cocoon.interpreter
Class InterpreterFactory
java.lang.Object
|
+--org.apache.cocoon.framework.AbstractActor
|
+--org.apache.cocoon.framework.Router
|
+--org.apache.cocoon.interpreter.InterpreterFactory
All Implemented Interfaces: Actor , Configurable , Status
public class InterpreterFactory extends Router
Version: $Revision: 1.4 $ $Date: 2000/02/13 18:29:25 $
Author: Ricardo Rocha
Methods inherited from class org.apache.cocoon.framework.Router
init
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
InterpreterFactory
public InterpreterFactory ()
getInterpreter
public Interpreter getInterpreter (java.lang.String language)
throws LanguageException
getStatus
public java.lang.String getStatus ()
Description copied from interface: Status
Returns information about the status of the implementing class.
Note : this is use instead of the usual toString()
method because some of these methods are declared final in some
classes in JDK 1.1.
Overrides: getStatus
in class Router
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.