Changes for page Development-Stateless Components
Last modified by Pascal Robert on 2010/09/19 10:26
From version 1.1
edited by smmccraw
on 2007/07/08 09:46
on 2007/07/08 09:46
Change comment:
There is no comment for this version
To version 3.1
edited by Quinton Dolan
on 2007/07/12 20:34
on 2007/07/12 20:34
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. smmccraw1 +XWiki.qdolan - Content
-
... ... @@ -1,12 +1,12 @@ 1 1 Implement [[isStateless>>http://developer.apple.com/documentation/WebObjects/Reference/API5.2.2/com/webobjects/appserver/WOComponent.html#isStateless()]] in your WOComponent and you will be able to manage the state yourself: 2 2 3 -{{ panel}}3 +{{code}} 4 4 5 - 6 - 7 - 5 +public boolean isStateless() { 6 + return true; 7 +} 8 8 9 -{{/ panel}}9 +{{/code}} 10 10 11 11 === Chuck Hill === 12 12