org.red5.server.war
Class WebSettings

java.lang.Object
  extended by org.red5.server.war.WebSettings
All Implemented Interfaces:
Serializable

public class WebSettings
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
WebSettings()
           
 
Method Summary
 String[] getConfigs()
           
 String getPath()
           
 String getWebAppKey()
           
 void setConfigs(String[] configs)
           
 void setPath(String path)
           
 void setWebAppKey(String webAppKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSettings

public WebSettings()
Method Detail

getPath

public String getPath()

setPath

public void setPath(String path)

getConfigs

public String[] getConfigs()

setConfigs

public void setConfigs(String[] configs)

getWebAppKey

public String getWebAppKey()

setWebAppKey

public void setWebAppKey(String webAppKey)


Copyright © 2006-2007 the Red5 project.