smalltalk
/
osmo-st-all
Archived
1
0
Fork 0

Merge branch 'master' of github.com:NicolasPetton/iliad

Conflicts:
	Tests/package.xml
This commit is contained in:
Nicolas Petton 2010-10-13 14:58:11 +02:00
commit 72f56d739c
1 changed files with 2 additions and 1 deletions

View File

@ -41,11 +41,12 @@ ILObject subclass: ILContext [
| request router session urlBuilder previousStateRegistry stateRegistry builtWidgets attributes |
<category: 'Iliad-Core-Sessions'>
<comment: 'I store current request context objects:
- the router
- the session
- the request itself
A can be accessed through ILObject>>context'>
I can be accessed through ILObject>>context'>
router [
<category: 'accessing'>