ProtoObjectObjectWAPresenterWADecorationWATransaction
| active |
| instance | class |
|---|---|
| as yet unclassified | no messages
|
| active |
|---|
|
|
| as yet unclassified |
|---|
| close |
active _ false |
| initialize |
active _ true |
| isGlobal |
^ true |
| processChildCallbacks: aStream |
^ active ifTrue: [super processChildCallbacks: aStream] ifFalse: [self session pageExpired]. |
| renderContentOn: html |
active ifTrue: [ self renderOwnerOn: html ] ifFalse: [ self session pageExpired ] |