Interface and Description |
---|
org.netbeans.modules.web.spi.webmodule.FrameworkConfigurationPanel
This class has been replaced with
WebModuleExtender . |
org.netbeans.modules.web.spi.webmodule.WebModuleImplementation
implement
WebModuleImplementation2 |
Method and Description |
---|
org.netbeans.modules.web.spi.webmodule.WebModuleFactory.createWebModule(WebModuleImplementation) |
org.netbeans.modules.web.spi.webmodule.WebFrameworkProvider.extend(WebModule)
This method has been replaced with
createWebModuleExtender . |
org.netbeans.modules.web.spi.webmodule.WebFrameworkProvider.getConfigurationPanel(WebModule)
This method has been replaced with
createWebModuleExtender . |
org.netbeans.modules.web.api.webmodule.WebModule.getJ2eePlatformVersion() |
org.netbeans.modules.web.api.webmodule.WebModule.getJavaSources()
This method is deprecated, because its return values does
not contain enough information about the source roots. Source roots
are usually implemented by a
org.netbeans.api.project.SourceGroup ,
which is more than just a container for a FileObject . |
org.netbeans.modules.web.spi.webmodule.WebModuleImplementation.getJavaSources()
This method is deprecated, because its return values does
not contain enough information about the source roots. Source roots
are usually implemented by a
org.netbeans.api.project.SourceGroup ,
which is more than just a container for a FileObject . |
org.netbeans.modules.web.spi.webmodule.WebModuleImplementation2.getJavaSources()
This method is deprecated, because its return values does
not contain enough information about the source roots. Source roots
are usually implemented by a
org.netbeans.api.project.SourceGroup ,
which is more than just a container for a FileObject . |