| com.lutris.appserver.welcome.Welcome
Welcome | public class Welcome extends StandardApplication (Code) | | This is a standard Enhydra appliation. All of the work is done in the
parent class StandardApplication. Normally application-wide data would
be stored here, as well as startup code etc..
|
Method Summary | |
public String | toHtml() This is an optional function, used by the Multiserver's graphical
admin. |
toHtml | public String toHtml()(Code) | | This is an optional function, used by the Multiserver's graphical
admin. This bit of HTML appears in the status page for this
application.
HTML that is displayed in the status page of theMultiserver. |
|
|