SmalltalkCodeGeneratorTool.st
changeset 15005 99f17b72f95d
parent 15004 0df5dfbfbb1d
child 15006 51c4a44295be
equal deleted inserted replaced
15004:0df5dfbfbb1d 15005:99f17b72f95d
  1244     ].
  1244     ].
  1245 
  1245 
  1246     (nonMetaClass includesSelector:#page3:) ifFalse:[
  1246     (nonMetaClass includesSelector:#page3:) ifFalse:[
  1247         txt :=
  1247         txt :=
  1248 'page3:aRequest
  1248 'page3:aRequest
  1249     "This is a sample page which generates plain text (i.e. nit html)."
  1249     "This is a sample page which generates plain text (i.e. not html)."
  1250 
  1250 
  1251     <resource: #PAGE>
  1251     <resource: #PAGE>
  1252 
  1252 
  1253     aRequest response
  1253     aRequest response
  1254         contentType:''text/plain'';
  1254         contentType:''text/plain'';
  2713 ! !
  2713 ! !
  2714 
  2714 
  2715 !SmalltalkCodeGeneratorTool class methodsFor:'documentation'!
  2715 !SmalltalkCodeGeneratorTool class methodsFor:'documentation'!
  2716 
  2716 
  2717 version
  2717 version
  2718     ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.31 2014-12-11 10:23:43 cg Exp $'
  2718     ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.32 2014-12-11 10:25:36 cg Exp $'
  2719 !
  2719 !
  2720 
  2720 
  2721 version_CVS
  2721 version_CVS
  2722     ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.31 2014-12-11 10:23:43 cg Exp $'
  2722     ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.32 2014-12-11 10:25:36 cg Exp $'
  2723 !
  2723 !
  2724 
  2724 
  2725 version_SVN
  2725 version_SVN
  2726     ^ '$Id: SmalltalkCodeGeneratorTool.st,v 1.31 2014-12-11 10:23:43 cg Exp $'
  2726     ^ '$Id: SmalltalkCodeGeneratorTool.st,v 1.32 2014-12-11 10:25:36 cg Exp $'
  2727 ! !
  2727 ! !
  2728 
  2728