Skip navigation links
org.netbeans.api.web.webmodule 1.63

Package org.netbeans.modules.web.spi.webmodule

SPI for providers of J2EE web modules and frameworks.

See: Description

Package org.netbeans.modules.web.spi.webmodule Description

SPI for providers of J2EE web modules and frameworks.

This API will typically be used by modules that implement project types for J2EE web module (various implementations of web module project, web module with web services, portlets, etc.). It can be also used for implementation of web module that is not based on Projects API. Another use case is implementing support for web frameworks such as Struts or JSF.

A module that implements this API needs to expose an implementation of WebModuleProvider either in the project lookup (for implementations based on the Projects API) or in the global lookup. The module will implement WebModuleImplementation and use WebModuleFactory to create a WebModule.

A module wanting to provide support for a web framework needs to implement WebFrameworkProvider and usually also WebModuleExtender.

Skip navigation links
org.netbeans.api.web.webmodule 1.63