org.red5.server.api
Interface IApplicationLoader

All Known Implementing Classes:
JettyApplicationLoader, TomcatApplicationLoader

public interface IApplicationLoader

Interface for servers that can load new applications.

Author:
The Red5 Project (red5@osflash.org), Joachim Bauch (jojo@struktur.de)

Method Summary
 org.springframework.context.ApplicationContext getRootContext()
          Return the root ApplicationContext.
 void loadApplication(String contextPath, String virtualHosts, String directory)
          Load a new application for the given context path from a directory.
 

Method Detail

loadApplication

void loadApplication(String contextPath,
                     String virtualHosts,
                     String directory)
                     throws Exception
Load a new application for the given context path from a directory.

Parameters:
contextPath -
virtualHosts -
directory -
Throws:
Exception

getRootContext

org.springframework.context.ApplicationContext getRootContext()
Return the root ApplicationContext.

Returns:


Copyright © 2006-2007 the Red5 project.