Class StreamStoreDetailUI

All Implemented Interfaces:
Serializable, IPageBean, IDynamicContentBindingObject, IPrepareByWorkpageStartInfo

public class StreamStoreDetailUI extends WorkpageDispatchedPageBean implements Serializable, IPrepareByWorkpageStartInfo
See Also:
  • Field Details

    • PARAM_ABSPATH

      public static String PARAM_ABSPATH
    • PARAM_STREAMSTOREFILEROOTWS

      public static String PARAM_STREAMSTOREFILEROOTWS
    • PARAM_WITHTENANTMANAGEMENT

      public static String PARAM_WITHTENANTMANAGEMENT
  • Constructor Details

  • Method Details

    • getPageName

      public String getPageName()
      Description copied from interface: IPageBean
      Name of page that is managed by the bean. This can either be a static return value that stays fix for the whole lifecycle of the bean, or it may also be a value that changed - in case there are several pages that are possible to be managed by the page bean.
      Specified by:
      getPageName in interface IPageBean
      Specified by:
      getPageName in class PageBean
    • getRootExpressionUsedInPage

      public String getRootExpressionUsedInPage()
      Description copied from interface: IPageBean
      Inside the page definition the bean is addressed via a certain root expression - e.g. "#{d.XYZBean}". The page bean management requires this expression in order to execute certain expression replacements when loading the page at runtime.
      Specified by:
      getRootExpressionUsedInPage in interface IPageBean
      Specified by:
      getRootExpressionUsedInPage in class PageBean
    • getContent

      public String getContent()
    • setContent

      public void setContent(String value)
    • getTemplate

      public String getTemplate()
    • setDividerPosition

      public void setDividerPosition(String value)
    • getDividerPosition

      public String getDividerPosition()
    • getListener

      public StreamStoreDetailUI.IListener getListener()
    • setListener

      public void setListener(StreamStoreDetailUI.IListener listener)
    • getRenderTextEditor

      public boolean getRenderTextEditor()
    • getRenderDynBeanEditor

      public boolean getRenderDynBeanEditor()
    • getDynBeanTree

      public DynBeanTreeUI getDynBeanTree()
    • prepare

      public void prepare(IWorkpageStartInfo workpageStartInfo)
      Workplace preparation.
      Specified by:
      prepare in interface IPrepareByWorkpageStartInfo
    • prepare

      public void prepare(String absPath, String streamStoreRootWS, boolean withTenantManagement, StreamStoreDetailUI.IListener listener)
      Special preparation when using the editor for a given directory. Currently used within the CaptainCasa Tool environment. - This is NOT the default constructor!
    • prepare

      public void prepare(String absPath)
      Default preparation.
      Parameters:
      absPath - Access path to the content within the stream store.
    • onSave

      public void onSave(javax.faces.event.ActionEvent event)
    • onCheck

      public void onCheck(javax.faces.event.ActionEvent event)