public interface ModuleInitializedContext
It is invoked before the end of the module's initialization phase.
ModuleRegistrationListener.handleContextInitialized(ModuleInitializedContext)| Modifier and Type | Method and Description | 
|---|---|
| void | registerRESTApplication(Class<? extends RESTApplicationAbstract> anApplication)Registers dynamically a REST Toolkit application. | 
void registerRESTApplication(Class<? extends RESTApplicationAbstract> anApplication)
anApplication - REST Toolkit application class to instantiate, register and load.