Uses of Interface
org.red5.server.api.IApplicationContext

Packages that use IApplicationContext
org.red5.server   
org.red5.server.scope   
 

Uses of IApplicationContext in org.red5.server
 

Fields in org.red5.server with type parameters of type IApplicationContext
static Map<String,IApplicationContext> LoaderBase.red5AppCtx
          Current Red5 application context, set by the different loaders.
 

Methods in org.red5.server that return IApplicationContext
static IApplicationContext LoaderBase.getRed5ApplicationContext(String path)
          Getter for a Red5 application context.
static IApplicationContext LoaderBase.removeRed5ApplicationContext(String path)
          Remover for a Red5 application context.
 

Methods in org.red5.server that return types with arguments of type IApplicationContext
static Map<String,IApplicationContext> LoaderBase.getRed5ApplicationContexts()
          Returns the map containing all of the registered Red5 application contexts.
 

Methods in org.red5.server with parameters of type IApplicationContext
static void LoaderBase.setRed5ApplicationContext(String path, IApplicationContext context)
          Setter for a Red5 application context.
 

Uses of IApplicationContext in org.red5.server.scope
 

Fields in org.red5.server.scope declared as IApplicationContext
protected  IApplicationContext WebScope.appContext
          The application context this webscope is running in.
 



Copyright © 2006-2012 The Red5 Project