IModule
Interface for a J2EE Web Module.
IModule
Method Summary |
public |
|
public void |
|
Methods from interface com.bea.ide.workspace. |
|
Method Detail |
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.
Warning: this can take some time to complete, as
it will update the server if it is running.