org.apache.directory.server.integration.http
Class WebApp

java.lang.Object
  extended by org.apache.directory.server.integration.http.WebApp

public class WebApp
extends Object

A class to configure a web application

Author:
Apache Directory Project

Constructor Summary
WebApp()
           
 
Method Summary
 String getContextPath()
           
 String getWarFile()
           
 void setContextPath(String contextPath)
           
 void setWarFile(String warFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebApp

public WebApp()
Method Detail

getWarFile

public String getWarFile()

getContextPath

public String getContextPath()

setWarFile

public void setWarFile(String warFile)

setContextPath

public void setContextPath(String contextPath)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.