Interface ICafAppConfig
- All Superinterfaces:
IComponent
,IInitializable
Interface for runtime configuration information about a CAF application
-
Method Summary
Modifier and TypeMethodDescriptionReturn the CAF config object for configuring items from portlet.xmlReturn the CAF config object for configuring items from web.xmlReturn the date when the config was last modifiedvoid
setCafPortletAppConfig
(ICafPortletAppConfig portletConfig) Sets the CAF config object for configuring items from portlet.xmlvoid
setCafWebAppConfig
(ICafWebAppConfig webConfig) Set the CAF config object for configuring items from web.xmlMethods inherited from interface com.webmethods.portal.system.IComponent
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
Methods inherited from interface com.webmethods.portal.system.init.IInitializable
init, shutdown
-
Method Details
-
getLastModified
Date getLastModified()Return the date when the config was last modified- Returns:
-
getCafWebAppConfig
ICafWebAppConfig getCafWebAppConfig()Return the CAF config object for configuring items from web.xml- Returns:
- webapp config object
-
setCafWebAppConfig
Set the CAF config object for configuring items from web.xml- Parameters:
webConfig
- webapp config object
-
getCafPortletAppConfig
ICafPortletAppConfig getCafPortletAppConfig()Return the CAF config object for configuring items from portlet.xml- Returns:
- portletapp config object
-
setCafPortletAppConfig
Sets the CAF config object for configuring items from portlet.xml- Parameters:
portletConfig
- portletapp config object
-