Uses of Interface
org.eclipse.jst.j2ee.application.Module

Packages that use Module
org.eclipse.jst.j2ee.application This package includes the j2ee Application module model api.  
 

Uses of Module in org.eclipse.jst.j2ee.application
 

Subinterfaces of Module in org.eclipse.jst.j2ee.application
 interface ConnectorModule
          Specifies the URI of a resource adapter archive file, relative to the top level of the application package.
 interface EjbModule
          Specifies the URI of a ejb-jar, relative to the top level of the application package.
 interface JavaClientModule
          specifies the URI of a java application client module, relative to the top level of the application package.
 interface WebModule
          Contains the web-uri and context-root of a web application module.
 

Methods in org.eclipse.jst.j2ee.application that return Module
 Module Application.getModule(java.lang.String uri, java.lang.String altDD)
          Returns the first module matching the specified uri and altDD
 Module Application.getModule(java.lang.String uri)
          Deprecated. preferably use Application.getModule(String, String) or Application.getFirstModule(String) There may be multiple modules with the same uri but different alt-dds
 Module Application.getFirstModule(java.lang.String uri)
          Returns the first module matching the specified uri
 Module Application.getModuleHavingAltDD(java.lang.String uri)
          Returns the first module where the alt dd matches the specified uri
 Module ApplicationFactory.createModule()