|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensubsystems.core.www.WebModuleDefinitionManager
public class WebModuleDefinitionManager
This manager is used for collecting all web client modules that are available in the system.
| Field Summary | |
|---|---|
protected java.util.Map |
m_mapWebModules
Map of all web modules. |
| Constructor Summary | |
|---|---|
WebModuleDefinitionManager()
Default constructor |
|
| Method Summary | |
|---|---|
void |
add(WebModule moduleDefinition)
Add new web module definition to the cache. |
static WebModuleDefinitionManager |
getInstance()
Get the default instance. |
java.lang.String |
getModuleNameFromURL(java.lang.String strURL)
Get web module name from URL. |
java.util.Map |
getWebModuleDefinitions()
|
static void |
setInstance(WebModuleDefinitionManager defaultInstance)
Set default instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Map m_mapWebModules
| Constructor Detail |
|---|
public WebModuleDefinitionManager()
| Method Detail |
|---|
public static WebModuleDefinitionManager getInstance()
throws OSSException
OSSException - - an error has occuredpublic static void setInstance(WebModuleDefinitionManager defaultInstance)
defaultInstance - - new default instancegetInstance()public java.util.Map getWebModuleDefinitions()
public void add(WebModule moduleDefinition)
moduleDefinition - - web module definition to add.public java.lang.String getModuleNameFromURL(java.lang.String strURL)
strURL - - URL the module name has to be found for
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||