|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.red5.server.jetty.JettyApplicationLoader
public class JettyApplicationLoader
Class that can load new applications in Jetty.
| Field Summary | |
|---|---|
protected static Logger |
log
Logger |
| Constructor Summary | |
|---|---|
protected |
JettyApplicationLoader(Server server,
ApplicationContext rootCtx)
Create new application loader for Jetty servers. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static Logger log
| Constructor Detail |
|---|
protected JettyApplicationLoader(Server server,
ApplicationContext rootCtx)
server - | Method Detail |
|---|
public ApplicationContext getRootContext()
ApplicationContext.
getRootContext in interface IApplicationLoader
public void loadApplication(String contextPath,
String virtualHosts,
String directory)
throws Exception
loadApplication in interface IApplicationLoadercontextPath - context pathvirtualHosts - virtual hostsdirectory - directory
Exception - for fun
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||