|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWebModule
A J2EE web module.
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Method Summary | |
---|---|
java.lang.String |
getContextRoot()
Returns the context root of the module. |
java.lang.String |
getContextRoot(IModule earModule)
Returns the context root of the module. |
IModule[] |
getModules()
Returns the utility modules contained within this WAR. |
java.lang.String |
getURI(IModule module)
Returns the URI of the given contained module. |
Methods inherited from interface org.eclipse.jst.server.core.IJ2EEModule |
---|
getJavaOutputFolders, getResourceFolders, isBinary |
Method Detail |
---|
java.lang.String getContextRoot()
java.lang.String getContextRoot(IModule earModule)
earModule
- The EARModule if exist, if not null
IModule[] getModules()
java.lang.String getURI(IModule module)
module
- a module
null
if the URI could
not be found
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |