org.netbeans.api.web.webmodule 1.9

org.netbeans.modules.web.spi.webmodule
Class WebModuleFactory

java.lang.Object
  extended by 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.


Method Summary
static WebModule createWebModule(WebModuleImplementation spiWebmodule)
          Creates an API web module instance for the given SPI web module.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.

org.netbeans.api.web.webmodule 1.9

Built on September 25 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.