org.directwebremoting.extend
Interface ModuleManager
- All Known Implementing Classes:
- CreatorModuleManager, MasterModuleManager
public interface ModuleManager
- Author:
- Mike Wilson [mikewse at g mail dot com]
|
Method Summary |
Module |
getModule(java.lang.String name,
boolean includeHidden)
Returns the specific module instance matching the supplied name. |
java.util.Collection<java.lang.String> |
getModuleNames(boolean includeHidden)
Returns the names of all modules handled by this ModuleManager. |
getModuleNames
java.util.Collection<java.lang.String> getModuleNames(boolean includeHidden)
- Returns the names of all modules handled by this ModuleManager.
- Parameters:
includeHidden - Should hidden (internal) modules also be listed?
- Returns:
- collection of name strings
getModule
Module getModule(java.lang.String name,
boolean includeHidden)
- Returns the specific module instance matching the supplied name.
- Parameters:
name - module nameincludeHidden - Should hidden (internal) modules also be fetchable?
- Returns:
- module object