|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IApplicationContext | |
|---|---|
| org.red5.server | |
| org.red5.server.jetty | |
| org.red5.server.tomcat | |
| Uses of IApplicationContext in org.red5.server |
|---|
| Fields in org.red5.server declared as IApplicationContext | |
|---|---|
protected IApplicationContext |
WebScope.appContext
The application context this webscope is running in. |
| 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.jetty |
|---|
| Classes in org.red5.server.jetty that implement IApplicationContext | |
|---|---|
class |
JettyApplicationContext
Class that wraps a Jetty webapp context. |
| Uses of IApplicationContext in org.red5.server.tomcat |
|---|
| Classes in org.red5.server.tomcat that implement IApplicationContext | |
|---|---|
class |
TomcatApplicationContext
Class that wraps a Tomcat webapp context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||