org.apache.cocoon.template.environment
Class ExecutionContext

java.lang.Object
  extended byorg.apache.cocoon.template.environment.ExecutionContext

public class ExecutionContext
extends Object

Version:
SVN $Id: ExecutionContext.java 279071 2005-09-06 19:16:41Z lgawron $

Constructor Summary
ExecutionContext(Map definitions, ScriptManager scriptManager, ServiceManager serviceManager)
           
 
Method Summary
 Map getDefinitions()
           
 ScriptManager getScriptManager()
           
 ServiceManager getServiceManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionContext

public ExecutionContext(Map definitions,
                        ScriptManager scriptManager,
                        ServiceManager serviceManager)
Method Detail

getDefinitions

public Map getDefinitions()

getScriptManager

public ScriptManager getScriptManager()

getServiceManager

public ServiceManager getServiceManager()


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.