home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / DynamicElements / Images.wo / Images.wos < prev   
Encoding:
Text File  |  1996-03-08  |  450 b   |  21 lines

  1.  
  2. - showExample1 {
  3.     return [WOApp pageWithName:@"ImagesEx1"];
  4. }
  5.  
  6. - showExample2 {
  7.     return [WOApp pageWithName:@"ImagesEx2"];
  8. }
  9.  
  10. - showExample3 {
  11.     return [WOApp pageWithName:@"ImagesEx3"];
  12. }
  13.  
  14. // This method sets the current synopsis page for the session.  
  15. // The "Synopsis Page" hyperlink in the example page requires this
  16. // information.
  17. - willPrepareForRequest:request inContext:context {
  18.     [WOApp setSynopsisPage:[context pageName]];
  19. }
  20.  
  21.