IWebAppModule Interface

com.bea.ide.workspace
IWebAppModule Interface

public interface IWebAppModule

    extends IModule

Interface for a J2EE Web Module.


All Superinterfaces
IModule

Method Summary

public String
getContextPath()
Returns the context path to this module on the server.
public void
setContextPath(String contextPath)
Sets the context path for this module on the server.
 
Methods from interface com.bea.ide.workspace.IModule
getIFile, getName
   

Method Detail

getContextPath() Method

public String getContextPath()
Returns the context path to this module on the server.

Returns

String context path.

setContextPath(String) Method

public void setContextPath(String contextPath)
Sets the context path for this module on the server. Warning: this can take some time to complete, as it will update the server if it is running.