org.red5.server.jetty
Class Red5WebPropertiesConfiguration

java.lang.Object
  extended by org.red5.server.jetty.Red5WebPropertiesConfiguration
All Implemented Interfaces:
Serializable, EventListener, Configuration

public class Red5WebPropertiesConfiguration
extends Object
implements Configuration, EventListener

Red web properties configuration

See Also:
Serialized Form

Field Summary
protected  WebAppContext _context
          Web application context
protected static Logger log
          Logger
 
Constructor Summary
Red5WebPropertiesConfiguration()
           
 
Method Summary
 void configureClassLoader()
          
 void configureDefaults()
          
 void configureWebApp()
          
 void deconfigureWebApp()
          
 WebAppContext getWebAppContext()
          
 void setWebAppContext(WebAppContext context)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static Logger log
Logger


_context

protected WebAppContext _context
Web application context

Constructor Detail

Red5WebPropertiesConfiguration

public Red5WebPropertiesConfiguration()
Method Detail

setWebAppContext

public void setWebAppContext(WebAppContext context)

Specified by:
setWebAppContext in interface Configuration

getWebAppContext

public WebAppContext getWebAppContext()

Specified by:
getWebAppContext in interface Configuration

configureClassLoader

public void configureClassLoader()
                          throws Exception

Specified by:
configureClassLoader in interface Configuration
Throws:
Exception

configureDefaults

public void configureDefaults()
                       throws Exception

Specified by:
configureDefaults in interface Configuration
Throws:
Exception

configureWebApp

public void configureWebApp()
                     throws Exception

Specified by:
configureWebApp in interface Configuration
Throws:
Exception

deconfigureWebApp

public void deconfigureWebApp()
                       throws Exception

Specified by:
deconfigureWebApp in interface Configuration
Throws:
Exception


Copyright © 2006-2009 The Red5 Project