1 2 24 25 package com.lutris.appserver.welcome; 26 27 import com.lutris.appserver.server.*; 28 import com.lutris.appserver.server.httpPresentation.*; 29 30 35 public class Welcome extends StandardApplication { 36 37 45 public String toHtml() { 46 return "<I>Customized information about your application " + 47 "can be displayed here.</I>"; 48 } 49 50 51 } 52 | Popular Tags |