java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.flow.AbstractInterpreter
org.apache.cocoon.components.flow.CompilingInterpreter
All Implemented Interfaces:
org.apache.avalon.framework.activity.Disposable, org.apache.avalon.framework.thread.SingleThreaded, org.apache.avalon.framework.service.Serviceable, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.component.Component, org.apache.avalon.framework.context.Contextualizable, Interpreter
Direct Known Subclasses:
FOM_JavaScriptInterpreter
< - a href="mailto:ovidiu@apache.org">Ovidiu Predescu< - a href="mailto:crafterm@apache.org">Marcus Crafter< - a href="mailto:cziegeler@apache.org">Carsten ZiegelerCVS - $Id: CompilingInterpreter.java 494773 2007-01-10 09:24:02Z cziegeler $| Nested Class Summary: | ||
|---|---|---|
| protected class | CompilingInterpreter.ScriptSourceEntry | |
| Field Summary | ||
|---|---|---|
| protected SourceResolver | sourceresolver | A source resolver |
| protected Map | compiledScripts | Mapping of String objects (source uri's) to ScriptSourceEntry's |
| Fields inherited from org.apache.cocoon.components.flow.AbstractInterpreter: |
|---|
| avalonContext, needResolve, context, manager, continuationsMgr, reloadScripts, checkTime |
| Method from org.apache.cocoon.components.flow.CompilingInterpreter Summary: |
|---|
| compileScript, dispose, service |
| Methods from org.apache.cocoon.components.flow.AbstractInterpreter: |
|---|
| configure, contextualize, dispose, forwardTo, getInterpreterID, process, register, service, setInterpreterID |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.cocoon.components.flow.CompilingInterpreter Detail: |
|---|
|
|
|