Package org.red5.server.api
Interface IApplicationLoader
public interface IApplicationLoader
Interface for servers that can load new applications.
- Author:
- The Red5 Project, Joachim Bauch (jojo@struktur.de)
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.context.ApplicationContextReturn the rootApplicationContext.voidloadApplication(String contextPath, String virtualHosts, String directory) Load a new application for the given context path from a directory.
-
Method Details
-
loadApplication
Load a new application for the given context path from a directory.- Parameters:
contextPath- context pathvirtualHosts- virtual hostsdirectory- directory- Throws:
Exception- for fun
-
getRootContext
org.springframework.context.ApplicationContext getRootContext()Return the rootApplicationContext.- Returns:
- application context
-