Package com.webmethods.portal.framework
Interface IWebApplication
- All Superinterfaces:
IComponent
,IComponentProvider
,IInitializable
,IURIResolver
This is the interface that provides the various components necessary for a Web-based Application.
This includes a PortalServlet and various Managers
-
Field Summary
Fields inherited from interface com.webmethods.portal.system.IComponentProvider
ATTR_APP_NAME, ATTR_BEG_QUERY, ATTR_END_QUERY, ATTR_MID_QUERY, BIZPOLICY_MANAGER, CACHE_PROVIDER, COMMAND_PROVIDER, COMPONENTS_QUERY, INSTALL_PROVIDER, MECH_PROVIDER, METACONTEXT_PROVIDER, PHASE_PROVIDER, POLICY_PROVIDER, SEARCH_PROVIDER
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.webmethods.portal.system.IComponent
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
Methods inherited from interface com.webmethods.portal.system.IComponentProvider
exists, getComponent, getComponent, getComponent, getComponentQueryString, getComponents, getDefaultComponent, getLogger, initDeferredWebAppComponents, lookup, registerComponent, reloadComponent, reloadComponent, unregisterComponent, upgradeComponentDataFromBootstrapComponentData
Methods inherited from interface com.webmethods.portal.system.init.IInitializable
init, shutdown
Methods inherited from interface com.webmethods.portal.system.IURIResolver
acquireURI, acquireURI
-
Method Details
-
getCurrentResourceResolver
ICurrentResourceResolver getCurrentResourceResolver()- Returns:
- the
ICurrentResourceResolver
for the web application
-
getPortalServlet
IPortalServlet getPortalServlet()- Returns:
- the main
IPortalServlet
for the web application
-
getAuthManager
IAuthManager getAuthManager()- Returns:
- the
IAuthManager
for the web application
-
getSessionManager
ISessionManager getSessionManager()- Returns:
- the
ISessionManager
for the web application
-
getDispatchManager
IDispatchManager getDispatchManager()- Returns:
- the
IDispatchManager
for the web application
-
getPresManager
IPresentationManager getPresManager()- Returns:
- the
IPresentationManager
for the web application
-
getPropertyEditorManager
IPropertyEditorManager getPropertyEditorManager()- Returns:
- the
IPropertyEditorManager
for the web application
-
getErrorManager
IErrorManager getErrorManager()- Returns:
- the
IErrorManager
for the web application
-
getPortletContainer
IPortletContainer getPortletContainer()- Returns:
- the
IPortletContainer
for the web application
-
getPortletWebManager
IPortletWebManager getPortletWebManager() -
getWebAppRuntimeConfigManager
IWebAppRuntimeConfigManager getWebAppRuntimeConfigManager()- Returns:
- the
IWebAppRuntimeConfigManager
for the web application
-