public class CmsAppHierachy extends java.lang.Object implements I_CmsWorkplaceApp, I_CmsCachableApp
| Constructor and Description |
|---|
CmsAppHierachy() |
| Modifier and Type | Method and Description |
|---|---|
void |
initUI(I_CmsAppUIContext context)
Within this method the app UI should be initialized.
|
boolean |
isCachable()
Returns whether this app should be cached within the user session.
|
void |
onRestoreFromCache()
Called after the view is fetched from the cache.
|
void |
onStateChange(java.lang.String state)
Called on navigation events.
|
public CmsAppHierachy()
public void initUI(I_CmsAppUIContext context)
I_CmsWorkplaceAppUse the context to add the app's components to the UI.
initUI in interface I_CmsWorkplaceAppcontext - the UI contextI_CmsWorkplaceApp.initUI(org.opencms.ui.apps.I_CmsAppUIContext)public boolean isCachable()
I_CmsCachableAppisCachable in interface I_CmsCachableApptrue if the app is cachableI_CmsCachableApp.isCachable()public void onRestoreFromCache()
I_CmsCachableApponRestoreFromCache in interface I_CmsCachableAppI_CmsCachableApp.onRestoreFromCache()public void onStateChange(java.lang.String state)
I_CmsWorkplaceApponStateChange in interface I_CmsWorkplaceAppstate - the app state to showI_CmsWorkplaceApp.onStateChange(java.lang.String)