|
org.netbeans.api.web.webmodule 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebModule | |
---|---|
org.netbeans.modules.web.api.webmodule | API to access the properties of J2EE web modules. |
org.netbeans.modules.web.spi.webmodule | SPI for providers of J2EE web modules and frameworks. |
Uses of WebModule in org.netbeans.modules.web.api.webmodule |
---|
Methods in org.netbeans.modules.web.api.webmodule that return WebModule | |
---|---|
static WebModule |
WebModule.getWebModule(org.openide.filesystems.FileObject file)
Finds the web module for the given file. |
Uses of WebModule in org.netbeans.modules.web.spi.webmodule |
---|
Methods in org.netbeans.modules.web.spi.webmodule that return WebModule | |
---|---|
static WebModule |
WebModuleFactory.createWebModule(WebModuleImplementation spiWebmodule)
Creates an API web module instance for the given SPI web module. |
WebModule |
WebModuleProvider.findWebModule(org.openide.filesystems.FileObject file)
Find the web module containing a given file. |
Methods in org.netbeans.modules.web.spi.webmodule with parameters of type WebModule | |
---|---|
WebModuleExtender |
WebFrameworkProvider.createWebModuleExtender(WebModule wm,
ExtenderController controller)
Creates a web module extender for this framework
and the given web module. |
abstract Set<org.openide.filesystems.FileObject> |
WebModuleExtender.extend(WebModule webModule)
Called to extend the given web module with the web framework corresponding to this extender. |
Set |
WebFrameworkProvider.extend(WebModule wm)
Deprecated. This method has been replaced with createWebModuleExtender . |
abstract File[] |
WebFrameworkProvider.getConfigurationFiles(WebModule wm)
Returns the configuration files belonging to this framework. |
FrameworkConfigurationPanel |
WebFrameworkProvider.getConfigurationPanel(WebModule wm)
Deprecated. This method has been replaced with createWebModuleExtender . |
String[] |
WebPrivilegedTemplates.getPrivilegedTemplates(WebModule webModule)
Returns the list of templates which should be added in the initial "privileged" list when created a new file. |
abstract boolean |
WebFrameworkProvider.isInWebModule(WebModule wm)
Finds out if a given web module has already been extended with this framework. |
|
org.netbeans.api.web.webmodule 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |