org.apache.tapestry.script
Class ScriptSession
java.lang.Object
|
+--org.apache.tapestry.script.ScriptSession
- public class ScriptSession
- extends Object
The result of executing a script, the session is used during the parsing
process as well. Following IScript#execute(Map)
, the session
provides access to output symbols as well as the body and initialization
blocks created by the script tokens.
- Since:
- 0.2.9
- Version:
- $Id: ScriptSession.java,v 1.1 2003/04/25 01:18:31 hlship Exp $
- Author:
- Howard Lewis Ship
ScriptSession
public ScriptSession(IResourceLocation scriptLocation,
IRequestCycle cycle,
IScriptProcessor processor,
Map symbols)
getScriptPath
public IResourceLocation getScriptPath()
getSymbols
public Map getSymbols()
getRequestCycle
public IRequestCycle getRequestCycle()
getProcessor
public IScriptProcessor getProcessor()
toString
public String toString()
- Overrides:
toString
in class Object