Package org.nuxeo.common.server
Class WebApplication
- java.lang.Object
-
- org.nuxeo.common.server.WebApplication
-
public class WebApplication extends Object
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description WebApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConfigurationFile()
String
getContextPath()
String
getWebRoot()
protected void
setPath(String path)
-
-
-
Constructor Detail
-
WebApplication
public WebApplication()
-
-
Method Detail
-
getWebRoot
public String getWebRoot()
-
getConfigurationFile
public String getConfigurationFile()
-
getContextPath
public String getContextPath()
-
-