Interface ICafAppConfig

All Superinterfaces:
IComponent, IInitializable

public interface ICafAppConfig extends IComponent
Interface for runtime configuration information about a CAF application
  • 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

      void setCafWebAppConfig(ICafWebAppConfig webConfig)
      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

      void setCafPortletAppConfig(ICafPortletAppConfig portletConfig)
      Sets the CAF config object for configuring items from portlet.xml
      Parameters:
      portletConfig - portletapp config object