org.netbeans.modules.web.spi.webmodule
Class WebModuleFactory
java.lang.Object
org.netbeans.modules.web.spi.webmodule.WebModuleFactory
public final class WebModuleFactory
- extends Object
Most general way to create WebModule
instances.
You are not permitted to create them directly; instead you implement
WebModuleImplementation
and use this factory.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createWebModule
public static WebModule createWebModule(WebModuleImplementation spiWebmodule)
- Creates an API web module instance for the given SPI web module.
- Parameters:
spiWebmodule
- an instance of a SPI web module.
- Returns:
- an instance of a API web module.