Uses of Class
com.orchestranetworks.rest.RESTApplicationAbstract
-
Packages that use RESTApplicationAbstract Package Description com.orchestranetworks.module This package allows to handle module registration. -
-
Uses of RESTApplicationAbstract in com.orchestranetworks.module
Method parameters in com.orchestranetworks.module with type arguments of type RESTApplicationAbstract Modifier and Type Method Description voidModuleInitializedContext. registerRESTApplication(Class<? extends RESTApplicationAbstract> anApplication)Registers dynamically a REST Toolkit application.
-