Page: http://wiki.cocoondev.org/Wiki.jsp?page=Flow , version: 30 on Wed Apr 23
18:51:01 2003 by TonyCollen
- !!A:
+ !!A: Interface to various Cocoon abstractions:
-
- // interface to various cocoon abstractions:
- **load(fileName) // loads a script
+ **{{load(fileName)}} // loads a script
? ++ ++
- **createSession() // attaches this flow script instance to session
+ **{{createSession()}} // attaches this flow script instance to session
? ++ ++
- **removeSession() // detaches this flow script instance from session
+ **{{removeSession()}} // detaches this flow script instance from session
? ++ ++
- // action/input/output module interfaces:
? ^^^^^^^^^
+ **action/input/output module interfaces:
? ^^
- **callAction(type, source, parameters)
+ ***{{callAction(type, source, parameters)}}
? +++ ++
- **inputModuleGetAttribute(type, attribute)
+ ***{{inputModuleGetAttribute(type, attribute)}}
? +++ ++
- **outputModuleSetAttribute(type, attribute, value)
+ ***{{outputModuleSetAttribute(type, attribute, value)}}
? +++ ++
- **sendPage(uri, bizData); // call presentation layer to present bizData
? ^
+ **{{sendPage(uri, bizData)}} // call presentation layer to present bizData
? ++ ^^
- **sendPageAndWait(uri, bizData, timeToLive) // call presentation layer to
present bizData and wait for subsequent request
+ **{{sendPageAndWait(uri, bizData, timeToLive)}} // call presentation layer to
present bizData and wait for subsequent request
? ++ ++
- **act(type, src, param)
+ **{{act(type, src, param)}}
? ++ ++
- **inputValue(type, name)
+ **{{inputValue(type, name)}}
? ++ ++
- **outputSet(type, name, value)
+ **{{outputSet(type, name, value)}}
? ++ ++
- **outputCommit(type)
+ **{{outputCommit(type)}}
? ++ ++
- **outputRollback(type)
+ **{{outputRollback(type)}}
? ++ ++
- **print(args) // prints args to standard out
+ **{{print(args)}} // prints args to standard out
? ++ ++
- ***error(message)
+ ***{{error(message)}}
? ++ ++
- ***debug(message)
+ ***{{debug(message)}}
? ++ ++
- ***warn(message)
+ ***{{warn(message)}}
? ++ ++
- ***info(message)
+ ***{{info(message)}}
? ++ ++