Class StreamStoreTreeUI

All Implemented Interfaces:
Serializable, IPageBean, IDynamicContentBindingObject

public class StreamStoreTreeUI extends WorkpageDispatchedPageBean implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • StreamStoreTreeUI

      public StreamStoreTreeUI(IWorkpageDispatcher workpageDispatcher)
      Default constructor.
    • StreamStoreTreeUI

      public StreamStoreTreeUI(IWorkpageDispatcher workpageDispatcher, String streamStoreFileRootWS, boolean withTenantManagement, String editPage)
      Special constructor when explicitly pointing the stream store to a certain file directory. Currently used in the CaptainCasa tool environment only.
  • 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
    • getTree

    • onRefresh

      public void onRefresh(javax.faces.event.ActionEvent event)
    • getRenderedHeader

      public boolean getRenderedHeader()
    • setRenderedHeader

      public void setRenderedHeader(boolean renderedHeader)