| phoneList.PhoneList
PhoneList | public class PhoneList extends StandardApplication (Code) | | Main application startup.
Application-wide data would go here.
|
Method Summary | |
public boolean | requestPreprocessor(HttpPresentationComms comms) | public void | startup(Config appConfig) | public String | toHtml() This is an optional function, used only by the Multiserver's graphical
administration. |
requestPreprocessor | public boolean requestPreprocessor(HttpPresentationComms comms) throws Exception(Code) | | |
startup | public void startup(Config appConfig) throws ApplicationException(Code) | | |
toHtml | public String toHtml()(Code) | | This is an optional function, used only by the Multiserver's graphical
administration. This bit of HTML appears in the status page for this
application. You could add extra status info, for example
a list of currently logged in users.
HTML that is displayed in the status page of the Multiserver. |
|
|