public abstract class AbstractTopicWebApp extends AbstractWebApp
| Modifier and Type | Field and Description |
|---|---|
protected TopicMapManager |
tmManager |
appStartPage, topicRequestKey, webAppNameactionParamKey, handledActions, httpHeaders, isDefaultAction, replacements, replacementsInitialized, servletModuleengine, initScript, persistentObjects, scriptManager, startScript, stopScriptautoStart, isInitialized, isRunning, logging, loggingModule, moduleManager| Constructor and Description |
|---|
AbstractTopicWebApp() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Module> |
getDependencies(ModuleManager manager)
Returns all the modules this module depends on.
|
Topic |
resolveTopic(java.lang.String query) |
void |
start(ModuleManager manager)
Starts the module.
|
void |
stop(ModuleManager manager)
Stops the module.
|
getAppName, getAppStartPage, getAppTopicPage, initaddHandledAction, doReplacements, handleAction, handleRequest, isHandleAction, setActionParamKey, setHttpHeadersgetScriptEngineisInitialized, isRunning, requireLogging, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisInitialized, isRunningprotected TopicMapManager tmManager
public Topic resolveTopic(java.lang.String query)
public void start(ModuleManager manager) throws ModuleException
Modulestart in interface Modulestart in class AbstractWebAppmanager - The module manager handling this module.ModuleExceptionpublic void stop(ModuleManager manager)
Modulestop in interface Modulestop in class AbstractActionmanager - The module manager handling this module.public java.util.Collection<Module> getDependencies(ModuleManager manager) throws ModuleException
ModulegetDependencies in interface ModulegetDependencies in class AbstractWebAppmanager - The module manager handling this module.ModuleExceptionCopyright 2004-2015 Wandora Team