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.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Constructor Summary
ExecutionContext(Map definitions, ScriptManager scriptManager, org.apache.cocoon.core.xml.SAXParser saxParser)
           
 
Method Summary
 Map getDefinitions()
           
 org.apache.cocoon.core.xml.SAXParser getSaxParser()
           
 ScriptManager getScriptManager()
           
 
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,
                        org.apache.cocoon.core.xml.SAXParser saxParser)
Method Detail

getDefinitions

public Map getDefinitions()

getScriptManager

public ScriptManager getScriptManager()

getSaxParser

public org.apache.cocoon.core.xml.SAXParser getSaxParser()


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.