org.apache.openejb.jee.sun
Class Web

java.lang.Object
  extended by org.apache.openejb.jee.sun.Web

public class Web
extends Object


Field Summary
protected  String contextRoot
           
protected  String webUri
           
 
Constructor Summary
Web()
           
 
Method Summary
 String getContextRoot()
           
 String getWebUri()
           
 void setContextRoot(String value)
           
 void setWebUri(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

webUri

protected String webUri

contextRoot

protected String contextRoot
Constructor Detail

Web

public Web()
Method Detail

getWebUri

public String getWebUri()

setWebUri

public void setWebUri(String value)

getContextRoot

public String getContextRoot()

setContextRoot

public void setContextRoot(String value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.