| |
|
| java.lang.Object org.millstone.base.Application org.millstone.examples.HelloWorld
Method Summary | |
public void | init() The initialization method that is the only requirement for
inheriting the org.millstone.base.service.Application class. |
init | public void init()(Code) | | The initialization method that is the only requirement for
inheriting the org.millstone.base.service.Application class. It will
be automatically called by the framework when a user accesses the
application.
|
|
|
|